@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.100 → 1.1.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconFileArrowLeftIn/index.d.ts +4 -0
- package/IconFileArrowLeftIn/index.js +2 -0
- package/IconFileArrowLeftIn/index.js.map +1 -0
- package/IconFileArrowLeftIn/index.mjs +2 -0
- package/IconFileArrowLeftIn/index.mjs.map +1 -0
- package/IconFileArrowLeftOut/index.d.ts +4 -0
- package/IconFileArrowLeftOut/index.js +2 -0
- package/IconFileArrowLeftOut/index.js.map +1 -0
- package/IconFileArrowLeftOut/index.mjs +2 -0
- package/IconFileArrowLeftOut/index.mjs.map +1 -0
- package/IconFileArrowRightIn/index.d.ts +4 -0
- package/IconFileArrowRightIn/index.js +2 -0
- package/IconFileArrowRightIn/index.js.map +1 -0
- package/IconFileArrowRightIn/index.mjs +2 -0
- package/IconFileArrowRightIn/index.mjs.map +1 -0
- package/IconFileArrowRightOut/index.d.ts +4 -0
- package/IconFileArrowRightOut/index.js +2 -0
- package/IconFileArrowRightOut/index.js.map +1 -0
- package/IconFileArrowRightOut/index.mjs +2 -0
- package/IconFileArrowRightOut/index.mjs.map +1 -0
- package/IconGyroscopeSensor/index.d.ts +4 -0
- package/IconGyroscopeSensor/index.js +2 -0
- package/IconGyroscopeSensor/index.js.map +1 -0
- package/IconGyroscopeSensor/index.mjs +2 -0
- package/IconGyroscopeSensor/index.mjs.map +1 -0
- package/IconPhoneTopDynamicIsland/index.d.ts +4 -0
- package/IconPhoneTopDynamicIsland/index.js +2 -0
- package/IconPhoneTopDynamicIsland/index.js.map +1 -0
- package/IconPhoneTopDynamicIsland/index.mjs +2 -0
- package/IconPhoneTopDynamicIsland/index.mjs.map +1 -0
- package/IconPhoneTopPunchHoleCenter/index.d.ts +4 -0
- package/IconPhoneTopPunchHoleCenter/index.js +2 -0
- package/IconPhoneTopPunchHoleCenter/index.js.map +1 -0
- package/IconPhoneTopPunchHoleCenter/index.mjs +2 -0
- package/IconPhoneTopPunchHoleCenter/index.mjs.map +1 -0
- package/IconProgress100/index.d.ts +4 -0
- package/IconProgress100/index.js +2 -0
- package/IconProgress100/index.js.map +1 -0
- package/IconProgress100/index.mjs +2 -0
- package/IconProgress100/index.mjs.map +1 -0
- package/README.md +8 -1
- package/filtered-icons.json +112 -14
- package/icons/index.d.ts +8 -1
- package/icons-index.json +22 -8
- package/index.d.ts +8 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +56 -7
- package/IconClawdbot/index.d.ts +0 -4
- package/IconClawdbot/index.js +0 -2
- package/IconClawdbot/index.js.map +0 -1
- package/IconClawdbot/index.mjs +0 -2
- package/IconClawdbot/index.mjs.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!d.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=I(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(B(r)):{},l(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconFileArrowLeftIn:()=>f,default:()=>g});module.exports=P(h);var n=C(require("react"));var m=C(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),f=r=>n.default.createElement(i,{...r},n.default.createElement(s.Path,{d:"M12 10H20V22H12.2422L15.2422 19L8 11.7578L4 15.7578V2H12V10ZM19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"}),n.default.createElement(s.Path,{d:"M4 19H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M8 16L11 19L8 22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),g=f;0&&(module.exports={IconFileArrowLeftIn});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFileArrowLeftIn/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFileArrowLeftIn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10H20V22H12.2422L15.2422 19L8 11.7578L4 15.7578V2H12V10ZM19.4141 8H14V2.58594L19.4141 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 19H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M8 16L11 19L8 22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftIn;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconFileArrowLeftIn_exports","__export","IconFileArrowLeftIn","IconFileArrowLeftIn_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileArrowLeftIn","props","React","CentralIconBase","IconFileArrowLeftIn_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12 10H20V22H12.2422L15.2422 19L8 11.7578L4 15.7578V2H12V10ZM19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"}),o.createElement(t,{d:"M4 19H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M8 16L11 19L8 22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),d=l;export{l as IconFileArrowLeftIn,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFileArrowLeftIn/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFileArrowLeftIn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10H20V22H12.2422L15.2422 19L8 11.7578L4 15.7578V2H12V10ZM19.4141 8H14V2.58594L19.4141 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 19H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M8 16L11 19L8 22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftIn;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileArrowLeftIn","props","React","CentralIconBase","IconFileArrowLeftIn_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=L(o,e))||C.enumerable});return r};var f=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var V={};H(V,{IconFileArrowLeftOut:()=>i,default:()=>g});module.exports=P(V);var n=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M8.41406 16L6.41406 18H12V20H6.41406L8.41406 22L7 23.4141L2.58594 19L7 14.5859L8.41406 16Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12 10H20V22H14V16H11.2422L7 11.7578L4 14.7578V2H12V10Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),g=i;0&&(module.exports={IconFileArrowLeftOut});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFileArrowLeftOut/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFileArrowLeftOut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.41406 16L6.41406 18H12V20H6.41406L8.41406 22L7 23.4141L2.58594 19L7 14.5859L8.41406 16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10H20V22H14V16H11.2422L7 11.7578L4 14.7578V2H12V10Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftOut;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,EAIGE,EAAQJ","names":["IconFileArrowLeftOut_exports","__export","IconFileArrowLeftOut","IconFileArrowLeftOut_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileArrowLeftOut","props","React","CentralIconBase","IconFileArrowLeftOut_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M8.41406 16L6.41406 18H12V20H6.41406L8.41406 22L7 23.4141L2.58594 19L7 14.5859L8.41406 16Z",fill:"currentColor"}),o.createElement(e,{d:"M12 10H20V22H14V16H11.2422L7 11.7578L4 14.7578V2H12V10Z",fill:"currentColor"}),o.createElement(e,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),x=a;export{a as IconFileArrowLeftOut,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFileArrowLeftOut/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFileArrowLeftOut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.41406 16L6.41406 18H12V20H6.41406L8.41406 22L7 23.4141L2.58594 19L7 14.5859L8.41406 16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10H20V22H14V16H11.2422L7 11.7578L4 14.7578V2H12V10Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftOut;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileArrowLeftOut","props","React","CentralIconBase","IconFileArrowLeftOut_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!g.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(C=u(o,n))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?L(B(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var d={};x(d,{IconFileArrowRightIn:()=>c,default:()=>H});module.exports=P(d);var e=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>e.default.createElement(i,{...r},e.default.createElement(l.Path,{d:"M17.4141 16L15.4141 18H21V20H15.4141L17.4141 22L16 23.4141L11.5859 19L16 14.5859L17.4141 16Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M12 10H20V15.7578L16 11.7578L8.75781 19L11.7578 22H4V2H12V10Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),H=c;0&&(module.exports={IconFileArrowRightIn});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFileArrowRightIn/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFileArrowRightIn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.4141 16L15.4141 18H21V20H15.4141L17.4141 22L16 23.4141L11.5859 19L16 14.5859L17.4141 16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10H20V15.7578L16 11.7578L8.75781 19L11.7578 22H4V2H12V10Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightIn;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,EAIGE,EAAQJ","names":["IconFileArrowRightIn_exports","__export","IconFileArrowRightIn","IconFileArrowRightIn_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileArrowRightIn","props","React","CentralIconBase","IconFileArrowRightIn_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M17.4141 16L15.4141 18H21V20H15.4141L17.4141 22L16 23.4141L11.5859 19L16 14.5859L17.4141 16Z",fill:"currentColor"}),o.createElement(n,{d:"M12 10H20V15.7578L16 11.7578L8.75781 19L11.7578 22H4V2H12V10Z",fill:"currentColor"}),o.createElement(n,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),g=a;export{a as IconFileArrowRightIn,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFileArrowRightIn/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFileArrowRightIn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.4141 16L15.4141 18H21V20H15.4141L17.4141 22L16 23.4141L11.5859 19L16 14.5859L17.4141 16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10H20V15.7578L16 11.7578L8.75781 19L11.7578 22H4V2H12V10Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightIn;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileArrowRightIn","props","React","CentralIconBase","IconFileArrowRightIn_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=L(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(p({},"__esModule",{value:!0}),r);var V={};x(V,{IconFileArrowRightOut:()=>c,default:()=>P});module.exports=H(V);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>n.default.createElement(i,{...r},n.default.createElement(l.Path,{d:"M21.4141 19L17 23.4141L15.5859 22L17.5859 20H12V18H17.5859L15.5859 16L17 14.5859L21.4141 19Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12 10H20V14.7578L17 11.7578L12.7578 16H10V22H4V2H12V10Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),P=c;0&&(module.exports={IconFileArrowRightOut});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFileArrowRightOut/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFileArrowRightOut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.4141 19L17 23.4141L15.5859 22L17.5859 20H12V18H17.5859L15.5859 16L17 14.5859L21.4141 19Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10H20V14.7578L17 11.7578L12.7578 16H10V22H4V2H12V10Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightOut;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,2BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,EAIGE,EAAQJ","names":["IconFileArrowRightOut_exports","__export","IconFileArrowRightOut","IconFileArrowRightOut_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileArrowRightOut","props","React","CentralIconBase","IconFileArrowRightOut_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M21.4141 19L17 23.4141L15.5859 22L17.5859 20H12V18H17.5859L15.5859 16L17 14.5859L21.4141 19Z",fill:"currentColor"}),o.createElement(e,{d:"M12 10H20V14.7578L17 11.7578L12.7578 16H10V22H4V2H12V10Z",fill:"currentColor"}),o.createElement(e,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),g=a;export{a as IconFileArrowRightOut,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFileArrowRightOut/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFileArrowRightOut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.4141 19L17 23.4141L15.5859 22L17.5859 20H12V18H17.5859L15.5859 16L17 14.5859L21.4141 19Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10H20V14.7578L17 11.7578L12.7578 16H10V22H4V2H12V10Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightOut;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileArrowRightOut","props","React","CentralIconBase","IconFileArrowRightOut_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var t=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var v=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},f=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let l of B(r))!L.call(C,l)&&l!==o&&t(C,l,{get:()=>r[l],enumerable:!(p=a(r,l))||p.enumerable});return C};var i=(C,r,o)=>(o=C!=null?d(I(C)):{},f(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),x=C=>f(t({},"__esModule",{value:!0}),C);var P={};v(P,{IconGyroscopeSensor:()=>c,default:()=>M});module.exports=x(P);var e=i(require("react"));var s=i(require("react")),u=require("react-native-svg"),m=({children:C,size:r=24,...o})=>s.default.createElement(u.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var n=require("react-native-svg"),c=C=>e.default.createElement(m,{...C},e.default.createElement(n.Path,{d:"M8.68945 13.4414C8.97697 13.7637 9.27832 14.0869 9.5957 14.4043C9.91281 14.7214 10.2356 15.0223 10.5576 15.3096C10.0415 15.6703 9.54962 15.9693 9.09766 16.1953C8.50769 16.4903 8.03352 16.6406 7.69629 16.6807C7.46697 16.7078 7.36744 16.6778 7.33594 16.6641C7.32223 16.6326 7.29216 16.533 7.31934 16.3037C7.35941 15.9664 7.51062 15.4924 7.80566 14.9023C8.03169 14.4503 8.32869 13.9576 8.68945 13.4414Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M15.3096 13.4414C15.6705 13.9577 15.9682 14.4502 16.1943 14.9023C16.4894 15.4924 16.6406 15.9664 16.6807 16.3037C16.7078 16.533 16.6778 16.6326 16.6641 16.6641C16.6326 16.6778 16.533 16.7078 16.3037 16.6807C15.9665 16.6406 15.4923 16.4903 14.9023 16.1953C14.4502 15.9692 13.9577 15.6705 13.4414 15.3096C13.7636 15.0221 14.087 14.7216 14.4043 14.4043C14.7215 14.0871 15.0222 13.7635 15.3096 13.4414Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M12 9.81738C12.3751 10.1416 12.7544 10.4927 13.1309 10.8691C13.5072 11.2455 13.8575 11.625 14.1816 12C13.8575 12.375 13.5071 12.7546 13.1309 13.1309C12.7545 13.5072 12.375 13.8575 12 14.1816C11.625 13.8575 11.2455 13.5072 10.8691 13.1309C10.4927 12.7544 10.1416 12.3751 9.81738 12C10.1417 11.6248 10.4927 11.2456 10.8691 10.8691C11.2456 10.4927 11.6249 10.1416 12 9.81738Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M7.69531 7.31836C8.03263 7.35838 8.5074 7.50956 9.09766 7.80469C9.54959 8.03067 10.0416 8.32878 10.5576 8.68945C10.2355 8.97682 9.91291 9.2785 9.5957 9.5957C9.27811 9.9133 8.97616 10.2361 8.68848 10.5586C8.32773 10.0425 8.0307 9.54965 7.80469 9.09766C7.50956 8.5074 7.35838 8.03263 7.31836 7.69531C7.29119 7.46555 7.32132 7.36607 7.33496 7.33496C7.36608 7.32132 7.46548 7.29117 7.69531 7.31836Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M16.3047 7.31836C16.5345 7.29117 16.6339 7.32132 16.665 7.33496C16.6787 7.36607 16.7088 7.46555 16.6816 7.69531C16.6416 8.03263 16.4904 8.5074 16.1953 9.09766C15.9692 9.54978 15.6714 10.0423 15.3105 10.5586C15.023 10.2363 14.7217 9.91315 14.4043 9.5957C14.0869 9.27832 13.7637 8.97696 13.4414 8.68945C13.9577 8.32857 14.4502 8.03077 14.9023 7.80469C15.4926 7.50956 15.9674 7.35838 16.3047 7.31836Z",fill:"currentColor"}),e.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.9141 3.5L19.3857 6.02734C20.7071 7.65927 21.5 9.73663 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.73663 21.5 7.65927 20.7071 6.02734 19.3857L3.5 21.9141L2.08594 20.5L4.61328 17.9717C3.29246 16.3399 2.5 14.2629 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.2629 2.5 16.3399 3.29246 17.9717 4.61328L20.5 2.08594L21.9141 3.5ZM17.8398 5.96777C17.3285 5.52899 16.6641 5.46358 16.0928 5.53125C15.4705 5.60503 14.7868 5.85077 14.0977 6.19531C13.4359 6.52623 12.7264 6.97203 12 7.51074C11.2736 6.97203 10.5641 6.52623 9.90234 6.19531C9.21324 5.85077 8.52951 5.60503 7.90723 5.53125C7.3359 5.46358 6.67149 5.52899 6.16016 5.96777L6.05957 6.05957C5.53699 6.58215 5.45906 7.29773 5.53125 7.90723C5.60502 8.52954 5.85075 9.2132 6.19531 9.90234C6.52614 10.5639 6.97223 11.2728 7.51074 11.999C6.97185 12.7256 6.52629 13.4357 6.19531 14.0977C5.85075 14.7868 5.60598 15.4704 5.53223 16.0928C5.46005 16.7022 5.53804 17.4169 6.06055 17.9395C6.58308 18.462 7.29777 18.5399 7.90723 18.4678C8.52954 18.394 9.2132 18.1492 9.90234 17.8047C10.5642 17.4737 11.2735 17.0271 12 16.4883C12.7265 17.0271 13.4358 17.4737 14.0977 17.8047C14.7868 18.1492 15.4705 18.394 16.0928 18.4678C16.7022 18.5399 17.4169 18.462 17.9395 17.9395C18.462 17.4169 18.5399 16.7022 18.4678 16.0928C18.394 15.4704 18.1493 14.7868 17.8047 14.0977C17.4736 13.4356 17.0273 12.7258 16.4883 11.999C17.0269 11.2727 17.4738 10.5641 17.8047 9.90234C18.1492 9.2132 18.395 8.52954 18.4688 7.90723C18.5409 7.29773 18.463 6.58215 17.9404 6.05957L17.8398 5.96777Z",fill:"currentColor"})),M=c;0&&(module.exports={IconGyroscopeSensor});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGyroscopeSensor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGyroscopeSensor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.68945 13.4414C8.97697 13.7637 9.27832 14.0869 9.5957 14.4043C9.91281 14.7214 10.2356 15.0223 10.5576 15.3096C10.0415 15.6703 9.54962 15.9693 9.09766 16.1953C8.50769 16.4903 8.03352 16.6406 7.69629 16.6807C7.46697 16.7078 7.36744 16.6778 7.33594 16.6641C7.32223 16.6326 7.29216 16.533 7.31934 16.3037C7.35941 15.9664 7.51062 15.4924 7.80566 14.9023C8.03169 14.4503 8.32869 13.9576 8.68945 13.4414Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.3096 13.4414C15.6705 13.9577 15.9682 14.4502 16.1943 14.9023C16.4894 15.4924 16.6406 15.9664 16.6807 16.3037C16.7078 16.533 16.6778 16.6326 16.6641 16.6641C16.6326 16.6778 16.533 16.7078 16.3037 16.6807C15.9665 16.6406 15.4923 16.4903 14.9023 16.1953C14.4502 15.9692 13.9577 15.6705 13.4414 15.3096C13.7636 15.0221 14.087 14.7216 14.4043 14.4043C14.7215 14.0871 15.0222 13.7635 15.3096 13.4414Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 9.81738C12.3751 10.1416 12.7544 10.4927 13.1309 10.8691C13.5072 11.2455 13.8575 11.625 14.1816 12C13.8575 12.375 13.5071 12.7546 13.1309 13.1309C12.7545 13.5072 12.375 13.8575 12 14.1816C11.625 13.8575 11.2455 13.5072 10.8691 13.1309C10.4927 12.7544 10.1416 12.3751 9.81738 12C10.1417 11.6248 10.4927 11.2456 10.8691 10.8691C11.2456 10.4927 11.6249 10.1416 12 9.81738Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.69531 7.31836C8.03263 7.35838 8.5074 7.50956 9.09766 7.80469C9.54959 8.03067 10.0416 8.32878 10.5576 8.68945C10.2355 8.97682 9.91291 9.2785 9.5957 9.5957C9.27811 9.9133 8.97616 10.2361 8.68848 10.5586C8.32773 10.0425 8.0307 9.54965 7.80469 9.09766C7.50956 8.5074 7.35838 8.03263 7.31836 7.69531C7.29119 7.46555 7.32132 7.36607 7.33496 7.33496C7.36608 7.32132 7.46548 7.29117 7.69531 7.31836Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.3047 7.31836C16.5345 7.29117 16.6339 7.32132 16.665 7.33496C16.6787 7.36607 16.7088 7.46555 16.6816 7.69531C16.6416 8.03263 16.4904 8.5074 16.1953 9.09766C15.9692 9.54978 15.6714 10.0423 15.3105 10.5586C15.023 10.2363 14.7217 9.91315 14.4043 9.5957C14.0869 9.27832 13.7637 8.97696 13.4414 8.68945C13.9577 8.32857 14.4502 8.03077 14.9023 7.80469C15.4926 7.50956 15.9674 7.35838 16.3047 7.31836Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.9141 3.5L19.3857 6.02734C20.7071 7.65927 21.5 9.73663 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.73663 21.5 7.65927 20.7071 6.02734 19.3857L3.5 21.9141L2.08594 20.5L4.61328 17.9717C3.29246 16.3399 2.5 14.2629 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.2629 2.5 16.3399 3.29246 17.9717 4.61328L20.5 2.08594L21.9141 3.5ZM17.8398 5.96777C17.3285 5.52899 16.6641 5.46358 16.0928 5.53125C15.4705 5.60503 14.7868 5.85077 14.0977 6.19531C13.4359 6.52623 12.7264 6.97203 12 7.51074C11.2736 6.97203 10.5641 6.52623 9.90234 6.19531C9.21324 5.85077 8.52951 5.60503 7.90723 5.53125C7.3359 5.46358 6.67149 5.52899 6.16016 5.96777L6.05957 6.05957C5.53699 6.58215 5.45906 7.29773 5.53125 7.90723C5.60502 8.52954 5.85075 9.2132 6.19531 9.90234C6.52614 10.5639 6.97223 11.2728 7.51074 11.999C6.97185 12.7256 6.52629 13.4357 6.19531 14.0977C5.85075 14.7868 5.60598 15.4704 5.53223 16.0928C5.46005 16.7022 5.53804 17.4169 6.06055 17.9395C6.58308 18.462 7.29777 18.5399 7.90723 18.4678C8.52954 18.394 9.2132 18.1492 9.90234 17.8047C10.5642 17.4737 11.2735 17.0271 12 16.4883C12.7265 17.0271 13.4358 17.4737 14.0977 17.8047C14.7868 18.1492 15.4705 18.394 16.0928 18.4678C16.7022 18.5399 17.4169 18.462 17.9395 17.9395C18.462 17.4169 18.5399 16.7022 18.4678 16.0928C18.394 15.4704 18.1493 14.7868 17.8047 14.0977C17.4736 13.4356 17.0273 12.7258 16.4883 11.999C17.0269 11.2727 17.4738 10.5641 17.8047 9.90234C18.1492 9.2132 18.395 8.52954 18.4688 7.90723C18.5409 7.29773 18.463 6.58215 17.9404 6.05957L17.8398 5.96777Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGyroscopeSensor;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6YACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,69CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGyroscopeSensor_exports","__export","IconGyroscopeSensor","IconGyroscopeSensor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGyroscopeSensor","props","React","CentralIconBase","IconGyroscopeSensor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...l})=>t.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var f=e=>C.createElement(n,{...e},C.createElement(o,{d:"M8.68945 13.4414C8.97697 13.7637 9.27832 14.0869 9.5957 14.4043C9.91281 14.7214 10.2356 15.0223 10.5576 15.3096C10.0415 15.6703 9.54962 15.9693 9.09766 16.1953C8.50769 16.4903 8.03352 16.6406 7.69629 16.6807C7.46697 16.7078 7.36744 16.6778 7.33594 16.6641C7.32223 16.6326 7.29216 16.533 7.31934 16.3037C7.35941 15.9664 7.51062 15.4924 7.80566 14.9023C8.03169 14.4503 8.32869 13.9576 8.68945 13.4414Z",fill:"currentColor"}),C.createElement(o,{d:"M15.3096 13.4414C15.6705 13.9577 15.9682 14.4502 16.1943 14.9023C16.4894 15.4924 16.6406 15.9664 16.6807 16.3037C16.7078 16.533 16.6778 16.6326 16.6641 16.6641C16.6326 16.6778 16.533 16.7078 16.3037 16.6807C15.9665 16.6406 15.4923 16.4903 14.9023 16.1953C14.4502 15.9692 13.9577 15.6705 13.4414 15.3096C13.7636 15.0221 14.087 14.7216 14.4043 14.4043C14.7215 14.0871 15.0222 13.7635 15.3096 13.4414Z",fill:"currentColor"}),C.createElement(o,{d:"M12 9.81738C12.3751 10.1416 12.7544 10.4927 13.1309 10.8691C13.5072 11.2455 13.8575 11.625 14.1816 12C13.8575 12.375 13.5071 12.7546 13.1309 13.1309C12.7545 13.5072 12.375 13.8575 12 14.1816C11.625 13.8575 11.2455 13.5072 10.8691 13.1309C10.4927 12.7544 10.1416 12.3751 9.81738 12C10.1417 11.6248 10.4927 11.2456 10.8691 10.8691C11.2456 10.4927 11.6249 10.1416 12 9.81738Z",fill:"currentColor"}),C.createElement(o,{d:"M7.69531 7.31836C8.03263 7.35838 8.5074 7.50956 9.09766 7.80469C9.54959 8.03067 10.0416 8.32878 10.5576 8.68945C10.2355 8.97682 9.91291 9.2785 9.5957 9.5957C9.27811 9.9133 8.97616 10.2361 8.68848 10.5586C8.32773 10.0425 8.0307 9.54965 7.80469 9.09766C7.50956 8.5074 7.35838 8.03263 7.31836 7.69531C7.29119 7.46555 7.32132 7.36607 7.33496 7.33496C7.36608 7.32132 7.46548 7.29117 7.69531 7.31836Z",fill:"currentColor"}),C.createElement(o,{d:"M16.3047 7.31836C16.5345 7.29117 16.6339 7.32132 16.665 7.33496C16.6787 7.36607 16.7088 7.46555 16.6816 7.69531C16.6416 8.03263 16.4904 8.5074 16.1953 9.09766C15.9692 9.54978 15.6714 10.0423 15.3105 10.5586C15.023 10.2363 14.7217 9.91315 14.4043 9.5957C14.0869 9.27832 13.7637 8.97696 13.4414 8.68945C13.9577 8.32857 14.4502 8.03077 14.9023 7.80469C15.4926 7.50956 15.9674 7.35838 16.3047 7.31836Z",fill:"currentColor"}),C.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.9141 3.5L19.3857 6.02734C20.7071 7.65927 21.5 9.73663 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.73663 21.5 7.65927 20.7071 6.02734 19.3857L3.5 21.9141L2.08594 20.5L4.61328 17.9717C3.29246 16.3399 2.5 14.2629 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.2629 2.5 16.3399 3.29246 17.9717 4.61328L20.5 2.08594L21.9141 3.5ZM17.8398 5.96777C17.3285 5.52899 16.6641 5.46358 16.0928 5.53125C15.4705 5.60503 14.7868 5.85077 14.0977 6.19531C13.4359 6.52623 12.7264 6.97203 12 7.51074C11.2736 6.97203 10.5641 6.52623 9.90234 6.19531C9.21324 5.85077 8.52951 5.60503 7.90723 5.53125C7.3359 5.46358 6.67149 5.52899 6.16016 5.96777L6.05957 6.05957C5.53699 6.58215 5.45906 7.29773 5.53125 7.90723C5.60502 8.52954 5.85075 9.2132 6.19531 9.90234C6.52614 10.5639 6.97223 11.2728 7.51074 11.999C6.97185 12.7256 6.52629 13.4357 6.19531 14.0977C5.85075 14.7868 5.60598 15.4704 5.53223 16.0928C5.46005 16.7022 5.53804 17.4169 6.06055 17.9395C6.58308 18.462 7.29777 18.5399 7.90723 18.4678C8.52954 18.394 9.2132 18.1492 9.90234 17.8047C10.5642 17.4737 11.2735 17.0271 12 16.4883C12.7265 17.0271 13.4358 17.4737 14.0977 17.8047C14.7868 18.1492 15.4705 18.394 16.0928 18.4678C16.7022 18.5399 17.4169 18.462 17.9395 17.9395C18.462 17.4169 18.5399 16.7022 18.4678 16.0928C18.394 15.4704 18.1493 14.7868 17.8047 14.0977C17.4736 13.4356 17.0273 12.7258 16.4883 11.999C17.0269 11.2727 17.4738 10.5641 17.8047 9.90234C18.1492 9.2132 18.395 8.52954 18.4688 7.90723C18.5409 7.29773 18.463 6.58215 17.9404 6.05957L17.8398 5.96777Z",fill:"currentColor"})),L=f;export{f as IconGyroscopeSensor,L as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGyroscopeSensor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGyroscopeSensor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.68945 13.4414C8.97697 13.7637 9.27832 14.0869 9.5957 14.4043C9.91281 14.7214 10.2356 15.0223 10.5576 15.3096C10.0415 15.6703 9.54962 15.9693 9.09766 16.1953C8.50769 16.4903 8.03352 16.6406 7.69629 16.6807C7.46697 16.7078 7.36744 16.6778 7.33594 16.6641C7.32223 16.6326 7.29216 16.533 7.31934 16.3037C7.35941 15.9664 7.51062 15.4924 7.80566 14.9023C8.03169 14.4503 8.32869 13.9576 8.68945 13.4414Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.3096 13.4414C15.6705 13.9577 15.9682 14.4502 16.1943 14.9023C16.4894 15.4924 16.6406 15.9664 16.6807 16.3037C16.7078 16.533 16.6778 16.6326 16.6641 16.6641C16.6326 16.6778 16.533 16.7078 16.3037 16.6807C15.9665 16.6406 15.4923 16.4903 14.9023 16.1953C14.4502 15.9692 13.9577 15.6705 13.4414 15.3096C13.7636 15.0221 14.087 14.7216 14.4043 14.4043C14.7215 14.0871 15.0222 13.7635 15.3096 13.4414Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 9.81738C12.3751 10.1416 12.7544 10.4927 13.1309 10.8691C13.5072 11.2455 13.8575 11.625 14.1816 12C13.8575 12.375 13.5071 12.7546 13.1309 13.1309C12.7545 13.5072 12.375 13.8575 12 14.1816C11.625 13.8575 11.2455 13.5072 10.8691 13.1309C10.4927 12.7544 10.1416 12.3751 9.81738 12C10.1417 11.6248 10.4927 11.2456 10.8691 10.8691C11.2456 10.4927 11.6249 10.1416 12 9.81738Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.69531 7.31836C8.03263 7.35838 8.5074 7.50956 9.09766 7.80469C9.54959 8.03067 10.0416 8.32878 10.5576 8.68945C10.2355 8.97682 9.91291 9.2785 9.5957 9.5957C9.27811 9.9133 8.97616 10.2361 8.68848 10.5586C8.32773 10.0425 8.0307 9.54965 7.80469 9.09766C7.50956 8.5074 7.35838 8.03263 7.31836 7.69531C7.29119 7.46555 7.32132 7.36607 7.33496 7.33496C7.36608 7.32132 7.46548 7.29117 7.69531 7.31836Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.3047 7.31836C16.5345 7.29117 16.6339 7.32132 16.665 7.33496C16.6787 7.36607 16.7088 7.46555 16.6816 7.69531C16.6416 8.03263 16.4904 8.5074 16.1953 9.09766C15.9692 9.54978 15.6714 10.0423 15.3105 10.5586C15.023 10.2363 14.7217 9.91315 14.4043 9.5957C14.0869 9.27832 13.7637 8.97696 13.4414 8.68945C13.9577 8.32857 14.4502 8.03077 14.9023 7.80469C15.4926 7.50956 15.9674 7.35838 16.3047 7.31836Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.9141 3.5L19.3857 6.02734C20.7071 7.65927 21.5 9.73663 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.73663 21.5 7.65927 20.7071 6.02734 19.3857L3.5 21.9141L2.08594 20.5L4.61328 17.9717C3.29246 16.3399 2.5 14.2629 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.2629 2.5 16.3399 3.29246 17.9717 4.61328L20.5 2.08594L21.9141 3.5ZM17.8398 5.96777C17.3285 5.52899 16.6641 5.46358 16.0928 5.53125C15.4705 5.60503 14.7868 5.85077 14.0977 6.19531C13.4359 6.52623 12.7264 6.97203 12 7.51074C11.2736 6.97203 10.5641 6.52623 9.90234 6.19531C9.21324 5.85077 8.52951 5.60503 7.90723 5.53125C7.3359 5.46358 6.67149 5.52899 6.16016 5.96777L6.05957 6.05957C5.53699 6.58215 5.45906 7.29773 5.53125 7.90723C5.60502 8.52954 5.85075 9.2132 6.19531 9.90234C6.52614 10.5639 6.97223 11.2728 7.51074 11.999C6.97185 12.7256 6.52629 13.4357 6.19531 14.0977C5.85075 14.7868 5.60598 15.4704 5.53223 16.0928C5.46005 16.7022 5.53804 17.4169 6.06055 17.9395C6.58308 18.462 7.29777 18.5399 7.90723 18.4678C8.52954 18.394 9.2132 18.1492 9.90234 17.8047C10.5642 17.4737 11.2735 17.0271 12 16.4883C12.7265 17.0271 13.4358 17.4737 14.0977 17.8047C14.7868 18.1492 15.4705 18.394 16.0928 18.4678C16.7022 18.5399 17.4169 18.462 17.9395 17.9395C18.462 17.4169 18.5399 16.7022 18.4678 16.0928C18.394 15.4704 18.1493 14.7868 17.8047 14.0977C17.4736 13.4356 17.0273 12.7258 16.4883 11.999C17.0269 11.2727 17.4738 10.5641 17.8047 9.90234C18.1492 9.2132 18.395 8.52954 18.4688 7.90723C18.5409 7.29773 18.463 6.58215 17.9404 6.05957L17.8398 5.96777Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGyroscopeSensor;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6YACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,69CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGyroscopeSensor","props","React","CentralIconBase","IconGyroscopeSensor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of d(r))!P.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=I(r,n))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(B(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(t({},"__esModule",{value:!0}),o);var h={};v(h,{IconPhoneTopDynamicIsland:()=>i,default:()=>g});module.exports=x(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z",fill:"currentColor"})),g=i;0&&(module.exports={IconPhoneTopDynamicIsland});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPhoneTopDynamicIsland/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPhoneTopDynamicIsland: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopDynamicIsland;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,+BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,uNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPhoneTopDynamicIsland_exports","__export","IconPhoneTopDynamicIsland","IconPhoneTopDynamicIsland_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPhoneTopDynamicIsland","props","React","CentralIconBase","IconPhoneTopDynamicIsland_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as C}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z",fill:"currentColor"})),P=a;export{a as IconPhoneTopDynamicIsland,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPhoneTopDynamicIsland/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPhoneTopDynamicIsland: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopDynamicIsland;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,uNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPhoneTopDynamicIsland","props","React","CentralIconBase","IconPhoneTopDynamicIsland_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var P=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=P(r,n))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(I(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(t({},"__esModule",{value:!0}),o);var h={};v(h,{IconPhoneTopPunchHoleCenter:()=>u,default:()=>g});module.exports=x(h);var p=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),u=o=>p.default.createElement(s,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z",fill:"currentColor"})),g=u;0&&(module.exports={IconPhoneTopPunchHoleCenter});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPhoneTopPunchHoleCenter/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPhoneTopPunchHoleCenter: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopPunchHoleCenter;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,mLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPhoneTopPunchHoleCenter_exports","__export","IconPhoneTopPunchHoleCenter","IconPhoneTopPunchHoleCenter_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPhoneTopPunchHoleCenter","props","React","CentralIconBase","IconPhoneTopPunchHoleCenter_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as C}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z",fill:"currentColor"})),d=a;export{a as IconPhoneTopPunchHoleCenter,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPhoneTopPunchHoleCenter/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPhoneTopPunchHoleCenter: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopPunchHoleCenter;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,mLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPhoneTopPunchHoleCenter","props","React","CentralIconBase","IconPhoneTopPunchHoleCenter_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(P(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>l(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconProgress100:()=>i,default:()=>x});module.exports=v(h);var p=a(require("react"));var s=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5Z",fill:"currentColor"})),x=i;0&&(module.exports={IconProgress100});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress100/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconProgress100: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress100;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconProgress100_exports","__export","IconProgress100","IconProgress100_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconProgress100","props","React","CentralIconBase","IconProgress100_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5Z",fill:"currentColor"})),d=a;export{a as IconProgress100,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress100/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconProgress100: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress100;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconProgress100","props","React","CentralIconBase","IconProgress100_default"]}
|
package/README.md
CHANGED
|
@@ -562,6 +562,7 @@ Below is a complete list of available icons:
|
|
|
562
562
|
- IconDevices
|
|
563
563
|
- IconFullscreen1
|
|
564
564
|
- IconFullscreen2
|
|
565
|
+
- IconGyroscopeSensor
|
|
565
566
|
- IconHaptic
|
|
566
567
|
- IconImac
|
|
567
568
|
- IconKeyboardCable
|
|
@@ -586,6 +587,8 @@ Below is a complete list of available icons:
|
|
|
586
587
|
- IconPhone
|
|
587
588
|
- IconPhoneDynamicIsland
|
|
588
589
|
- IconPhoneHaptic
|
|
590
|
+
- IconPhoneTopDynamicIsland
|
|
591
|
+
- IconPhoneTopPunchHoleCenter
|
|
589
592
|
- IconPrinter
|
|
590
593
|
- IconProcessor
|
|
591
594
|
- IconRadar
|
|
@@ -751,6 +754,10 @@ Below is a complete list of available icons:
|
|
|
751
754
|
- IconBlankPagePortrait
|
|
752
755
|
- IconDossier
|
|
753
756
|
- IconFaceIdFace
|
|
757
|
+
- IconFileArrowLeftIn
|
|
758
|
+
- IconFileArrowLeftOut
|
|
759
|
+
- IconFileArrowRightIn
|
|
760
|
+
- IconFileArrowRightOut
|
|
754
761
|
- IconFileBend
|
|
755
762
|
- IconFileChart
|
|
756
763
|
- IconFileCloud
|
|
@@ -1062,6 +1069,7 @@ Below is a complete list of available icons:
|
|
|
1062
1069
|
- IconPlusLarge
|
|
1063
1070
|
- IconPlusSmall
|
|
1064
1071
|
- IconPreview
|
|
1072
|
+
- IconProgress100
|
|
1065
1073
|
- IconProgress25
|
|
1066
1074
|
- IconProgress50
|
|
1067
1075
|
- IconProgress75
|
|
@@ -1481,7 +1489,6 @@ Below is a complete list of available icons:
|
|
|
1481
1489
|
- IconCentralIconSystem
|
|
1482
1490
|
- IconChrome
|
|
1483
1491
|
- IconClaudeai
|
|
1484
|
-
- IconClawdbot
|
|
1485
1492
|
- IconCodepen
|
|
1486
1493
|
- IconCopilot
|
|
1487
1494
|
- IconCosmos
|
package/filtered-icons.json
CHANGED
|
@@ -6454,20 +6454,6 @@
|
|
|
6454
6454
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
6455
6455
|
"componentName": "IconClaudeai"
|
|
6456
6456
|
},
|
|
6457
|
-
{
|
|
6458
|
-
"category": "Social Media & Brands",
|
|
6459
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z\" fill=\"currentColor\"/>",
|
|
6460
|
-
"iconName": "clawdbot",
|
|
6461
|
-
"variant": {
|
|
6462
|
-
"join": "square",
|
|
6463
|
-
"filled": "on",
|
|
6464
|
-
"radius": "0",
|
|
6465
|
-
"stroke": "2"
|
|
6466
|
-
},
|
|
6467
|
-
"createdAt": "2026-01-26T11:00:52.600029+00:00",
|
|
6468
|
-
"packageName": "square-filled-radius-0-stroke-2",
|
|
6469
|
-
"componentName": "IconClawdbot"
|
|
6470
|
-
},
|
|
6471
6457
|
{
|
|
6472
6458
|
"category": "Interface General",
|
|
6473
6459
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2H8V4H4V22H20V4H16V2ZM14 4H10V6H14V4Z\" fill=\"currentColor\"/>",
|
|
@@ -9912,6 +9898,62 @@
|
|
|
9912
9898
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
9913
9899
|
"componentName": "IconFigmaSimple"
|
|
9914
9900
|
},
|
|
9901
|
+
{
|
|
9902
|
+
"category": "Folders & Files",
|
|
9903
|
+
"svg": "<path d=\"M12 10H20V22H12.2422L15.2422 19L8 11.7578L4 15.7578V2H12V10ZM19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\"/><path d=\"M4 19H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M8 16L11 19L8 22\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
9904
|
+
"iconName": "file-arrow-left-in, document-arrow-left-in, incoming",
|
|
9905
|
+
"variant": {
|
|
9906
|
+
"join": "square",
|
|
9907
|
+
"filled": "on",
|
|
9908
|
+
"radius": "0",
|
|
9909
|
+
"stroke": "2"
|
|
9910
|
+
},
|
|
9911
|
+
"createdAt": "2026-01-27T06:01:10.069077+00:00",
|
|
9912
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
9913
|
+
"componentName": "IconFileArrowLeftIn"
|
|
9914
|
+
},
|
|
9915
|
+
{
|
|
9916
|
+
"category": "Folders & Files",
|
|
9917
|
+
"svg": "<path d=\"M8.41406 16L6.41406 18H12V20H6.41406L8.41406 22L7 23.4141L2.58594 19L7 14.5859L8.41406 16Z\" fill=\"currentColor\"/><path d=\"M12 10H20V22H14V16H11.2422L7 11.7578L4 14.7578V2H12V10Z\" fill=\"currentColor\"/><path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\"/>",
|
|
9918
|
+
"iconName": "file-arrow-left-out, document-arrow-left-out, outgoing",
|
|
9919
|
+
"variant": {
|
|
9920
|
+
"join": "square",
|
|
9921
|
+
"filled": "on",
|
|
9922
|
+
"radius": "0",
|
|
9923
|
+
"stroke": "2"
|
|
9924
|
+
},
|
|
9925
|
+
"createdAt": "2026-01-27T06:01:10.069077+00:00",
|
|
9926
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
9927
|
+
"componentName": "IconFileArrowLeftOut"
|
|
9928
|
+
},
|
|
9929
|
+
{
|
|
9930
|
+
"category": "Folders & Files",
|
|
9931
|
+
"svg": "<path d=\"M17.4141 16L15.4141 18H21V20H15.4141L17.4141 22L16 23.4141L11.5859 19L16 14.5859L17.4141 16Z\" fill=\"currentColor\"/><path d=\"M12 10H20V15.7578L16 11.7578L8.75781 19L11.7578 22H4V2H12V10Z\" fill=\"currentColor\"/><path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\"/>",
|
|
9932
|
+
"iconName": "file-arrow-right-in, document-arrow-right-in, incoming",
|
|
9933
|
+
"variant": {
|
|
9934
|
+
"join": "square",
|
|
9935
|
+
"filled": "on",
|
|
9936
|
+
"radius": "0",
|
|
9937
|
+
"stroke": "2"
|
|
9938
|
+
},
|
|
9939
|
+
"createdAt": "2026-01-27T06:01:10.069077+00:00",
|
|
9940
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
9941
|
+
"componentName": "IconFileArrowRightIn"
|
|
9942
|
+
},
|
|
9943
|
+
{
|
|
9944
|
+
"category": "Folders & Files",
|
|
9945
|
+
"svg": "<path d=\"M21.4141 19L17 23.4141L15.5859 22L17.5859 20H12V18H17.5859L15.5859 16L17 14.5859L21.4141 19Z\" fill=\"currentColor\"/><path d=\"M12 10H20V14.7578L17 11.7578L12.7578 16H10V22H4V2H12V10Z\" fill=\"currentColor\"/><path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\"/>",
|
|
9946
|
+
"iconName": "file-arrow-right-out, document-arrow-right-out, outgoing",
|
|
9947
|
+
"variant": {
|
|
9948
|
+
"join": "square",
|
|
9949
|
+
"filled": "on",
|
|
9950
|
+
"radius": "0",
|
|
9951
|
+
"stroke": "2"
|
|
9952
|
+
},
|
|
9953
|
+
"createdAt": "2026-01-27T06:01:10.069077+00:00",
|
|
9954
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
9955
|
+
"componentName": "IconFileArrowRightOut"
|
|
9956
|
+
},
|
|
9915
9957
|
{
|
|
9916
9958
|
"category": "Folders & Files",
|
|
9917
9959
|
"svg": "<path d=\"M12 2H4V22H20V10H12V2Z\" fill=\"currentColor\"/><path d=\"M19.4142 7.99991L14 2.58569V7.99991H19.4142Z\" fill=\"currentColor\"/>",
|
|
@@ -11802,6 +11844,20 @@
|
|
|
11802
11844
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
11803
11845
|
"componentName": "IconGumroad"
|
|
11804
11846
|
},
|
|
11847
|
+
{
|
|
11848
|
+
"category": "Devices & Signals",
|
|
11849
|
+
"svg": "<path d=\"M8.68945 13.4414C8.97697 13.7637 9.27832 14.0869 9.5957 14.4043C9.91281 14.7214 10.2356 15.0223 10.5576 15.3096C10.0415 15.6703 9.54962 15.9693 9.09766 16.1953C8.50769 16.4903 8.03352 16.6406 7.69629 16.6807C7.46697 16.7078 7.36744 16.6778 7.33594 16.6641C7.32223 16.6326 7.29216 16.533 7.31934 16.3037C7.35941 15.9664 7.51062 15.4924 7.80566 14.9023C8.03169 14.4503 8.32869 13.9576 8.68945 13.4414Z\" fill=\"currentColor\"/><path d=\"M15.3096 13.4414C15.6705 13.9577 15.9682 14.4502 16.1943 14.9023C16.4894 15.4924 16.6406 15.9664 16.6807 16.3037C16.7078 16.533 16.6778 16.6326 16.6641 16.6641C16.6326 16.6778 16.533 16.7078 16.3037 16.6807C15.9665 16.6406 15.4923 16.4903 14.9023 16.1953C14.4502 15.9692 13.9577 15.6705 13.4414 15.3096C13.7636 15.0221 14.087 14.7216 14.4043 14.4043C14.7215 14.0871 15.0222 13.7635 15.3096 13.4414Z\" fill=\"currentColor\"/><path d=\"M12 9.81738C12.3751 10.1416 12.7544 10.4927 13.1309 10.8691C13.5072 11.2455 13.8575 11.625 14.1816 12C13.8575 12.375 13.5071 12.7546 13.1309 13.1309C12.7545 13.5072 12.375 13.8575 12 14.1816C11.625 13.8575 11.2455 13.5072 10.8691 13.1309C10.4927 12.7544 10.1416 12.3751 9.81738 12C10.1417 11.6248 10.4927 11.2456 10.8691 10.8691C11.2456 10.4927 11.6249 10.1416 12 9.81738Z\" fill=\"currentColor\"/><path d=\"M7.69531 7.31836C8.03263 7.35838 8.5074 7.50956 9.09766 7.80469C9.54959 8.03067 10.0416 8.32878 10.5576 8.68945C10.2355 8.97682 9.91291 9.2785 9.5957 9.5957C9.27811 9.9133 8.97616 10.2361 8.68848 10.5586C8.32773 10.0425 8.0307 9.54965 7.80469 9.09766C7.50956 8.5074 7.35838 8.03263 7.31836 7.69531C7.29119 7.46555 7.32132 7.36607 7.33496 7.33496C7.36608 7.32132 7.46548 7.29117 7.69531 7.31836Z\" fill=\"currentColor\"/><path d=\"M16.3047 7.31836C16.5345 7.29117 16.6339 7.32132 16.665 7.33496C16.6787 7.36607 16.7088 7.46555 16.6816 7.69531C16.6416 8.03263 16.4904 8.5074 16.1953 9.09766C15.9692 9.54978 15.6714 10.0423 15.3105 10.5586C15.023 10.2363 14.7217 9.91315 14.4043 9.5957C14.0869 9.27832 13.7637 8.97696 13.4414 8.68945C13.9577 8.32857 14.4502 8.03077 14.9023 7.80469C15.4926 7.50956 15.9674 7.35838 16.3047 7.31836Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9141 3.5L19.3857 6.02734C20.7071 7.65927 21.5 9.73663 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.73663 21.5 7.65927 20.7071 6.02734 19.3857L3.5 21.9141L2.08594 20.5L4.61328 17.9717C3.29246 16.3399 2.5 14.2629 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.2629 2.5 16.3399 3.29246 17.9717 4.61328L20.5 2.08594L21.9141 3.5ZM17.8398 5.96777C17.3285 5.52899 16.6641 5.46358 16.0928 5.53125C15.4705 5.60503 14.7868 5.85077 14.0977 6.19531C13.4359 6.52623 12.7264 6.97203 12 7.51074C11.2736 6.97203 10.5641 6.52623 9.90234 6.19531C9.21324 5.85077 8.52951 5.60503 7.90723 5.53125C7.3359 5.46358 6.67149 5.52899 6.16016 5.96777L6.05957 6.05957C5.53699 6.58215 5.45906 7.29773 5.53125 7.90723C5.60502 8.52954 5.85075 9.2132 6.19531 9.90234C6.52614 10.5639 6.97223 11.2728 7.51074 11.999C6.97185 12.7256 6.52629 13.4357 6.19531 14.0977C5.85075 14.7868 5.60598 15.4704 5.53223 16.0928C5.46005 16.7022 5.53804 17.4169 6.06055 17.9395C6.58308 18.462 7.29777 18.5399 7.90723 18.4678C8.52954 18.394 9.2132 18.1492 9.90234 17.8047C10.5642 17.4737 11.2735 17.0271 12 16.4883C12.7265 17.0271 13.4358 17.4737 14.0977 17.8047C14.7868 18.1492 15.4705 18.394 16.0928 18.4678C16.7022 18.5399 17.4169 18.462 17.9395 17.9395C18.462 17.4169 18.5399 16.7022 18.4678 16.0928C18.394 15.4704 18.1493 14.7868 17.8047 14.0977C17.4736 13.4356 17.0273 12.7258 16.4883 11.999C17.0269 11.2727 17.4738 10.5641 17.8047 9.90234C18.1492 9.2132 18.395 8.52954 18.4688 7.90723C18.5409 7.29773 18.463 6.58215 17.9404 6.05957L17.8398 5.96777Z\" fill=\"currentColor\"/>",
|
|
11850
|
+
"iconName": "gyroscope-sensor",
|
|
11851
|
+
"variant": {
|
|
11852
|
+
"join": "square",
|
|
11853
|
+
"filled": "on",
|
|
11854
|
+
"radius": "0",
|
|
11855
|
+
"stroke": "2"
|
|
11856
|
+
},
|
|
11857
|
+
"createdAt": "2026-01-28T14:00:28.383468+00:00",
|
|
11858
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
11859
|
+
"componentName": "IconGyroscopeSensor"
|
|
11860
|
+
},
|
|
11805
11861
|
{
|
|
11806
11862
|
"category": "Typography",
|
|
11807
11863
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4V11H12V4H14V20H12V13H4V20H2V4H4Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.0859 10H22.0002V20H20.0002V12.9142L18.0002 14.9142L16.5859 13.5L20.0859 10Z\" fill=\"currentColor\"/>",
|
|
@@ -16492,6 +16548,34 @@
|
|
|
16492
16548
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
16493
16549
|
"componentName": "IconPhoneHaptic"
|
|
16494
16550
|
},
|
|
16551
|
+
{
|
|
16552
|
+
"category": "Devices & Signals",
|
|
16553
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z\" fill=\"currentColor\"/>",
|
|
16554
|
+
"iconName": "phone-top-dynamic-island",
|
|
16555
|
+
"variant": {
|
|
16556
|
+
"join": "square",
|
|
16557
|
+
"filled": "on",
|
|
16558
|
+
"radius": "0",
|
|
16559
|
+
"stroke": "2"
|
|
16560
|
+
},
|
|
16561
|
+
"createdAt": "2026-01-27T06:01:10.069077+00:00",
|
|
16562
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
16563
|
+
"componentName": "IconPhoneTopDynamicIsland"
|
|
16564
|
+
},
|
|
16565
|
+
{
|
|
16566
|
+
"category": "Devices & Signals",
|
|
16567
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z\" fill=\"currentColor\"/>",
|
|
16568
|
+
"iconName": "phone-top-punch-hole-center",
|
|
16569
|
+
"variant": {
|
|
16570
|
+
"join": "square",
|
|
16571
|
+
"filled": "on",
|
|
16572
|
+
"radius": "0",
|
|
16573
|
+
"stroke": "2"
|
|
16574
|
+
},
|
|
16575
|
+
"createdAt": "2026-01-27T06:01:10.069077+00:00",
|
|
16576
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
16577
|
+
"componentName": "IconPhoneTopPunchHoleCenter"
|
|
16578
|
+
},
|
|
16495
16579
|
{
|
|
16496
16580
|
"category": "Social Media & Brands",
|
|
16497
16581
|
"svg": "<path d=\"M5.99734 10.2705L5.58634 12.7363H6.57269C7.31238 12.6541 7.96994 12.4075 8.05206 11.0102C8.05206 10.5171 7.64116 10.2705 7.06581 10.2705H5.99734Z\" fill=\"currentColor\"/><path d=\"M17.011 10.2705L16.6 12.7363H17.5864C18.3261 12.6541 18.9837 12.4075 19.0658 11.0102C19.0658 10.5171 18.6549 10.2705 18.0796 10.2705H17.011Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 11.9966C24 15.4464 18.6274 18.2431 12 18.2431C5.37258 18.2431 0 15.4464 0 11.9966C0 8.54668 5.37258 5.75 12 5.75C18.6274 5.75 24 8.54668 24 11.9966ZM4.68231 9.03759L3.36719 15.6952H4.92887L5.25766 13.9691H6.73694C8.13428 14.0513 9.69588 12.9007 9.69588 10.9281C9.69588 9.77728 9.03831 9.11981 7.72328 9.03759H4.68231ZM10.7054 7.31166L9.39034 13.9691H10.952L11.6917 10.2705H12.9246C13.4999 10.2705 13.4999 10.5171 13.4178 10.9281L12.8424 13.9691H14.4862L15.0616 10.5993C15.2259 9.77728 14.7328 9.11981 13.4177 9.03759H11.9383L12.2671 7.31166H10.7054ZM15.696 9.03759L14.3809 15.6952H15.9425L16.2713 13.9691H17.7508C19.148 14.0513 20.7097 12.9007 20.7097 10.9281C20.7097 9.77728 20.0522 9.11981 18.737 9.03759H15.696Z\" fill=\"currentColor\"/>",
|
|
@@ -17164,6 +17248,20 @@
|
|
|
17164
17248
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
17165
17249
|
"componentName": "IconProducthunt"
|
|
17166
17250
|
},
|
|
17251
|
+
{
|
|
17252
|
+
"category": "Interface General",
|
|
17253
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5Z\" fill=\"currentColor\"/>",
|
|
17254
|
+
"iconName": "progress-100, ideas, open, status, task",
|
|
17255
|
+
"variant": {
|
|
17256
|
+
"join": "square",
|
|
17257
|
+
"filled": "on",
|
|
17258
|
+
"radius": "0",
|
|
17259
|
+
"stroke": "2"
|
|
17260
|
+
},
|
|
17261
|
+
"createdAt": "2026-01-28T14:00:28.383468+00:00",
|
|
17262
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
17263
|
+
"componentName": "IconProgress100"
|
|
17264
|
+
},
|
|
17167
17265
|
{
|
|
17168
17266
|
"category": "Interface General",
|
|
17169
17267
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12H19C19 8.13401 15.866 5 12 5V12Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -460,7 +460,6 @@ export type CentralIconName =
|
|
|
460
460
|
| "IconClapboard"
|
|
461
461
|
| "IconClapboardWide"
|
|
462
462
|
| "IconClaudeai"
|
|
463
|
-
| "IconClawdbot"
|
|
464
463
|
| "IconClipboard"
|
|
465
464
|
| "IconClipboard2"
|
|
466
465
|
| "IconClipboard2Sparkle"
|
|
@@ -707,6 +706,10 @@ export type CentralIconName =
|
|
|
707
706
|
| "IconFeature"
|
|
708
707
|
| "IconFigma"
|
|
709
708
|
| "IconFigmaSimple"
|
|
709
|
+
| "IconFileArrowLeftIn"
|
|
710
|
+
| "IconFileArrowLeftOut"
|
|
711
|
+
| "IconFileArrowRightIn"
|
|
712
|
+
| "IconFileArrowRightOut"
|
|
710
713
|
| "IconFileBend"
|
|
711
714
|
| "IconFileChart"
|
|
712
715
|
| "IconFileCloud"
|
|
@@ -842,6 +845,7 @@ export type CentralIconName =
|
|
|
842
845
|
| "IconGroup3"
|
|
843
846
|
| "IconGrowth"
|
|
844
847
|
| "IconGumroad"
|
|
848
|
+
| "IconGyroscopeSensor"
|
|
845
849
|
| "IconH1"
|
|
846
850
|
| "IconH2"
|
|
847
851
|
| "IconH3"
|
|
@@ -1177,6 +1181,8 @@ export type CentralIconName =
|
|
|
1177
1181
|
| "IconPhone"
|
|
1178
1182
|
| "IconPhoneDynamicIsland"
|
|
1179
1183
|
| "IconPhoneHaptic"
|
|
1184
|
+
| "IconPhoneTopDynamicIsland"
|
|
1185
|
+
| "IconPhoneTopPunchHoleCenter"
|
|
1180
1186
|
| "IconPhp"
|
|
1181
1187
|
| "IconPhpElephant"
|
|
1182
1188
|
| "IconPhyton"
|
|
@@ -1225,6 +1231,7 @@ export type CentralIconName =
|
|
|
1225
1231
|
| "IconPrinter"
|
|
1226
1232
|
| "IconProcessor"
|
|
1227
1233
|
| "IconProducthunt"
|
|
1234
|
+
| "IconProgress100"
|
|
1228
1235
|
| "IconProgress25"
|
|
1229
1236
|
| "IconProgress50"
|
|
1230
1237
|
| "IconProgress75"
|