TeamC:: Add stroke color to SVG icons

This commit is contained in:
Andrea Velasquez
2021-04-01 19:33:56 -05:00
parent 3e5a9d8134
commit d6db6a1689
2 changed files with 24 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ function DarkTeamC() {
<a href className="text-gray-700"> <a href className="text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -47,6 +48,7 @@ function DarkTeamC() {
<a href className="ml-2 text-gray-700"> <a href className="ml-2 text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -59,6 +61,7 @@ function DarkTeamC() {
<a href className="ml-2 text-gray-700"> <a href className="ml-2 text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -92,6 +95,7 @@ function DarkTeamC() {
<a href className="text-gray-700"> <a href className="text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -104,6 +108,7 @@ function DarkTeamC() {
<a href className="ml-2 text-gray-700"> <a href className="ml-2 text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -116,6 +121,7 @@ function DarkTeamC() {
<a href className="ml-2 text-gray-700"> <a href className="ml-2 text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -149,6 +155,7 @@ function DarkTeamC() {
<a href className="text-gray-700"> <a href className="text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -161,6 +168,7 @@ function DarkTeamC() {
<a href className="ml-2 text-gray-700"> <a href className="ml-2 text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -173,6 +181,7 @@ function DarkTeamC() {
<a href className="ml-2 text-gray-700"> <a href className="ml-2 text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -206,6 +215,7 @@ function DarkTeamC() {
<a href className="text-gray-700"> <a href className="text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -218,6 +228,7 @@ function DarkTeamC() {
<a href className="ml-2 text-gray-700"> <a href className="ml-2 text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -230,6 +241,7 @@ function DarkTeamC() {
<a href className="ml-2 text-gray-700"> <a href className="ml-2 text-gray-700">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"

View File

@@ -35,6 +35,7 @@ function LightTeamC() {
<a href className="text-gray-500"> <a href className="text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -47,6 +48,7 @@ function LightTeamC() {
<a href className="ml-2 text-gray-500"> <a href className="ml-2 text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -59,6 +61,7 @@ function LightTeamC() {
<a href className="ml-2 text-gray-500"> <a href className="ml-2 text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -92,6 +95,7 @@ function LightTeamC() {
<a href className="text-gray-500"> <a href className="text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -104,6 +108,7 @@ function LightTeamC() {
<a href className="ml-2 text-gray-500"> <a href className="ml-2 text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -116,6 +121,7 @@ function LightTeamC() {
<a href className="ml-2 text-gray-500"> <a href className="ml-2 text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -149,6 +155,7 @@ function LightTeamC() {
<a href className="text-gray-500"> <a href className="text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -161,6 +168,7 @@ function LightTeamC() {
<a href className="ml-2 text-gray-500"> <a href className="ml-2 text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -173,6 +181,7 @@ function LightTeamC() {
<a href className="ml-2 text-gray-500"> <a href className="ml-2 text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -206,6 +215,7 @@ function LightTeamC() {
<a href className="text-gray-500"> <a href className="text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -218,6 +228,7 @@ function LightTeamC() {
<a href className="ml-2 text-gray-500"> <a href className="ml-2 text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"
@@ -230,6 +241,7 @@ function LightTeamC() {
<a href className="ml-2 text-gray-500"> <a href className="ml-2 text-gray-500">
<svg <svg
fill="none" fill="none"
stroke="currentColor"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
strokeWidth="2" strokeWidth="2"