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 Sep 22, 2020
1 parent a2fc587 commit 52bd04d
Show file tree
Hide file tree
Showing 21 changed files with 285 additions and 10 deletions.
30 changes: 30 additions & 0 deletions src/icons/access-point-off.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import React from 'react';

export default function AccessPointOff({
size = 24,
color = 'currentColor',
...restProps
}) {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
className='icon icon-tabler icon-tabler-access-point-off'
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' />
<line x1='3' y1='3' x2='21' y2='21' />
<path d='M14.828 9.172a4 4 0 0 1 1.172 2.828' />
<path d='M17.657 6.343a8 8 0 0 1 1.635 8.952' />
<path d='M9.168 14.828a4 4 0 0 1 0 -5.656' />
<path d='M6.337 17.657a8 8 0 0 1 0 -11.314' />
</svg>
);
}
30 changes: 30 additions & 0 deletions src/icons/access-point.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import React from 'react';

export default function AccessPoint({
size = 24,
color = 'currentColor',
...restProps
}) {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
className='icon icon-tabler icon-tabler-access-point'
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' />
<line x1='12' y1='12' x2='12' y2='12.01' />
<path d='M14.828 9.172a4 4 0 0 1 0 5.656' />
<path d='M17.657 6.343a8 8 0 0 1 0 11.314' />
<path d='M9.168 14.828a4 4 0 0 1 0 -5.656' />
<path d='M6.337 17.657a8 8 0 0 1 0 -11.314' />
</svg>
);
}
2 changes: 1 addition & 1 deletion src/icons/alien.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Alien({
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M11 17a2.5 2.5 0 0 0 2 0' />
<path d='M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064h0c1.666 1 3.664 1 5.33 0h0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z' />
<path d='M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064c1.666 1 3.664 1 5.33 0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z' />
<line x1='8' y1='11' x2='10' y2='13' />
<line x1='16' y1='11' x2='14' y2='13' />
</svg>
Expand Down
27 changes: 27 additions & 0 deletions src/icons/battery-off.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import React from 'react';

export default function BatteryOff({
size = 24,
color = 'currentColor',
...restProps
}) {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
className='icon icon-tabler icon-tabler-battery-off'
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' />
<line x1='3' y1='3' x2='21' y2='21' />
<path d='M11 7h6a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5m-2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h1' />
</svg>
);
}
2 changes: 1 addition & 1 deletion src/icons/brand-paypal.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function BrandPaypal({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M10 13l2.5 -0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h0h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 -0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4' />
<path d='M10 13l2.5 -0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 -0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4' />
</svg>
);
}
2 changes: 1 addition & 1 deletion src/icons/brand-reddit.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function BrandReddit({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206h0a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z' />
<path d='M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z' />
<path d='M12 8l1-5 6 1' />
<circle cx='19' cy='4' r='1' />
<circle cx='9' cy='13' r='.5' fill='currentColor' />
Expand Down
2 changes: 1 addition & 1 deletion src/icons/brand-snapchat.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function BrandSnapchat({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118h0zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118' />
<path d='M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118' />
</svg>
);
}
2 changes: 1 addition & 1 deletion src/icons/cloud-fog.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function CloudFog({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M7 16a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12' />
<path d='M7 16a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12' />
<line x1='5' y1='20' x2='19' y2='20' />
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion src/icons/cloud-rain.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function CloudRain({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7' />
<path d='M11 13v2m0 3v2m4 -5v2m0 3v2' />
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion src/icons/cloud-snow.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function CloudSnow({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7' />
<path d='M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01' />
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion src/icons/cloud-storm.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function CloudStorm({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1' />
<polyline points='13 14 11 18 14 18 12 22' />
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion src/icons/cloud-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function CloudUpload({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1' />
<polyline points='9 15 12 12 15 15' />
<line x1='12' y1='12' x2='12' y2='21' />
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/icons/cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Cloud({
{...restProps}
>
<path stroke='none' d='M0 0h24v24H0z' fill='none' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12' />
<path d='M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12' />
</svg>
);
}
29 changes: 29 additions & 0 deletions src/icons/headphones-off.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import React from 'react';

export default function HeadphonesOff({
size = 24,
color = 'currentColor',
...restProps
}) {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
className='icon icon-tabler icon-tabler-headphones-off'
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' />
<line x1='3' y1='3' x2='21' y2='21' />
<rect x='4' y='13' width='5' height='7' rx='2' />
<path d='M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361.36-.86.583-1.411.583h-1a2 2 0 0 1 -2 -2v-3' />
<path d='M4 15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3' />
</svg>
);
}
29 changes: 29 additions & 0 deletions src/icons/lock-off.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import React from 'react';

export default function LockOff({
size = 24,
color = 'currentColor',
...restProps
}) {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
className='icon icon-tabler icon-tabler-lock-off'
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' />
<line x1='3' y1='3' x2='21' y2='21' />
<path d='M19 19a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4m4 0h2a2 2 0 0 1 2 2v2' />
<circle cx='12' cy='16' r='1' />
<path d='M8 11v-3m.712 -3.278a4 4 0 0 1 7.288 2.278v4' />
</svg>
);
}
28 changes: 28 additions & 0 deletions src/icons/video-minus.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import React from 'react';

export default function VideoMinus({
size = 24,
color = 'currentColor',
...restProps
}) {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
className='icon icon-tabler icon-tabler-video-minus'
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 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z' />
<rect x='3' y='6' width='12' height='12' rx='2' />
<line x1='7' y1='12' x2='11' y2='12' />
</svg>
);
}
28 changes: 28 additions & 0 deletions src/icons/video-off.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import React from 'react';

export default function VideoOff({
size = 24,
color = 'currentColor',
...restProps
}) {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
className='icon icon-tabler icon-tabler-video-off'
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' />
<line x1='3' y1='3' x2='21' y2='21' />
<path d='M15 11v-1l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -.675 .946' />
<path d='M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1' />
</svg>
);
}
29 changes: 29 additions & 0 deletions src/icons/video-plus.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import React from 'react';

export default function VideoPlus({
size = 24,
color = 'currentColor',
...restProps
}) {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
className='icon icon-tabler icon-tabler-video-plus'
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 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z' />
<rect x='3' y='6' width='12' height='12' rx='2' />
<line x1='7' y1='12' x2='11' y2='12' />
<line x1='9' y1='10' x2='9' y2='14' />
</svg>
);
}
27 changes: 27 additions & 0 deletions src/icons/video.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import React from 'react';

export default function Video({
size = 24,
color = 'currentColor',
...restProps
}) {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
className='icon icon-tabler icon-tabler-video'
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 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z' />
<rect x='3' y='6' width='12' height='12' rx='2' />
</svg>
);
}
9 changes: 9 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ type Icon = FC<IconProps>;
export const TwoFA: Icon;
export const ThreeDCubeSphere: Icon;
export const AB: Icon;
export const AccessPointOff: Icon;
export const AccessPoint: Icon;
export const Accessible: Icon;
export const Ad: Icon;
export const AdjustmentsAlt: Icon;
Expand Down Expand Up @@ -92,6 +94,7 @@ export const Battery2: Icon;
export const Battery3: Icon;
export const Battery4: Icon;
export const BatteryCharging: Icon;
export const BatteryOff: Icon;
export const Battery: Icon;
export const Bed: Icon;
export const BellOff: Icon;
Expand Down Expand Up @@ -404,6 +407,7 @@ export const HandMiddleFinger: Icon;
export const HandOff: Icon;
export const HandStop: Icon;
export const Hash: Icon;
export const HeadphonesOff: Icon;
export const Headphones: Icon;
export const Headset: Icon;
export const HeartBroken: Icon;
Expand Down Expand Up @@ -490,6 +494,7 @@ export const LiveView: Icon;
export const LoaderQuarter: Icon;
export const Loader: Icon;
export const Location: Icon;
export const LockOff: Icon;
export const LockOpen: Icon;
export const Lock: Icon;
export const Login: Icon;
Expand Down Expand Up @@ -743,6 +748,10 @@ export const Users: Icon;
export const VectorTriangle: Icon;
export const Vector: Icon;
export const Venus: Icon;
export const VideoMinus: Icon;
export const VideoOff: Icon;
export const VideoPlus: Icon;
export const Video: Icon;
export const Viewfinder: Icon;
export const ViewportNarrow: Icon;
export const ViewportWide: Icon;
Expand Down
Loading

0 comments on commit 52bd04d

Please sign in to comment.