-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cd7764
commit 5eaff9a
Showing
32 changed files
with
851 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import React from 'react'; | ||
|
||
export default function ActivityHeartbeat({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-activity-heartbeat' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<path d='M3 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import React from 'react'; | ||
|
||
export default function BrandAdobe({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-brand-adobe' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<path d='M12.893 4.514l7.977 13.994a0.993 .993 0 0 1 -.394 1.365a1.04 1.04 0 0 1 -.5 .127h-3.476l-4.5 -8l-2.5 4h1.5l2 4h-8.977c-.565 0 -1.023 -.45 -1.023 -1.003c0 -.171 .045 -.34 .13 -.49l7.977 -13.993a1.034 1.034 0 0 1 1.786 0z' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import React from 'react'; | ||
|
||
export default function BrandNextjs({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-brand-nextjs' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<path d='M9 15v-6l7.745 10.65a9 9 0 1 1 2.255 -1.993' /> | ||
<path d='M15 12v-3' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import React from 'react'; | ||
|
||
export default function BrandNuxt({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-brand-nuxt' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<path d='M12.146 8.583l-1.3 -2.09a1.046 1.046 0 0 0 -1.786 .017l-5.91 9.908a1.046 1.046 0 0 0 .897 1.582h3.913' /> | ||
<path d='M20.043 18c.743 0 1.201 -.843 .82 -1.505l-4.044 -7.013a0.936 .936 0 0 0 -1.638 0l-4.043 7.013c-.382 .662 .076 1.505 .819 1.505h8.086z' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import React from 'react'; | ||
|
||
export default function BrandSvelte({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-brand-svelte' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<path d='M15 8l-5 3l.821 -.495c1.86 -1.15 4.412 -.49 5.574 1.352a3.91 3.91 0 0 1 -1.264 5.42l-5.053 3.126c-1.86 1.151 -4.312 .591 -5.474 -1.251a3.91 3.91 0 0 1 1.263 -5.42l.26 -.16' /> | ||
<path d='M8 17l5 -3l-.822 .496c-1.86 1.151 -4.411 .491 -5.574 -1.351a3.91 3.91 0 0 1 1.264 -5.42l5.054 -3.127c1.86 -1.15 4.311 -.59 5.474 1.252a3.91 3.91 0 0 1 -1.264 5.42l-.26 .16' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import React from 'react'; | ||
|
||
export default function BrandVue({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-brand-vue' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<path d='M18.5 5l-6.5 10l-6.5 -10' /> | ||
<path d='M15 5l-3 4.5l-3 -4.5h-7l10 16l10 -16z' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import React from 'react'; | ||
|
||
export default function GenderAgender({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-gender-agender' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<circle cx='12' cy='12' r='6' /> | ||
<path d='M7 12h11' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import React from 'react'; | ||
|
||
export default function GenderAndrogyne({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-gender-androgyne' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<path d='M13 11l6 -6' /> | ||
<circle cx='9' cy='15' r='5' /> | ||
<path d='M19 9v-4h-4' /> | ||
<path d='M16.5 10.5l-3 -3' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import React from 'react'; | ||
|
||
export default function GenderBigender({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-gender-bigender' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<circle cx='11' cy='11' r='4' /> | ||
<path d='M19 3l-5 5' /> | ||
<path d='M15 3h4v4' /> | ||
<path d='M11 16v6' /> | ||
<path d='M8 19h6' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import React from 'react'; | ||
|
||
export default function GenderDemiboy({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-gender-demiboy' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<circle cx='10' cy='14' r='5' /> | ||
<path d='M19 5l-5.4 5.4' /> | ||
<path d='M19 5h-5' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import React from 'react'; | ||
|
||
export default function GenderDemigirl({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-gender-demigirl' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<circle cx='12' cy='9' r='5' /> | ||
<path d='M12 14v7' /> | ||
<path d='M9 18h3' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import React from 'react'; | ||
|
||
export default function GenderEpicene({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-gender-epicene' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<circle transform='rotate(-45 12 12)' cx='12' cy='12' r='5' /> | ||
<path d='M15.536 15.535l5.464 -5.535' /> | ||
<path d='M3 14l5.464 -5.535' /> | ||
<path d='M12 12h.01' /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import React from 'react'; | ||
|
||
export default function GenderFemale({ | ||
size = 24, | ||
color = 'currentColor', | ||
...restProps | ||
}) { | ||
return ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
className='icon icon-tabler icon-tabler-gender-female' | ||
width={size} | ||
height={size} | ||
viewBox='0 0 24 24' | ||
stroke={color} | ||
strokeWidth='2' | ||
fill='none' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
{...restProps} | ||
> | ||
<path stroke='none' d='M0 0h24v24H0z' fill='none' /> | ||
<circle cx='12' cy='9' r='5' /> | ||
<path d='M12 14v7' /> | ||
<path d='M9 18h6' /> | ||
</svg> | ||
); | ||
} |
Oops, something went wrong.