Skip to content

Commit

Permalink
feat(icons): regenerate icons
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkalemba committed Apr 14, 2022
1 parent 2cd7764 commit 5eaff9a
Show file tree
Hide file tree
Showing 32 changed files with 851 additions and 3 deletions.
26 changes: 26 additions & 0 deletions src/icons/activity-heartbeat.js
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>
);
}
1 change: 1 addition & 0 deletions src/icons/antenna-bars-off.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default function AntennaBarsOff({
<path d='M6 18v-3' />
<path d='M10 18v-6' />
<path d='M14 18v-4' />
<path d='M14 10v-1' />
<path d='M18 14v-8' />
<path d='M3 3l18 18' />
</svg>
Expand Down
26 changes: 26 additions & 0 deletions src/icons/brand-adobe.js
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>
);
}
27 changes: 27 additions & 0 deletions src/icons/brand-nextjs.js
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>
);
}
27 changes: 27 additions & 0 deletions src/icons/brand-nuxt.js
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>
);
}
27 changes: 27 additions & 0 deletions src/icons/brand-svelte.js
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>
);
}
4 changes: 1 addition & 3 deletions src/icons/brand-vk.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ export default function BrandVk({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M10 6h2v12c-4.5 -1 -8 -6.5 -9 -12' />
<path d='M20 6c-1 2 -3 5 -5 6h-3' />
<path d='M20 18c-1 -2 -3 -5 -5 -6' />
<path d='M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 -.004a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z' />
</svg>
);
}
27 changes: 27 additions & 0 deletions src/icons/brand-vue.js
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>
);
}
27 changes: 27 additions & 0 deletions src/icons/gender-agender.js
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>
);
}
29 changes: 29 additions & 0 deletions src/icons/gender-androgyne.js
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>
);
}
30 changes: 30 additions & 0 deletions src/icons/gender-bigender.js
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>
);
}
28 changes: 28 additions & 0 deletions src/icons/gender-demiboy.js
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>
);
}
28 changes: 28 additions & 0 deletions src/icons/gender-demigirl.js
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>
);
}
29 changes: 29 additions & 0 deletions src/icons/gender-epicene.js
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>
);
}
28 changes: 28 additions & 0 deletions src/icons/gender-female.js
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>
);
}
Loading

0 comments on commit 5eaff9a

Please sign in to comment.