Update build artifacts

This commit is contained in:
lucaburgio 2022-04-23 13:48:44 +00:00 committed by github-actions[bot]
parent 4362071713
commit a04db15dd2
94 changed files with 3274 additions and 16 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,36 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DAddHole(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 16a4 4 0 100-8 4 4 0 000 8z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M21 7.353v9.294a.6.6 0 01-.309.525l-8.4 4.666a.6.6 0 01-.582 0l-8.4-4.666A.6.6 0 013 16.647V7.353a.6.6 0 01.309-.524l8.4-4.667a.6.6 0 01.582 0l8.4 4.667a.6.6 0 01.309.524zM3.528 7.294L8.4 10m12.1-2.722L15.6 10M12 21v-5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DAddHole);
export default ForwardRef;

View file

@ -0,0 +1,37 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DArc(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M22 16c0-5.523-4.477-10-10-10S2 10.477 2 16"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M2 17a1 1 0 100-2 1 1 0 000 2zM22 17a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DArc);
export default ForwardRef;

View file

@ -0,0 +1,51 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DArcCenterPt(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M22 16c0-5.523-4.477-10-10-10-4.1 0-7.625 2.468-9.168 6"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeDasharray="3 3"
/>
<Path
d="M2 17a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M2 16h10"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M12 17a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DArcCenterPt);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DBridge(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M18 4h3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M10 21a1 1 0 100-2 1 1 0 000 2zM14 5a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M10 20s6.5-2.5 2-8 2-8 2-8M3 20h3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DBridge);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DCenterBox(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 17a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M21 7.353v9.294a.6.6 0 01-.309.525l-8.4 4.666a.6.6 0 01-.582 0l-8.4-4.666A.6.6 0 013 16.647V7.353a.6.6 0 01.309-.524l8.4-4.667a.6.6 0 01.582 0l8.4 4.667a.6.6 0 01.309.524z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M20.5 16.722l-8.209-4.56a.6.6 0 00-.582 0L3.5 16.722M3.528 7.294l8.18 4.544a.6.6 0 00.583 0l8.209-4.56M12 3v9M12 19.5V22"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DCenterBox);
export default ForwardRef;

View file

@ -0,0 +1,44 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DEllipse(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 3a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M12 22c4.418 0 8-4.477 8-10S16.418 2 12 2 4 6.477 4 12s3.582 10 8 10z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M12 23a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DEllipse);
export default ForwardRef;

View file

@ -0,0 +1,64 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DEllipseThreePts(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M5 3a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M5 22h8M5 22V2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M5 23a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M8 4.193C9.37 2.821 11.108 2 13 2c4.418 0 8 4.477 8 10 0 3.271-1.256 6.175-3.2 8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeDasharray="3 3"
/>
<Path
d="M8.2 20A9.098 9.098 0 017 18.615"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M13 23a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DEllipseThreePts);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DPtBox(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M3 18a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M21 7.353v9.294a.6.6 0 01-.309.525l-8.4 4.666a.6.6 0 01-.582 0l-8.4-4.666A.6.6 0 013 16.647V7.353a.6.6 0 01.309-.524l8.4-4.667a.6.6 0 01.582 0l8.4 4.667a.6.6 0 01.309.524z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M3.528 7.294l8.18 4.544a.6.6 0 00.583 0l8.209-4.56M12 21v-9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DPtBox);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DRectCornerToCorner(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M3 20.4V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6z"
stroke="currentColor"
/>
<Path
d="M3 4a1 1 0 100-2 1 1 0 000 2zM21 22a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DRectCornerToCorner);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DRectFromCenter(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M3 20.4V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6z"
stroke="currentColor"
/>
<Path
d="M12 13a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DRectFromCenter);
export default ForwardRef;

View file

@ -0,0 +1,38 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DRectThreePts(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path d="M3 21V3.6a.6.6 0 01.6-.6H21" stroke="currentColor" />
<Path
d="M17 21h3.4a.6.6 0 00.6-.6V17M21 7v2M21 12v2M7 21h2M12 21h2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M3 4a1 1 0 100-2 1 1 0 000 2zM3 22a1 1 0 100-2 1 1 0 000 2zM21 4a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DRectThreePts);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function Svg3DThreePtsBox(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 23a1 1 0 100-2 1 1 0 000 2zM3 8a1 1 0 100-2 1 1 0 000 2zM3 18a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M21 7.353v9.294a.6.6 0 01-.309.525l-8.4 4.666a.6.6 0 01-.582 0l-8.4-4.666A.6.6 0 013 16.647V7.353a.6.6 0 01.309-.524l8.4-4.667a.6.6 0 01.582 0l8.4 4.667a.6.6 0 01.309.524z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M3.528 7.294l8.18 4.544a.6.6 0 00.583 0l8.209-4.56M12 21v-9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(Svg3DThreePtsBox);
export default ForwardRef;

View file

@ -0,0 +1,34 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgAppWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M2 19V5a2 2 0 012-2h16a2 2 0 012 2v14a2 2 0 01-2 2H4a2 2 0 01-2-2z"
stroke="currentColor"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgAppWindow);
export default ForwardRef;

View file

@ -0,0 +1,30 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgArcheryMatch(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M8.611 15.89l12.02-12.022M8.612 15.89H5.783l-2.829 2.829h2.829v2.828l2.828-2.828v-2.829zm12.02-12.02h-2.828m2.829 0v2.828M15.39 15.89L3.367 3.867M15.39 15.89h2.829l2.828 2.829h-2.828v2.828l-2.829-2.828v-2.829zM3.37 3.87h2.828m-2.829 0v2.828"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgArcheryMatch);
export default ForwardRef;

View file

@ -0,0 +1,34 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgAugmentedReality(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M5.5 15.5l.614-1.718M10.5 15.5l-.614-1.718m-3.772 0L8 8.5l1.886 5.282m-3.772 0h3.772M13 15.5v-2.8m2.857 0c.714 0 2.143 0 2.143-2.1s-1.429-2.1-2.143-2.1H13v4.2m2.857 0H13m2.857 0L18 15.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M2 18.4V5.6a.6.6 0 01.6-.6h18.8a.6.6 0 01.6.6v12.8a.6.6 0 01-.6.6H2.6a.6.6 0 01-.6-.6z"
stroke="currentColor"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgAugmentedReality);
export default ForwardRef;

View file

@ -0,0 +1,29 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgBishop(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M7 17h10M9 12h6M12 3V2M11.554 3.582c-.921 1.251-2.916 4.243-2.497 6.168C9.451 11.558 11.02 12 12 12c.981 0 2.549-.442 2.943-2.25.42-1.925-1.576-4.917-2.497-6.168a.548.548 0 00-.892 0zM17.8 22H6.2a.617.617 0 01-.5-.97c1.316-1.866 4.063-5.986 4.493-8.434.057-.326.326-.596.657-.596h2.3c.331 0 .6.27.657.596.43 2.448 3.177 6.568 4.492 8.434a.617.617 0 01-.499.97z"
stroke="currentColor"
strokeLinecap="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgBishop);
export default ForwardRef;

View file

@ -0,0 +1,38 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgBrightness(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 7l1.53 1.304 2.006.16.16 2.005L17 12l-1.305 1.53-.16 2.006-2.004.16L12 17l-1.53-1.305-2.006-.16-.16-2.004L7 12l1.304-1.53.16-2.006 2.005-.16L12 7z"
stroke="currentColor"
/>
<Path
d="M10.47 15.695L12 17V7l-1.53 1.304-2.006.16-.16 2.005L7 12l1.304 1.53.16 2.006 2.005.16z"
fill="currentColor"
/>
<Path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgBrightness);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgBrightnessWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v7"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M18 14l1.225 1.044 1.603.128.128 1.603L22 18l-1.044 1.225-.128 1.603-1.603.128L18 22l-1.225-1.044-1.603-.128-.128-1.603L14 18l1.044-1.225.128-1.603 1.603-.128L18 14z"
stroke="currentColor"
/>
<Path
d="M16.775 20.956L18 22v-8l-1.225 1.044-1.603.128-.128 1.603L14 18l1.044 1.225.128 1.603 1.603.128z"
fill="currentColor"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgBrightnessWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgCheckWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M13 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v10"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M16 20l2 2 4-4"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgCheckWindow);
export default ForwardRef;

View file

@ -0,0 +1,34 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgCylinder(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 2c8 0 8 3 8 3s0 3-8 3-8-3-8-3 0-3 8-3zM12 16c8 0 8 3 8 3s0 3-8 3-8-3-8-3 0-3 8-3z"
stroke="currentColor"
/>
<Path
d="M20 5v14M4 5v14"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgCylinder);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgDownloadDataWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M14 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v9"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M19.5 16v6m0 0L17 19.5m2.5 2.5l2.5-2.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgDownloadDataWindow);
export default ForwardRef;

View file

@ -0,0 +1,34 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgEnergyUsageWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M2 19V5a2 2 0 012-2h16a2 2 0 012 2v14a2 2 0 01-2 2H4a2 2 0 01-2-2z"
stroke="currentColor"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M11.667 11L10 14h4l-1.667 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgEnergyUsageWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgErrorWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M15 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v10"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M18 22.243l2.121-2.122m0 0L22.243 18m-2.122 2.121L18 18m2.121 2.121l2.122 2.122"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgErrorWindow);
export default ForwardRef;

View file

@ -0,0 +1,40 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgFavouriteWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M13 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v8"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M22 17.28a2.28 2.28 0 01-.662 1.606c-.976.984-1.923 2.01-2.936 2.958a.597.597 0 01-.823-.017l-2.918-2.94a2.281 2.281 0 010-3.214 2.277 2.277 0 013.233 0l.106.107.106-.107A2.277 2.277 0 0122 17.28z"
stroke="currentColor"
strokeLinejoin="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgFavouriteWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgFingerPrintWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M9 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v6"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M12 21v-4.639c0-.51.1-.999.284-1.453M22 21v-3.185m-7.778-5.08A5.506 5.506 0 0117 12c2.28 0 4.203 1.33 4.805 3.15M15 22v-2.177M19 22v-5.147C19 15.83 18.105 15 17 15s-2 .83-2 1.853v.794M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgFingerPrintWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgLockedWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M14 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v8"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M21.167 18.5h.233a.6.6 0 01.6.6v2.3a.6.6 0 01-.6.6h-3.8a.6.6 0 01-.6-.6v-2.3a.6.6 0 01.6-.6h.233m3.334 0v-1.75c0-.583-.334-1.75-1.667-1.75s-1.667 1.167-1.667 1.75v1.75m3.334 0h-3.334"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgLockedWindow);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgNintendoSwitch(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M2 17V7a4 4 0 014-4h3.9a.6.6 0 01.6.6v16.8a.6.6 0 01-.6.6H6a4 4 0 01-4-4z"
stroke="currentColor"
/>
<Path
d="M6.5 8a1 1 0 100-2 1 1 0 000 2zM17.5 14a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M22 17V7a4 4 0 00-4-4h-3.9a.6.6 0 00-.6.6v16.8a.6.6 0 00.6.6H18a4 4 0 004-4z"
stroke="currentColor"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgNintendoSwitch);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgNoAccessWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v8"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M21 16.05A3.5 3.5 0 1016 20.95m4.998-4.9A3.5 3.5 0 1116 20.95m5-4.9l-5 4.9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgNoAccessWindow);
export default ForwardRef;

View file

@ -9,8 +9,8 @@ function SvgOnePointCircle(
<Svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
@ -30,7 +30,7 @@ function SvgOnePointCircle(
strokeLinejoin="round"
/>
<Path
d="M15 15l.011.01M17 17l.011.01"
d="M19 19l-1.5-1.5M15.5 15.5l-1-1"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgPauseWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M16 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v9"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M19 17v5M22 17v5M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgPauseWindow);
export default ForwardRef;

View file

@ -0,0 +1,37 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgPokeball(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M12 15a3 3 0 100-6 3 3 0 000 6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path d="M2 12h7M15 12h7" stroke="currentColor" />
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgPokeball);
export default ForwardRef;

View file

@ -0,0 +1,38 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgPotion(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M10 4h4v2.568c0 .258.17.487.412.579C22.938 10.37 20.907 22 15 22H9c-5.907 0-7.937-11.63.588-14.853a.629.629 0 00.412-.58V4z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path d="M6 10h12" stroke="currentColor" />
<Path d="M9 2h6" stroke="currentColor" strokeLinecap="round" />
<Path
d="M11.667 13L10 16h4l-1.667 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgPotion);
export default ForwardRef;

View file

@ -0,0 +1,47 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgReloadWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M11 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v7"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M21.666 16.667C21.049 15.097 19.636 14 17.99 14c-1.758 0-3.252 1.255-3.793 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M19.995 16.772H21.4a.6.6 0 00.6-.6V14.55M14.334 19.333C14.953 20.903 16.366 22 18.01 22c1.758 0 3.252-1.255 3.793-3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M16.005 19.228H14.6a.6.6 0 00-.6.6v1.622"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgReloadWindow);
export default ForwardRef;

View file

@ -0,0 +1,29 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgRook(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M7 16h10M9 11h6M10 4v2M14 4v2M17.4 9H6.6a.6.6 0 01-.6-.6V4.6a.6.6 0 01.6-.6h10.8a.6.6 0 01.6.6v3.8a.6.6 0 01-.6.6zM17.901 21H6.099a.615.615 0 01-.521-.932C6.792 18.06 9.5 13.328 9.5 11V9.6a.6.6 0 01.6-.6h3.8a.6.6 0 01.6.6V11c0 2.327 2.708 7.061 3.922 9.068a.615.615 0 01-.521.932z"
stroke="currentColor"
strokeLinecap="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgRook);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgSearchWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M13 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v9"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M20.124 20.119a3 3 0 10-4.248-4.237 3 3 0 004.248 4.237zm0 0L22 22"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgSearchWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgSecureWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M13 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v7"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M18.992 14.125l2.556.649c.266.068.453.31.445.584C21.821 21.116 18.5 22 18.5 22s-3.321-.884-3.493-6.642a.588.588 0 01.445-.584l2.556-.649c.323-.082.661-.082.984 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgSecureWindow);
export default ForwardRef;

View file

@ -0,0 +1,40 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgSelectWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M14 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v10"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
clipRule="evenodd"
d="M22.082 18.365c.494.304.464 1.043-.045 1.1l-2.566.292-1.152 2.312c-.228.458-.933.234-1.05-.334l-1.255-6.116c-.098-.48.333-.782.75-.525l5.318 3.271z"
stroke="currentColor"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgSelectWindow);
export default ForwardRef;

View file

@ -0,0 +1,30 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgSigmaFunction(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M4 4h16v3M4 20h16v-3M4 20l8-8-8-8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgSigmaFunction);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgSpades(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 14.5c3 4.5 9 4.47 9-.5 0-4-4-7-9-12-5 5-9 8-9 12 0 4.97 6 5 9 .5z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M11.47 15.493l-3 5.625A.6.6 0 009 22h6a.6.6 0 00.53-.882l-3-5.625a.6.6 0 00-1.06 0z"
stroke="currentColor"
strokeLinecap="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgSpades);
export default ForwardRef;

View file

@ -0,0 +1,36 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgSphere(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M12 22c-3.314 0-6-4.477-6-10S8.686 2 12 2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgSphere);
export default ForwardRef;

View file

@ -0,0 +1,30 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgSpiral(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M3.5 6.004C3.5 7.808 6.357 9 11.5 9c7 0 8-2.996 8-2.996S18.5 3 11.5 3c-5.143 0-8 1.2-8 3.004zM3.5 12.004c0 1.804 2.857 2.996 8 2.996 7 0 8-2.996 8-2.996S18.5 9 11.5 9c-5.143 0-8 1.2-8 3.004zM3.5 18.004c0 1.804 2.857 2.996 8 2.996 7 0 8-2.996 8-2.996S18.5 15 11.5 15c-5.143 0-8 1.2-8 3.004zM19.5 12s1-.975 1-3-1-3-1-3M20.5 4c0 1.35-1 2-1 2M19.5 18s1-.975 1-3-1-3-1-3M20.5 20c0-1.35-1-2-1-2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgSpiral);
export default ForwardRef;

View file

@ -9,8 +9,8 @@ function SvgThreePointsCircle(
<Svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
@ -23,14 +23,27 @@ function SvgThreePointsCircle(
strokeLinejoin="round"
/>
<Path
d="M5 6a1 1 0 100-2 1 1 0 000 2zM5 20a1 1 0 100-2 1 1 0 000 2zM19 20a1 1 0 100-2 1 1 0 000 2z"
d="M5 6a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M5 15l.011.01M5 12l.011.01M5 9l.011.01M15 19.01l.01-.011M12 19.01l.01-.011M9 19.01l.01-.011"
d="M5 10.5V9M5 15v-1.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M5 20a1 1 0 100-2 1 1 0 000 2zM19 20a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M10.5 19H9M15 19h-1.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -9,8 +9,8 @@ function SvgTwoPointsCircle(
<Svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
@ -30,7 +30,7 @@ function SvgTwoPointsCircle(
strokeLinejoin="round"
/>
<Path
d="M15 15l.011.01M13 13l.011.01M11 11l.011.01M9 9l.011.01M7 7l.011.01M17 17l.011.01"
d="M19 19l-1.5-1.5M15.5 15.5l-1-1M12.5 12.5l-1-1M9.5 9.5l-1-1M6.5 6.5L5 5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgUploadDataWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M14 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v9"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M19.5 22v-6m0 0L17 18.5m2.5-2.5l2.5 2.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgUploadDataWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgWarningWindow(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M18 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v8"
stroke="currentColor"
strokeLinecap="round"
/>
<Path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M21 16v2M21 22.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgWarningWindow);
export default ForwardRef;

View file

@ -1,7 +1,19 @@
export { default as Svg3DAddHole } from './3DAddHole'
export { default as Svg3DArcCenterPt } from './3DArcCenterPt'
export { default as Svg3DArc } from './3DArc'
export { default as Svg3DBridge } from './3DBridge'
export { default as Svg3DCenterBox } from './3DCenterBox'
export { default as Svg3DEllipseThreePts } from './3DEllipseThreePts'
export { default as Svg3DEllipse } from './3DEllipse'
export { default as Svg3DPtBox } from './3DPtBox'
export { default as Svg3DRectCornerToCorner } from './3DRectCornerToCorner'
export { default as Svg3DRectFromCenter } from './3DRectFromCenter'
export { default as Svg3DRectThreePts } from './3DRectThreePts'
export { default as Svg3DSelectEdge } from './3DSelectEdge'
export { default as Svg3DSelectFace } from './3DSelectFace'
export { default as Svg3DSelectPoint } from './3DSelectPoint'
export { default as Svg3DSelectSolid } from './3DSelectSolid'
export { default as Svg3DThreePtsBox } from './3DThreePtsBox'
export { default as AccessibilitySign } from './AccessibilitySign'
export { default as AccessibilityTech } from './AccessibilityTech'
export { default as Accessibility } from './Accessibility'
@ -48,6 +60,7 @@ export { default as AntennaSignalRounded } from './AntennaSignalRounded'
export { default as AntennaSignal } from './AntennaSignal'
export { default as Antenna } from './Antenna'
export { default as AppNotification } from './AppNotification'
export { default as AppWindow } from './AppWindow'
export { default as AppleHalfAlt } from './AppleHalfAlt'
export { default as AppleHalf } from './AppleHalf'
export { default as AppleImac2021Side } from './AppleImac2021Side'
@ -58,6 +71,7 @@ export { default as AppleWallet } from './AppleWallet'
export { default as Apple } from './Apple'
export { default as ArSymbol } from './ArSymbol'
export { default as Arcade } from './Arcade'
export { default as ArcheryMatch } from './ArcheryMatch'
export { default as Archery } from './Archery'
export { default as Archive } from './Archive'
export { default as AreaSearch } from './AreaSearch'
@ -77,6 +91,7 @@ export { default as ArrowUp } from './ArrowUp'
export { default as Asana } from './Asana'
export { default as Atom } from './Atom'
export { default as Attachment } from './Attachment'
export { default as AugmentedReality } from './AugmentedReality'
export { default as AutoFlash } from './AutoFlash'
export { default as Axes } from './Axes'
export { default as Backward15Seconds } from './Backward15Seconds'
@ -108,6 +123,7 @@ export { default as BinFull } from './BinFull'
export { default as BinHalf } from './BinHalf'
export { default as BinMinus } from './BinMinus'
export { default as Bin } from './Bin'
export { default as Bishop } from './Bishop'
export { default as BluetoothRounded } from './BluetoothRounded'
export { default as Bluetooth } from './Bluetooth'
export { default as BoldSquareOutline } from './BoldSquareOutline'
@ -134,6 +150,8 @@ export { default as BowlingBall } from './BowlingBall'
export { default as BoxIso } from './BoxIso'
export { default as Box } from './Box'
export { default as BoxingGlove } from './BoxingGlove'
export { default as BrightnessWindow } from './BrightnessWindow'
export { default as Brightness } from './Brightness'
export { default as BubbleDownload } from './BubbleDownload'
export { default as BubbleError } from './BubbleError'
export { default as BubbleIncome } from './BubbleIncome'
@ -170,6 +188,7 @@ export { default as ChatBubble } from './ChatBubble'
export { default as ChatLines } from './ChatLines'
export { default as ChatRemove } from './ChatRemove'
export { default as CheckCircledOutline } from './CheckCircledOutline'
export { default as CheckWindow } from './CheckWindow'
export { default as Check } from './Check'
export { default as Chocolate } from './Chocolate'
export { default as ChromecastActive } from './ChromecastActive'
@ -232,6 +251,7 @@ export { default as CursorPointer } from './CursorPointer'
export { default as CutAlt } from './CutAlt'
export { default as Cut } from './Cut'
export { default as Cycling } from './Cycling'
export { default as Cylinder } from './Cylinder'
export { default as DashFlag } from './DashFlag'
export { default as DashboardDots } from './DashboardDots'
export { default as DashboardSpeed } from './DashboardSpeed'
@ -283,6 +303,7 @@ export { default as Donate } from './Donate'
export { default as DoubleCheck } from './DoubleCheck'
export { default as DownRoundArrow } from './DownRoundArrow'
export { default as DownloadCircledOutline } from './DownloadCircledOutline'
export { default as DownloadDataWindow } from './DownloadDataWindow'
export { default as DownloadSquareOutline } from './DownloadSquareOutline'
export { default as Download } from './Download'
export { default as DragHandGesture } from './DragHandGesture'
@ -326,9 +347,11 @@ export { default as EmojiThinkLeft } from './EmojiThinkLeft'
export { default as EmojiThinkRight } from './EmojiThinkRight'
export { default as Emoji } from './Emoji'
export { default as EmptyPage } from './EmptyPage'
export { default as EnergyUsageWindow } from './EnergyUsageWindow'
export { default as EnlargeRoundArrow } from './EnlargeRoundArrow'
export { default as Enlarge } from './Enlarge'
export { default as Erase } from './Erase'
export { default as ErrorWindow } from './ErrorWindow'
export { default as EuroSquare } from './EuroSquare'
export { default as Euro } from './Euro'
export { default as EvChargeAlt } from './EvChargeAlt'
@ -363,12 +386,14 @@ export { default as FastLeftCircle } from './FastLeftCircle'
export { default as FastRightCircle } from './FastRightCircle'
export { default as FastTopCircle } from './FastTopCircle'
export { default as FavouriteBook } from './FavouriteBook'
export { default as FavouriteWindow } from './FavouriteWindow'
export { default as Female } from './Female'
export { default as Figma } from './Figma'
export { default as FileNotFound } from './FileNotFound'
export { default as FilterAlt } from './FilterAlt'
export { default as Filter } from './Filter'
export { default as Finder } from './Finder'
export { default as FingerPrintWindow } from './FingerPrintWindow'
export { default as FingerprintCircledError } from './FingerprintCircledError'
export { default as FingerprintCircledLock } from './FingerprintCircledLock'
export { default as FingerprintCircledOk } from './FingerprintCircledOk'
@ -538,6 +563,7 @@ export { default as LoadActionFloppy } from './LoadActionFloppy'
export { default as LockKey } from './LockKey'
export { default as Lock } from './Lock'
export { default as LockedBook } from './LockedBook'
export { default as LockedWindow } from './LockedWindow'
export { default as LogDenied } from './LogDenied'
export { default as LogIn } from './LogIn'
export { default as LogOut } from './LogOut'
@ -642,7 +668,9 @@ export { default as NetworkLeft } from './NetworkLeft'
export { default as NetworkRight } from './NetworkRight'
export { default as Network } from './Network'
export { default as NewTab } from './NewTab'
export { default as NintendoSwitch } from './NintendoSwitch'
export { default as Nitrogen } from './Nitrogen'
export { default as NoAccessWindow } from './NoAccessWindow'
export { default as NoBattery } from './NoBattery'
export { default as NoCoin } from './NoCoin'
export { default as NoCreditCard } from './NoCreditCard'
@ -689,6 +717,7 @@ export { default as PasswordError } from './PasswordError'
export { default as PasswordPass } from './PasswordPass'
export { default as PasteClipboard } from './PasteClipboard'
export { default as PauseOutline } from './PauseOutline'
export { default as PauseWindow } from './PauseWindow'
export { default as PcCheck } from './PcCheck'
export { default as PcFirewall } from './PcFirewall'
export { default as PcMouse } from './PcMouse'
@ -736,8 +765,10 @@ export { default as PlugTypeL } from './PlugTypeL'
export { default as Plus } from './Plus'
export { default as Pocket } from './Pocket'
export { default as Podcast } from './Podcast'
export { default as Pokeball } from './Pokeball'
export { default as PositionAlign } from './PositionAlign'
export { default as Position } from './Position'
export { default as Potion } from './Potion'
export { default as Pound } from './Pound'
export { default as PrecisionTool } from './PrecisionTool'
export { default as PrinterAlt } from './PrinterAlt'
@ -768,6 +799,7 @@ export { default as Reduce } from './Reduce'
export { default as RefreshCircular } from './RefreshCircular'
export { default as RefreshDouble } from './RefreshDouble'
export { default as Refresh } from './Refresh'
export { default as ReloadWindow } from './ReloadWindow'
export { default as ReminderHandGesture } from './ReminderHandGesture'
export { default as RemoveDatabaseScript } from './RemoveDatabaseScript'
export { default as RemoveEmpty } from './RemoveEmpty'
@ -793,6 +825,7 @@ export { default as RewindOutline } from './RewindOutline'
export { default as Rhombus } from './Rhombus'
export { default as RightRoundArrow } from './RightRoundArrow'
export { default as Rings } from './Rings'
export { default as Rook } from './Rook'
export { default as RotateCameraLeft } from './RotateCameraLeft'
export { default as RotateCameraRight } from './RotateCameraRight'
export { default as RoundFlask } from './RoundFlask'
@ -819,8 +852,11 @@ export { default as SeaAndSun } from './SeaAndSun'
export { default as SeaWaves } from './SeaWaves'
export { default as SearchEngine } from './SearchEngine'
export { default as SearchFont } from './SearchFont'
export { default as SearchWindow } from './SearchWindow'
export { default as Search } from './Search'
export { default as SecureWindow } from './SecureWindow'
export { default as SecurityPass } from './SecurityPass'
export { default as SelectWindow } from './SelectWindow'
export { default as Selection } from './Selection'
export { default as SelectiveTool } from './SelectiveTool'
export { default as SendDollars } from './SendDollars'
@ -866,6 +902,7 @@ export { default as ShortPants } from './ShortPants'
export { default as Shuffle } from './Shuffle'
export { default as SidebarCollapse } from './SidebarCollapse'
export { default as SidebarExpand } from './SidebarExpand'
export { default as SigmaFunction } from './SigmaFunction'
export { default as SimpleCart } from './SimpleCart'
export { default as SingleTapGesture } from './SingleTapGesture'
export { default as Skateboard } from './Skateboard'
@ -887,6 +924,9 @@ export { default as SoundHigh } from './SoundHigh'
export { default as SoundLow } from './SoundLow'
export { default as SoundMin } from './SoundMin'
export { default as SoundOff } from './SoundOff'
export { default as Spades } from './Spades'
export { default as Sphere } from './Sphere'
export { default as Spiral } from './Spiral'
export { default as SpockHandGesture } from './SpockHandGesture'
export { default as Square } from './Square'
export { default as Stackoverflow } from './Stackoverflow'
@ -983,6 +1023,7 @@ export { default as Union } from './Union'
export { default as Unity5 } from './Unity5'
export { default as Unity } from './Unity'
export { default as UpRoundArrow } from './UpRoundArrow'
export { default as UploadDataWindow } from './UploadDataWindow'
export { default as UploadSquareOutline } from './UploadSquareOutline'
export { default as Upload } from './Upload'
export { default as Usb } from './Usb'
@ -1017,6 +1058,7 @@ export { default as Wallet } from './Wallet'
export { default as WarningCircledOutline } from './WarningCircledOutline'
export { default as WarningSquareOutline } from './WarningSquareOutline'
export { default as WarningTriangleOutline } from './WarningTriangleOutline'
export { default as WarningWindow } from './WarningWindow'
export { default as Wash } from './Wash'
export { default as WashingMachine } from './WashingMachine'
export { default as WebWindowClose } from './WebWindowClose'

View file

@ -0,0 +1,36 @@
import * as React from 'react';
function Svg3DAddHole(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 16a4 4 0 100-8 4 4 0 000 8z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M21 7.353v9.294a.6.6 0 01-.309.525l-8.4 4.666a.6.6 0 01-.582 0l-8.4-4.666A.6.6 0 013 16.647V7.353a.6.6 0 01.309-.524l8.4-4.667a.6.6 0 01.582 0l8.4 4.667a.6.6 0 01.309.524zM3.528 7.294L8.4 10m12.1-2.722L15.6 10M12 21v-5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DAddHole);
export default ForwardRef;

View file

@ -0,0 +1,37 @@
import * as React from 'react';
function Svg3DArc(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M22 16c0-5.523-4.477-10-10-10S2 10.477 2 16"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M2 17a1 1 0 100-2 1 1 0 000 2zM22 17a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DArc);
export default ForwardRef;

View file

@ -0,0 +1,51 @@
import * as React from 'react';
function Svg3DArcCenterPt(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M22 16c0-5.523-4.477-10-10-10-4.1 0-7.625 2.468-9.168 6"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeDasharray="3 3"
/>
<path
d="M2 17a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M2 16h10"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M12 17a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DArcCenterPt);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
function Svg3DBridge(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M18 4h3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M10 21a1 1 0 100-2 1 1 0 000 2zM14 5a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M10 20s6.5-2.5 2-8 2-8 2-8M3 20h3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DBridge);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
function Svg3DCenterBox(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 17a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M21 7.353v9.294a.6.6 0 01-.309.525l-8.4 4.666a.6.6 0 01-.582 0l-8.4-4.666A.6.6 0 013 16.647V7.353a.6.6 0 01.309-.524l8.4-4.667a.6.6 0 01.582 0l8.4 4.667a.6.6 0 01.309.524z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M20.5 16.722l-8.209-4.56a.6.6 0 00-.582 0L3.5 16.722M3.528 7.294l8.18 4.544a.6.6 0 00.583 0l8.209-4.56M12 3v9M12 19.5V22"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DCenterBox);
export default ForwardRef;

View file

@ -0,0 +1,44 @@
import * as React from 'react';
function Svg3DEllipse(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 3a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M12 22c4.418 0 8-4.477 8-10S16.418 2 12 2 4 6.477 4 12s3.582 10 8 10z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M12 23a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DEllipse);
export default ForwardRef;

View file

@ -0,0 +1,64 @@
import * as React from 'react';
function Svg3DEllipseThreePts(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M5 3a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5 22h8M5 22V2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5 23a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M8 4.193C9.37 2.821 11.108 2 13 2c4.418 0 8 4.477 8 10 0 3.271-1.256 6.175-3.2 8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeDasharray="3 3"
/>
<path
d="M8.2 20A9.098 9.098 0 017 18.615"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M13 23a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DEllipseThreePts);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
function Svg3DPtBox(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M3 18a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M21 7.353v9.294a.6.6 0 01-.309.525l-8.4 4.666a.6.6 0 01-.582 0l-8.4-4.666A.6.6 0 013 16.647V7.353a.6.6 0 01.309-.524l8.4-4.667a.6.6 0 01.582 0l8.4 4.667a.6.6 0 01.309.524z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M3.528 7.294l8.18 4.544a.6.6 0 00.583 0l8.209-4.56M12 21v-9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DPtBox);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function Svg3DRectCornerToCorner(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M3 20.4V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6z"
stroke="currentColor"
/>
<path
d="M3 4a1 1 0 100-2 1 1 0 000 2zM21 22a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DRectCornerToCorner);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function Svg3DRectFromCenter(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M3 20.4V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6z"
stroke="currentColor"
/>
<path
d="M12 13a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DRectFromCenter);
export default ForwardRef;

View file

@ -0,0 +1,38 @@
import * as React from 'react';
function Svg3DRectThreePts(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path d="M3 21V3.6a.6.6 0 01.6-.6H21" stroke="currentColor" />
<path
d="M17 21h3.4a.6.6 0 00.6-.6V17M21 7v2M21 12v2M7 21h2M12 21h2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M3 4a1 1 0 100-2 1 1 0 000 2zM3 22a1 1 0 100-2 1 1 0 000 2zM21 4a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DRectThreePts);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
function Svg3DThreePtsBox(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 23a1 1 0 100-2 1 1 0 000 2zM3 8a1 1 0 100-2 1 1 0 000 2zM3 18a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M21 7.353v9.294a.6.6 0 01-.309.525l-8.4 4.666a.6.6 0 01-.582 0l-8.4-4.666A.6.6 0 013 16.647V7.353a.6.6 0 01.309-.524l8.4-4.667a.6.6 0 01.582 0l8.4 4.667a.6.6 0 01.309.524z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M3.528 7.294l8.18 4.544a.6.6 0 00.583 0l8.209-4.56M12 21v-9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(Svg3DThreePtsBox);
export default ForwardRef;

View file

@ -0,0 +1,34 @@
import * as React from 'react';
function SvgAppWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M2 19V5a2 2 0 012-2h16a2 2 0 012 2v14a2 2 0 01-2 2H4a2 2 0 01-2-2z"
stroke="currentColor"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgAppWindow);
export default ForwardRef;

View file

@ -0,0 +1,30 @@
import * as React from 'react';
function SvgArcheryMatch(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M8.611 15.89l12.02-12.022M8.612 15.89H5.783l-2.829 2.829h2.829v2.828l2.828-2.828v-2.829zm12.02-12.02h-2.828m2.829 0v2.828M15.39 15.89L3.367 3.867M15.39 15.89h2.829l2.828 2.829h-2.828v2.828l-2.829-2.828v-2.829zM3.37 3.87h2.828m-2.829 0v2.828"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgArcheryMatch);
export default ForwardRef;

View file

@ -0,0 +1,34 @@
import * as React from 'react';
function SvgAugmentedReality(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M5.5 15.5l.614-1.718M10.5 15.5l-.614-1.718m-3.772 0L8 8.5l1.886 5.282m-3.772 0h3.772M13 15.5v-2.8m2.857 0c.714 0 2.143 0 2.143-2.1s-1.429-2.1-2.143-2.1H13v4.2m2.857 0H13m2.857 0L18 15.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M2 18.4V5.6a.6.6 0 01.6-.6h18.8a.6.6 0 01.6.6v12.8a.6.6 0 01-.6.6H2.6a.6.6 0 01-.6-.6z"
stroke="currentColor"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgAugmentedReality);
export default ForwardRef;

View file

@ -0,0 +1,29 @@
import * as React from 'react';
function SvgBishop(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M7 17h10M9 12h6M12 3V2M11.554 3.582c-.921 1.251-2.916 4.243-2.497 6.168C9.451 11.558 11.02 12 12 12c.981 0 2.549-.442 2.943-2.25.42-1.925-1.576-4.917-2.497-6.168a.548.548 0 00-.892 0zM17.8 22H6.2a.617.617 0 01-.5-.97c1.316-1.866 4.063-5.986 4.493-8.434.057-.326.326-.596.657-.596h2.3c.331 0 .6.27.657.596.43 2.448 3.177 6.568 4.492 8.434a.617.617 0 01-.499.97z"
stroke="currentColor"
strokeLinecap="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgBishop);
export default ForwardRef;

View file

@ -0,0 +1,38 @@
import * as React from 'react';
function SvgBrightness(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 7l1.53 1.304 2.006.16.16 2.005L17 12l-1.305 1.53-.16 2.006-2.004.16L12 17l-1.53-1.305-2.006-.16-.16-2.004L7 12l1.304-1.53.16-2.006 2.005-.16L12 7z"
stroke="currentColor"
/>
<path
d="M10.47 15.695L12 17V7l-1.53 1.304-2.006.16-.16 2.005L7 12l1.304 1.53.16 2.006 2.005.16z"
fill="currentColor"
/>
<path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgBrightness);
export default ForwardRef;

View file

@ -0,0 +1,43 @@
import * as React from 'react';
function SvgBrightnessWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v7"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M18 14l1.225 1.044 1.603.128.128 1.603L22 18l-1.044 1.225-.128 1.603-1.603.128L18 22l-1.225-1.044-1.603-.128-.128-1.603L14 18l1.044-1.225.128-1.603 1.603-.128L18 14z"
stroke="currentColor"
/>
<path
d="M16.775 20.956L18 22v-8l-1.225 1.044-1.603.128-.128 1.603L14 18l1.044 1.225.128 1.603 1.603.128z"
fill="currentColor"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgBrightnessWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgCheckWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M13 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v10"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M16 20l2 2 4-4"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgCheckWindow);
export default ForwardRef;

View file

@ -0,0 +1,34 @@
import * as React from 'react';
function SvgCylinder(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 2c8 0 8 3 8 3s0 3-8 3-8-3-8-3 0-3 8-3zM12 16c8 0 8 3 8 3s0 3-8 3-8-3-8-3 0-3 8-3z"
stroke="currentColor"
/>
<path
d="M20 5v14M4 5v14"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgCylinder);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgDownloadDataWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M14 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v9"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M19.5 16v6m0 0L17 19.5m2.5 2.5l2.5-2.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgDownloadDataWindow);
export default ForwardRef;

View file

@ -0,0 +1,34 @@
import * as React from 'react';
function SvgEnergyUsageWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M2 19V5a2 2 0 012-2h16a2 2 0 012 2v14a2 2 0 01-2 2H4a2 2 0 01-2-2z"
stroke="currentColor"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M11.667 11L10 14h4l-1.667 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgEnergyUsageWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgErrorWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M15 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v10"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M18 22.243l2.121-2.122m0 0L22.243 18m-2.122 2.121L18 18m2.121 2.121l2.122 2.122"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgErrorWindow);
export default ForwardRef;

View file

@ -0,0 +1,40 @@
import * as React from 'react';
function SvgFavouriteWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M13 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v8"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M22 17.28a2.28 2.28 0 01-.662 1.606c-.976.984-1.923 2.01-2.936 2.958a.597.597 0 01-.823-.017l-2.918-2.94a2.281 2.281 0 010-3.214 2.277 2.277 0 013.233 0l.106.107.106-.107A2.277 2.277 0 0122 17.28z"
stroke="currentColor"
strokeLinejoin="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgFavouriteWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgFingerPrintWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M9 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v6"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M12 21v-4.639c0-.51.1-.999.284-1.453M22 21v-3.185m-7.778-5.08A5.506 5.506 0 0117 12c2.28 0 4.203 1.33 4.805 3.15M15 22v-2.177M19 22v-5.147C19 15.83 18.105 15 17 15s-2 .83-2 1.853v.794M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgFingerPrintWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgLockedWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M14 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v8"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M21.167 18.5h.233a.6.6 0 01.6.6v2.3a.6.6 0 01-.6.6h-3.8a.6.6 0 01-.6-.6v-2.3a.6.6 0 01.6-.6h.233m3.334 0v-1.75c0-.583-.334-1.75-1.667-1.75s-1.667 1.167-1.667 1.75v1.75m3.334 0h-3.334"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgLockedWindow);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from 'react';
function SvgNintendoSwitch(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M2 17V7a4 4 0 014-4h3.9a.6.6 0 01.6.6v16.8a.6.6 0 01-.6.6H6a4 4 0 01-4-4z"
stroke="currentColor"
/>
<path
d="M6.5 8a1 1 0 100-2 1 1 0 000 2zM17.5 14a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M22 17V7a4 4 0 00-4-4h-3.9a.6.6 0 00-.6.6v16.8a.6.6 0 00.6.6H18a4 4 0 004-4z"
stroke="currentColor"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgNintendoSwitch);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgNoAccessWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v8"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M21 16.05A3.5 3.5 0 1016 20.95m4.998-4.9A3.5 3.5 0 1116 20.95m5-4.9l-5 4.9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgNoAccessWindow);
export default ForwardRef;

View file

@ -8,8 +8,8 @@ function SvgOnePointCircle(
<svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
@ -30,7 +30,7 @@ function SvgOnePointCircle(
strokeLinejoin="round"
/>
<path
d="M15 15l.011.01M17 17l.011.01"
d="M19 19l-1.5-1.5M15.5 15.5l-1-1"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgPauseWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M16 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v9"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M19 17v5M22 17v5M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgPauseWindow);
export default ForwardRef;

View file

@ -0,0 +1,37 @@
import * as React from 'react';
function SvgPokeball(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M12 15a3 3 0 100-6 3 3 0 000 6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path d="M2 12h7M15 12h7" stroke="currentColor" />
</svg>
);
}
const ForwardRef = React.forwardRef(SvgPokeball);
export default ForwardRef;

View file

@ -0,0 +1,38 @@
import * as React from 'react';
function SvgPotion(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M10 4h4v2.568c0 .258.17.487.412.579C22.938 10.37 20.907 22 15 22H9c-5.907 0-7.937-11.63.588-14.853a.629.629 0 00.412-.58V4z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path d="M6 10h12" stroke="currentColor" />
<path d="M9 2h6" stroke="currentColor" strokeLinecap="round" />
<path
d="M11.667 13L10 16h4l-1.667 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgPotion);
export default ForwardRef;

View file

@ -0,0 +1,47 @@
import * as React from 'react';
function SvgReloadWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M11 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v7"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M21.666 16.667C21.049 15.097 19.636 14 17.99 14c-1.758 0-3.252 1.255-3.793 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M19.995 16.772H21.4a.6.6 0 00.6-.6V14.55M14.334 19.333C14.953 20.903 16.366 22 18.01 22c1.758 0 3.252-1.255 3.793-3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M16.005 19.228H14.6a.6.6 0 00-.6.6v1.622"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgReloadWindow);
export default ForwardRef;

View file

@ -0,0 +1,29 @@
import * as React from 'react';
function SvgRook(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M7 16h10M9 11h6M10 4v2M14 4v2M17.4 9H6.6a.6.6 0 01-.6-.6V4.6a.6.6 0 01.6-.6h10.8a.6.6 0 01.6.6v3.8a.6.6 0 01-.6.6zM17.901 21H6.099a.615.615 0 01-.521-.932C6.792 18.06 9.5 13.328 9.5 11V9.6a.6.6 0 01.6-.6h3.8a.6.6 0 01.6.6V11c0 2.327 2.708 7.061 3.922 9.068a.615.615 0 01-.521.932z"
stroke="currentColor"
strokeLinecap="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgRook);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgSearchWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M13 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v9"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M20.124 20.119a3 3 0 10-4.248-4.237 3 3 0 004.248 4.237zm0 0L22 22"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgSearchWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgSecureWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M13 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v7"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M18.992 14.125l2.556.649c.266.068.453.31.445.584C21.821 21.116 18.5 22 18.5 22s-3.321-.884-3.493-6.642a.588.588 0 01.445-.584l2.556-.649c.323-.082.661-.082.984 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgSecureWindow);
export default ForwardRef;

View file

@ -0,0 +1,40 @@
import * as React from 'react';
function SvgSelectWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M14 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v10"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
clipRule="evenodd"
d="M22.082 18.365c.494.304.464 1.043-.045 1.1l-2.566.292-1.152 2.312c-.228.458-.933.234-1.05-.334l-1.255-6.116c-.098-.48.333-.782.75-.525l5.318 3.271z"
stroke="currentColor"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgSelectWindow);
export default ForwardRef;

View file

@ -0,0 +1,30 @@
import * as React from 'react';
function SvgSigmaFunction(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M4 4h16v3M4 20h16v-3M4 20l8-8-8-8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgSigmaFunction);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgSpades(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 14.5c3 4.5 9 4.47 9-.5 0-4-4-7-9-12-5 5-9 8-9 12 0 4.97 6 5 9 .5z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M11.47 15.493l-3 5.625A.6.6 0 009 22h6a.6.6 0 00.53-.882l-3-5.625a.6.6 0 00-1.06 0z"
stroke="currentColor"
strokeLinecap="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgSpades);
export default ForwardRef;

View file

@ -0,0 +1,36 @@
import * as React from 'react';
function SvgSphere(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M12 22c-3.314 0-6-4.477-6-10S8.686 2 12 2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgSphere);
export default ForwardRef;

View file

@ -0,0 +1,30 @@
import * as React from 'react';
function SvgSpiral(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M3.5 6.004C3.5 7.808 6.357 9 11.5 9c7 0 8-2.996 8-2.996S18.5 3 11.5 3c-5.143 0-8 1.2-8 3.004zM3.5 12.004c0 1.804 2.857 2.996 8 2.996 7 0 8-2.996 8-2.996S18.5 9 11.5 9c-5.143 0-8 1.2-8 3.004zM3.5 18.004c0 1.804 2.857 2.996 8 2.996 7 0 8-2.996 8-2.996S18.5 15 11.5 15c-5.143 0-8 1.2-8 3.004zM19.5 12s1-.975 1-3-1-3-1-3M20.5 4c0 1.35-1 2-1 2M19.5 18s1-.975 1-3-1-3-1-3M20.5 20c0-1.35-1-2-1-2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgSpiral);
export default ForwardRef;

View file

@ -8,8 +8,8 @@ function SvgThreePointsCircle(
<svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
@ -23,14 +23,27 @@ function SvgThreePointsCircle(
strokeLinejoin="round"
/>
<path
d="M5 6a1 1 0 100-2 1 1 0 000 2zM5 20a1 1 0 100-2 1 1 0 000 2zM19 20a1 1 0 100-2 1 1 0 000 2z"
d="M5 6a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5 15l.011.01M5 12l.011.01M5 9l.011.01M15 19.01l.01-.011M12 19.01l.01-.011M9 19.01l.01-.011"
d="M5 10.5V9M5 15v-1.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5 20a1 1 0 100-2 1 1 0 000 2zM19 20a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M10.5 19H9M15 19h-1.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -8,8 +8,8 @@ function SvgTwoPointsCircle(
<svg
width="1.5em"
height="1.5em"
strokeWidth={1.5}
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
@ -30,7 +30,7 @@ function SvgTwoPointsCircle(
strokeLinejoin="round"
/>
<path
d="M15 15l.011.01M13 13l.011.01M11 11l.011.01M9 9l.011.01M7 7l.011.01M17 17l.011.01"
d="M19 19l-1.5-1.5M15.5 15.5l-1-1M12.5 12.5l-1-1M9.5 9.5l-1-1M6.5 6.5L5 5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgUploadDataWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M14 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v9"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M19.5 22v-6m0 0L17 18.5m2.5-2.5l2.5 2.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgUploadDataWindow);
export default ForwardRef;

View file

@ -0,0 +1,35 @@
import * as React from 'react';
function SvgWarningWindow(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M18 21H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v8"
stroke="currentColor"
strokeLinecap="round"
/>
<path
d="M2 7h20M5 5.01l.01-.011M8 5.01l.01-.011M11 5.01l.01-.011M21 16v2M21 22.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgWarningWindow);
export default ForwardRef;

View file

@ -1,7 +1,19 @@
export { default as Svg3DAddHole } from './3DAddHole'
export { default as Svg3DArcCenterPt } from './3DArcCenterPt'
export { default as Svg3DArc } from './3DArc'
export { default as Svg3DBridge } from './3DBridge'
export { default as Svg3DCenterBox } from './3DCenterBox'
export { default as Svg3DEllipseThreePts } from './3DEllipseThreePts'
export { default as Svg3DEllipse } from './3DEllipse'
export { default as Svg3DPtBox } from './3DPtBox'
export { default as Svg3DRectCornerToCorner } from './3DRectCornerToCorner'
export { default as Svg3DRectFromCenter } from './3DRectFromCenter'
export { default as Svg3DRectThreePts } from './3DRectThreePts'
export { default as Svg3DSelectEdge } from './3DSelectEdge'
export { default as Svg3DSelectFace } from './3DSelectFace'
export { default as Svg3DSelectPoint } from './3DSelectPoint'
export { default as Svg3DSelectSolid } from './3DSelectSolid'
export { default as Svg3DThreePtsBox } from './3DThreePtsBox'
export { default as AccessibilitySign } from './AccessibilitySign'
export { default as AccessibilityTech } from './AccessibilityTech'
export { default as Accessibility } from './Accessibility'
@ -48,6 +60,7 @@ export { default as AntennaSignalRounded } from './AntennaSignalRounded'
export { default as AntennaSignal } from './AntennaSignal'
export { default as Antenna } from './Antenna'
export { default as AppNotification } from './AppNotification'
export { default as AppWindow } from './AppWindow'
export { default as AppleHalfAlt } from './AppleHalfAlt'
export { default as AppleHalf } from './AppleHalf'
export { default as AppleImac2021Side } from './AppleImac2021Side'
@ -58,6 +71,7 @@ export { default as AppleWallet } from './AppleWallet'
export { default as Apple } from './Apple'
export { default as ArSymbol } from './ArSymbol'
export { default as Arcade } from './Arcade'
export { default as ArcheryMatch } from './ArcheryMatch'
export { default as Archery } from './Archery'
export { default as Archive } from './Archive'
export { default as AreaSearch } from './AreaSearch'
@ -77,6 +91,7 @@ export { default as ArrowUp } from './ArrowUp'
export { default as Asana } from './Asana'
export { default as Atom } from './Atom'
export { default as Attachment } from './Attachment'
export { default as AugmentedReality } from './AugmentedReality'
export { default as AutoFlash } from './AutoFlash'
export { default as Axes } from './Axes'
export { default as Backward15Seconds } from './Backward15Seconds'
@ -108,6 +123,7 @@ export { default as BinFull } from './BinFull'
export { default as BinHalf } from './BinHalf'
export { default as BinMinus } from './BinMinus'
export { default as Bin } from './Bin'
export { default as Bishop } from './Bishop'
export { default as BluetoothRounded } from './BluetoothRounded'
export { default as Bluetooth } from './Bluetooth'
export { default as BoldSquareOutline } from './BoldSquareOutline'
@ -134,6 +150,8 @@ export { default as BowlingBall } from './BowlingBall'
export { default as BoxIso } from './BoxIso'
export { default as Box } from './Box'
export { default as BoxingGlove } from './BoxingGlove'
export { default as BrightnessWindow } from './BrightnessWindow'
export { default as Brightness } from './Brightness'
export { default as BubbleDownload } from './BubbleDownload'
export { default as BubbleError } from './BubbleError'
export { default as BubbleIncome } from './BubbleIncome'
@ -170,6 +188,7 @@ export { default as ChatBubble } from './ChatBubble'
export { default as ChatLines } from './ChatLines'
export { default as ChatRemove } from './ChatRemove'
export { default as CheckCircledOutline } from './CheckCircledOutline'
export { default as CheckWindow } from './CheckWindow'
export { default as Check } from './Check'
export { default as Chocolate } from './Chocolate'
export { default as ChromecastActive } from './ChromecastActive'
@ -232,6 +251,7 @@ export { default as CursorPointer } from './CursorPointer'
export { default as CutAlt } from './CutAlt'
export { default as Cut } from './Cut'
export { default as Cycling } from './Cycling'
export { default as Cylinder } from './Cylinder'
export { default as DashFlag } from './DashFlag'
export { default as DashboardDots } from './DashboardDots'
export { default as DashboardSpeed } from './DashboardSpeed'
@ -283,6 +303,7 @@ export { default as Donate } from './Donate'
export { default as DoubleCheck } from './DoubleCheck'
export { default as DownRoundArrow } from './DownRoundArrow'
export { default as DownloadCircledOutline } from './DownloadCircledOutline'
export { default as DownloadDataWindow } from './DownloadDataWindow'
export { default as DownloadSquareOutline } from './DownloadSquareOutline'
export { default as Download } from './Download'
export { default as DragHandGesture } from './DragHandGesture'
@ -326,9 +347,11 @@ export { default as EmojiThinkLeft } from './EmojiThinkLeft'
export { default as EmojiThinkRight } from './EmojiThinkRight'
export { default as Emoji } from './Emoji'
export { default as EmptyPage } from './EmptyPage'
export { default as EnergyUsageWindow } from './EnergyUsageWindow'
export { default as EnlargeRoundArrow } from './EnlargeRoundArrow'
export { default as Enlarge } from './Enlarge'
export { default as Erase } from './Erase'
export { default as ErrorWindow } from './ErrorWindow'
export { default as EuroSquare } from './EuroSquare'
export { default as Euro } from './Euro'
export { default as EvChargeAlt } from './EvChargeAlt'
@ -363,12 +386,14 @@ export { default as FastLeftCircle } from './FastLeftCircle'
export { default as FastRightCircle } from './FastRightCircle'
export { default as FastTopCircle } from './FastTopCircle'
export { default as FavouriteBook } from './FavouriteBook'
export { default as FavouriteWindow } from './FavouriteWindow'
export { default as Female } from './Female'
export { default as Figma } from './Figma'
export { default as FileNotFound } from './FileNotFound'
export { default as FilterAlt } from './FilterAlt'
export { default as Filter } from './Filter'
export { default as Finder } from './Finder'
export { default as FingerPrintWindow } from './FingerPrintWindow'
export { default as FingerprintCircledError } from './FingerprintCircledError'
export { default as FingerprintCircledLock } from './FingerprintCircledLock'
export { default as FingerprintCircledOk } from './FingerprintCircledOk'
@ -538,6 +563,7 @@ export { default as LoadActionFloppy } from './LoadActionFloppy'
export { default as LockKey } from './LockKey'
export { default as Lock } from './Lock'
export { default as LockedBook } from './LockedBook'
export { default as LockedWindow } from './LockedWindow'
export { default as LogDenied } from './LogDenied'
export { default as LogIn } from './LogIn'
export { default as LogOut } from './LogOut'
@ -642,7 +668,9 @@ export { default as NetworkLeft } from './NetworkLeft'
export { default as NetworkRight } from './NetworkRight'
export { default as Network } from './Network'
export { default as NewTab } from './NewTab'
export { default as NintendoSwitch } from './NintendoSwitch'
export { default as Nitrogen } from './Nitrogen'
export { default as NoAccessWindow } from './NoAccessWindow'
export { default as NoBattery } from './NoBattery'
export { default as NoCoin } from './NoCoin'
export { default as NoCreditCard } from './NoCreditCard'
@ -689,6 +717,7 @@ export { default as PasswordError } from './PasswordError'
export { default as PasswordPass } from './PasswordPass'
export { default as PasteClipboard } from './PasteClipboard'
export { default as PauseOutline } from './PauseOutline'
export { default as PauseWindow } from './PauseWindow'
export { default as PcCheck } from './PcCheck'
export { default as PcFirewall } from './PcFirewall'
export { default as PcMouse } from './PcMouse'
@ -736,8 +765,10 @@ export { default as PlugTypeL } from './PlugTypeL'
export { default as Plus } from './Plus'
export { default as Pocket } from './Pocket'
export { default as Podcast } from './Podcast'
export { default as Pokeball } from './Pokeball'
export { default as PositionAlign } from './PositionAlign'
export { default as Position } from './Position'
export { default as Potion } from './Potion'
export { default as Pound } from './Pound'
export { default as PrecisionTool } from './PrecisionTool'
export { default as PrinterAlt } from './PrinterAlt'
@ -768,6 +799,7 @@ export { default as Reduce } from './Reduce'
export { default as RefreshCircular } from './RefreshCircular'
export { default as RefreshDouble } from './RefreshDouble'
export { default as Refresh } from './Refresh'
export { default as ReloadWindow } from './ReloadWindow'
export { default as ReminderHandGesture } from './ReminderHandGesture'
export { default as RemoveDatabaseScript } from './RemoveDatabaseScript'
export { default as RemoveEmpty } from './RemoveEmpty'
@ -793,6 +825,7 @@ export { default as RewindOutline } from './RewindOutline'
export { default as Rhombus } from './Rhombus'
export { default as RightRoundArrow } from './RightRoundArrow'
export { default as Rings } from './Rings'
export { default as Rook } from './Rook'
export { default as RotateCameraLeft } from './RotateCameraLeft'
export { default as RotateCameraRight } from './RotateCameraRight'
export { default as RoundFlask } from './RoundFlask'
@ -819,8 +852,11 @@ export { default as SeaAndSun } from './SeaAndSun'
export { default as SeaWaves } from './SeaWaves'
export { default as SearchEngine } from './SearchEngine'
export { default as SearchFont } from './SearchFont'
export { default as SearchWindow } from './SearchWindow'
export { default as Search } from './Search'
export { default as SecureWindow } from './SecureWindow'
export { default as SecurityPass } from './SecurityPass'
export { default as SelectWindow } from './SelectWindow'
export { default as Selection } from './Selection'
export { default as SelectiveTool } from './SelectiveTool'
export { default as SendDollars } from './SendDollars'
@ -866,6 +902,7 @@ export { default as ShortPants } from './ShortPants'
export { default as Shuffle } from './Shuffle'
export { default as SidebarCollapse } from './SidebarCollapse'
export { default as SidebarExpand } from './SidebarExpand'
export { default as SigmaFunction } from './SigmaFunction'
export { default as SimpleCart } from './SimpleCart'
export { default as SingleTapGesture } from './SingleTapGesture'
export { default as Skateboard } from './Skateboard'
@ -887,6 +924,9 @@ export { default as SoundHigh } from './SoundHigh'
export { default as SoundLow } from './SoundLow'
export { default as SoundMin } from './SoundMin'
export { default as SoundOff } from './SoundOff'
export { default as Spades } from './Spades'
export { default as Sphere } from './Sphere'
export { default as Spiral } from './Spiral'
export { default as SpockHandGesture } from './SpockHandGesture'
export { default as Square } from './Square'
export { default as Stackoverflow } from './Stackoverflow'
@ -983,6 +1023,7 @@ export { default as Union } from './Union'
export { default as Unity5 } from './Unity5'
export { default as Unity } from './Unity'
export { default as UpRoundArrow } from './UpRoundArrow'
export { default as UploadDataWindow } from './UploadDataWindow'
export { default as UploadSquareOutline } from './UploadSquareOutline'
export { default as Upload } from './Upload'
export { default as Usb } from './Usb'
@ -1017,6 +1058,7 @@ export { default as Wallet } from './Wallet'
export { default as WarningCircledOutline } from './WarningCircledOutline'
export { default as WarningSquareOutline } from './WarningSquareOutline'
export { default as WarningTriangleOutline } from './WarningTriangleOutline'
export { default as WarningWindow } from './WarningWindow'
export { default as Wash } from './Wash'
export { default as WashingMachine } from './WashingMachine'
export { default as WebWindowClose } from './WebWindowClose'