4
0
forked from crowetic/commerce
This commit is contained in:
Julián Benegas 2020-10-23 19:14:16 -03:00
parent 99ecf498fb
commit 385e356dae
4 changed files with 16 additions and 16 deletions

View File

@ -11,9 +11,9 @@ const DoubleChevron = ({ ...props }) => {
<path <path
d="M16 8.90482L12 4L8 8.90482M8 15.0952L12 20L16 15.0952" d="M16 8.90482L12 4L8 8.90482M8 15.0952L12 20L16 15.0952"
stroke="currentColor" stroke="currentColor"
stroke-width="1.5" strokeWidth="1.5"
stroke-linecap="round" strokeLinecap="round"
stroke-linejoin="round" strokeLinejoin="round"
/> />
</svg> </svg>
) )

View File

@ -5,11 +5,11 @@ const Moon = ({ ...props }) => {
width="24" width="24"
height="24" height="24"
stroke="currentColor" stroke="currentColor"
stroke-width="1.5" strokeWidth="1.5"
stroke-linecap="round" strokeLinecap="round"
stroke-linejoin="round" strokeLinejoin="round"
fill="none" fill="none"
shape-rendering="geometricPrecision" shapeRendering="geometricPrecision"
{...props} {...props}
> >
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z" /> <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z" />

View File

@ -11,16 +11,16 @@ const RightArrow = ({ ...props }) => {
<path <path
d="M5 12H19" d="M5 12H19"
stroke="white" stroke="white"
stroke-width="1.5" strokeWidth="1.5"
stroke-linecap="round" strokeLinecap="round"
stroke-linejoin="round" strokeLinejoin="round"
/> />
<path <path
d="M12 5L19 12L12 19" d="M12 5L19 12L12 19"
stroke="currentColor" stroke="currentColor"
stroke-width="1.5" strokeWidth="1.5"
stroke-linecap="round" strokeLinecap="round"
stroke-linejoin="round" strokeLinejoin="round"
/> />
</svg> </svg>
) )

View File

@ -5,9 +5,9 @@ const Sun = ({ ...props }) => {
width="24" width="24"
height="24" height="24"
stroke="currentColor" stroke="currentColor"
stroke-width="1.5" strokeWidth="1.5"
stroke-linecap="round" strokeLinecap="round"
stroke-linejoin="round" strokeLinejoin="round"
fill="none" fill="none"
shape-rendering="geometricPrecision" shape-rendering="geometricPrecision"
{...props} {...props}