@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.21 → 1.1.23
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/IconAnvil/index.d.ts +4 -0
- package/IconAnvil/index.js +2 -0
- package/IconAnvil/index.js.map +1 -0
- package/IconAnvil/index.mjs +2 -0
- package/IconAnvil/index.mjs.map +1 -0
- package/IconFileBend/index.js +1 -1
- package/IconFileBend/index.js.map +1 -1
- package/IconFileBend/index.mjs +1 -1
- package/IconFileBend/index.mjs.map +1 -1
- package/IconFileText/index.js +1 -1
- package/IconFileText/index.js.map +1 -1
- package/IconFileText/index.mjs +1 -1
- package/IconFileText/index.mjs.map +1 -1
- package/IconPlan/index.d.ts +4 -0
- package/IconPlan/index.js +2 -0
- package/IconPlan/index.js.map +1 -0
- package/IconPlan/index.mjs +2 -0
- package/IconPlan/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +30 -2
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -0
- 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 +16 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var L={};g(L,{IconAnvil:()=>i,default:()=>V});module.exports=v(L);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M20.5 4C20.7761 4 21 4.22386 21 4.5V9.89062C21 10.1201 20.8437 10.3203 20.6211 10.376L18.1826 10.9854C17.4876 11.1592 17 11.7835 17 12.5C17 13.2165 17.4876 13.8408 18.1826 14.0146L20.6211 14.624C20.8437 14.6797 21 14.8799 21 15.1094V19.5C21 19.7761 20.7761 20 20.5 20H4.5C4.22386 20 4 19.7761 4 19.5V15.1094C4 14.8799 4.1563 14.6797 4.37891 14.624L6.65332 14.0557C7.44458 13.8578 8 13.1467 8 12.3311C7.99985 11.6202 7.57627 10.9773 6.92285 10.6973L6 10.3018V4H20.5Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M5 9.87305L1.30273 8.28906C1.11904 8.21022 1 8.02903 1 7.8291V4.5C1 4.22386 1.22386 4 1.5 4H5V9.87305Z",fill:"currentColor"})),V=i;0&&(module.exports={IconAnvil});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAnvil/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 IconAnvil: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 4C20.7761 4 21 4.22386 21 4.5V9.89062C21 10.1201 20.8437 10.3203 20.6211 10.376L18.1826 10.9854C17.4876 11.1592 17 11.7835 17 12.5C17 13.2165 17.4876 13.8408 18.1826 14.0146L20.6211 14.624C20.8437 14.6797 21 14.8799 21 15.1094V19.5C21 19.7761 20.7761 20 20.5 20H4.5C4.22386 20 4 19.7761 4 19.5V15.1094C4 14.8799 4.1563 14.6797 4.37891 14.624L6.65332 14.0557C7.44458 13.8578 8 13.1467 8 12.3311C7.99985 11.6202 7.57627 10.9773 6.92285 10.6973L6 10.3018V4H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5 9.87305L1.30273 8.28906C1.11904 8.21022 1 8.02903 1 7.8291V4.5C1 4.22386 1.22386 4 1.5 4H5V9.87305Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnvil;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,odACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAnvil_exports","__export","IconAnvil","IconAnvil_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAnvil","props","React","CentralIconBase","IconAnvil_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M20.5 4C20.7761 4 21 4.22386 21 4.5V9.89062C21 10.1201 20.8437 10.3203 20.6211 10.376L18.1826 10.9854C17.4876 11.1592 17 11.7835 17 12.5C17 13.2165 17.4876 13.8408 18.1826 14.0146L20.6211 14.624C20.8437 14.6797 21 14.8799 21 15.1094V19.5C21 19.7761 20.7761 20 20.5 20H4.5C4.22386 20 4 19.7761 4 19.5V15.1094C4 14.8799 4.1563 14.6797 4.37891 14.624L6.65332 14.0557C7.44458 13.8578 8 13.1467 8 12.3311C7.99985 11.6202 7.57627 10.9773 6.92285 10.6973L6 10.3018V4H20.5Z",fill:"currentColor"}),t.createElement(e,{d:"M5 9.87305L1.30273 8.28906C1.11904 8.21022 1 8.02903 1 7.8291V4.5C1 4.22386 1.22386 4 1.5 4H5V9.87305Z",fill:"currentColor"})),P=a;export{a as IconAnvil,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAnvil/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 IconAnvil: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 4C20.7761 4 21 4.22386 21 4.5V9.89062C21 10.1201 20.8437 10.3203 20.6211 10.376L18.1826 10.9854C17.4876 11.1592 17 11.7835 17 12.5C17 13.2165 17.4876 13.8408 18.1826 14.0146L20.6211 14.624C20.8437 14.6797 21 14.8799 21 15.1094V19.5C21 19.7761 20.7761 20 20.5 20H4.5C4.22386 20 4 19.7761 4 19.5V15.1094C4 14.8799 4.1563 14.6797 4.37891 14.624L6.65332 14.0557C7.44458 13.8578 8 13.1467 8 12.3311C7.99985 11.6202 7.57627 10.9773 6.92285 10.6973L6 10.3018V4H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5 9.87305L1.30273 8.28906C1.11904 8.21022 1 8.02903 1 7.8291V4.5C1 4.22386 1.22386 4 1.5 4H5V9.87305Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnvil;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,odACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAnvil","props","React","CentralIconBase","IconAnvil_default"]}
|
package/IconFileBend/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var B=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=u(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconFileBend:()=>i,default:()=>v});module.exports=d(F);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M19.7071 8.
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=u(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconFileBend:()=>i,default:()=>v});module.exports=d(F);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M19.7071 8.50008L13.5 2.29297V8.50008H19.7071Z",fill:"currentColor"})),v=i;0&&(module.exports={IconFileBend});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileBend/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 IconFileBend: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z\"\n fill=\"currentColor\"\n />\n <Path
|
|
1
|
+
{"version":3,"sources":["../src/IconFileBend/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 IconFileBend: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.7071 8.50008L13.5 2.29297V8.50008H19.7071Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileBend;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileBend_exports","__export","IconFileBend","IconFileBend_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileBend","props","React","CentralIconBase","IconFileBend_default"]}
|
package/IconFileBend/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z",fill:"currentColor"}),e.createElement(n,{d:"M19.7071 8.
|
|
1
|
+
import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z",fill:"currentColor"}),e.createElement(n,{d:"M19.7071 8.50008L13.5 2.29297V8.50008H19.7071Z",fill:"currentColor"})),P=a;export{a as IconFileBend,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileBend/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 IconFileBend: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z\"\n fill=\"currentColor\"\n />\n <Path
|
|
1
|
+
{"version":3,"sources":["../src/IconFileBend/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 IconFileBend: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.7071 8.50008L13.5 2.29297V8.50008H19.7071Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileBend;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileBend","props","React","CentralIconBase","IconFileBend_default"]}
|
package/IconFileText/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!H.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=d(o,t))||p.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var g={};I(g,{IconFileText:()=>i,default:()=>P});module.exports=v(g);var C=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.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 l=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!H.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=d(o,t))||p.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var g={};I(g,{IconFileText:()=>i,default:()=>P});module.exports=v(g);var C=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.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 l=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5C4 2.22386 4.22386 2 4.5 2H12.5V9ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 13C8.22386 13 8 13.2239 8 13.5C8 13.7761 8.22386 14 8.5 14H12.5C12.7761 14 13 13.7761 13 13.5C13 13.2239 12.7761 13 12.5 13H8.5Z",fill:"currentColor"}),C.default.createElement(l.Path,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),P=i;0&&(module.exports={IconFileText});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileText/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 IconFileText: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconFileText/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 IconFileText: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.5 9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5C4 2.22386 4.22386 2 4.5 2H12.5V9ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 13C8.22386 13 8 13.2239 8 13.5C8 13.7761 8.22386 14 8.5 14H12.5C12.7761 14 13 13.7761 13 13.5C13 13.2239 12.7761 13 12.5 13H8.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileText;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gaACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGE,EAAQJ","names":["IconFileText_exports","__export","IconFileText","IconFileText_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileText","props","React","CentralIconBase","IconFileText_default"]}
|
package/IconFileText/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>l.createElement(p,{...C,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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"
|
|
1
|
+
import e from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>l.createElement(p,{...C,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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5C4 2.22386 4.22386 2 4.5 2H12.5V9ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 13C8.22386 13 8 13.2239 8 13.5C8 13.7761 8.22386 14 8.5 14H12.5C12.7761 14 13 13.7761 13 13.5C13 13.2239 12.7761 13 12.5 13H8.5Z",fill:"currentColor"}),e.createElement(n,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),H=a;export{a as IconFileText,H as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileText/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 IconFileText: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconFileText/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 IconFileText: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.5 9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5C4 2.22386 4.22386 2 4.5 2H12.5V9ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 13C8.22386 13 8 13.2239 8 13.5C8 13.7761 8.22386 14 8.5 14H12.5C12.7761 14 13 13.7761 13 13.5C13 13.2239 12.7761 13 12.5 13H8.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileText;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gaACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileText","props","React","CentralIconBase","IconFileText_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var H=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of P(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?H(i(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconPlan:()=>B,default:()=>V});module.exports=g(v);var C=l(require("react"));var m=l(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 f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H14.5C14.2239 10 14 9.77614 14 9.5V7H8.21484C6.88411 7.00026 6.47516 8.80372 7.67578 9.37793L16.7559 13.7197C18.917 14.7533 18.1807 17.9997 15.7852 18H10V20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14H9.5C9.77614 14 10 14.2239 10 14.5V17H15.7852C17.1159 16.9997 17.5248 15.1963 16.3242 14.6221L7.24414 10.2803C5.08296 9.24666 5.81934 6.00026 8.21484 6H14V3.5C14 3.22386 14.2239 3 14.5 3H20.5Z",fill:"currentColor"})),V=B;0&&(module.exports={IconPlan});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlan/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 IconPlan: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H14.5C14.2239 10 14 9.77614 14 9.5V7H8.21484C6.88411 7.00026 6.47516 8.80372 7.67578 9.37793L16.7559 13.7197C18.917 14.7533 18.1807 17.9997 15.7852 18H10V20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14H9.5C9.77614 14 10 14.2239 10 14.5V17H15.7852C17.1159 16.9997 17.5248 15.1963 16.3242 14.6221L7.24414 10.2803C5.08296 9.24666 5.81934 6.00026 8.21484 6H14V3.5C14 3.22386 14.2239 3 14.5 3H20.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlan;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ogBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPlan_exports","__export","IconPlan","IconPlan_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPlan","props","React","CentralIconBase","IconPlan_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H14.5C14.2239 10 14 9.77614 14 9.5V7H8.21484C6.88411 7.00026 6.47516 8.80372 7.67578 9.37793L16.7559 13.7197C18.917 14.7533 18.1807 17.9997 15.7852 18H10V20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14H9.5C9.77614 14 10 14.2239 10 14.5V17H15.7852C17.1159 16.9997 17.5248 15.1963 16.3242 14.6221L7.24414 10.2803C5.08296 9.24666 5.81934 6.00026 8.21484 6H14V3.5C14 3.22386 14.2239 3 14.5 3H20.5Z",fill:"currentColor"})),u=l;export{l as IconPlan,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlan/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 IconPlan: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H14.5C14.2239 10 14 9.77614 14 9.5V7H8.21484C6.88411 7.00026 6.47516 8.80372 7.67578 9.37793L16.7559 13.7197C18.917 14.7533 18.1807 17.9997 15.7852 18H10V20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14H9.5C9.77614 14 10 14.2239 10 14.5V17H15.7852C17.1159 16.9997 17.5248 15.1963 16.3242 14.6221L7.24414 10.2803C5.08296 9.24666 5.81934 6.00026 8.21484 6H14V3.5C14 3.22386 14.2239 3 14.5 3H20.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlan;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ogBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPlan","props","React","CentralIconBase","IconPlan_default"]}
|
package/README.md
CHANGED
|
@@ -1529,6 +1529,7 @@ Below is a complete list of available icons:
|
|
|
1529
1529
|
### Things
|
|
1530
1530
|
|
|
1531
1531
|
- IconAlien
|
|
1532
|
+
- IconAnvil
|
|
1532
1533
|
- IconBackpack
|
|
1533
1534
|
- IconBag
|
|
1534
1535
|
- IconBag2
|
|
@@ -1603,6 +1604,7 @@ Below is a complete list of available icons:
|
|
|
1603
1604
|
- IconPillow
|
|
1604
1605
|
- IconPillowZz
|
|
1605
1606
|
- IconPilone
|
|
1607
|
+
- IconPlan
|
|
1606
1608
|
- IconPlayground
|
|
1607
1609
|
- IconPlugin1
|
|
1608
1610
|
- IconPlugin2
|
package/filtered-icons.json
CHANGED
|
@@ -644,6 +644,20 @@
|
|
|
644
644
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
645
645
|
"componentName": "IconAnthropic"
|
|
646
646
|
},
|
|
647
|
+
{
|
|
648
|
+
"category": "Things",
|
|
649
|
+
"svg": "<path d=\"M20.5 4C20.7761 4 21 4.22386 21 4.5V9.89062C21 10.1201 20.8437 10.3203 20.6211 10.376L18.1826 10.9854C17.4876 11.1592 17 11.7835 17 12.5C17 13.2165 17.4876 13.8408 18.1826 14.0146L20.6211 14.624C20.8437 14.6797 21 14.8799 21 15.1094V19.5C21 19.7761 20.7761 20 20.5 20H4.5C4.22386 20 4 19.7761 4 19.5V15.1094C4 14.8799 4.1563 14.6797 4.37891 14.624L6.65332 14.0557C7.44458 13.8578 8 13.1467 8 12.3311C7.99985 11.6202 7.57627 10.9773 6.92285 10.6973L6 10.3018V4H20.5Z\" fill=\"currentColor\"/><path d=\"M5 9.87305L1.30273 8.28906C1.11904 8.21022 1 8.02903 1 7.8291V4.5C1 4.22386 1.22386 4 1.5 4H5V9.87305Z\" fill=\"currentColor\"/>",
|
|
650
|
+
"iconName": "anvil, crafting, hard, strong",
|
|
651
|
+
"variant": {
|
|
652
|
+
"join": "round",
|
|
653
|
+
"filled": "on",
|
|
654
|
+
"radius": "0",
|
|
655
|
+
"stroke": "1"
|
|
656
|
+
},
|
|
657
|
+
"createdAt": "2025-11-03T16:30:49.872096+00:00",
|
|
658
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
659
|
+
"componentName": "IconAnvil"
|
|
660
|
+
},
|
|
647
661
|
{
|
|
648
662
|
"category": "Code",
|
|
649
663
|
"svg": "<path d=\"M12 2.25C9.51472 2.25 7.5 4.26472 7.5 6.75C7.5 9.23528 9.51472 11.25 12 11.25C14.4853 11.25 16.5 9.23528 16.5 6.75C16.5 4.26472 14.4853 2.25 12 2.25Z\" fill=\"currentColor\"/><path d=\"M6.5 11.75C4.01472 11.75 2 13.7647 2 16.25C2 18.7353 4.01472 20.75 6.5 20.75C8.98528 20.75 11 18.7353 11 16.25C11 13.7647 8.98528 11.75 6.5 11.75Z\" fill=\"currentColor\"/><path d=\"M17.5 11.75C15.0147 11.75 13 13.7647 13 16.25C13 18.7353 15.0147 20.75 17.5 20.75C19.9853 20.75 22 18.7353 22 16.25C22 13.7647 19.9853 11.75 17.5 11.75Z\" fill=\"currentColor\"/>",
|
|
@@ -8962,7 +8976,7 @@
|
|
|
8962
8976
|
},
|
|
8963
8977
|
{
|
|
8964
8978
|
"category": "Folders & Files",
|
|
8965
|
-
"svg": "<path d=\"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z\" fill=\"currentColor\"/><path d=\"M19.7071 8.
|
|
8979
|
+
"svg": "<path d=\"M4 2.5C4 2.22386 4.22386 2 4.5 2H12.5V9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5Z\" fill=\"currentColor\"/><path d=\"M19.7071 8.50008L13.5 2.29297V8.50008H19.7071Z\" fill=\"currentColor\"/>",
|
|
8966
8980
|
"iconName": "file-bend, document",
|
|
8967
8981
|
"variant": {
|
|
8968
8982
|
"join": "round",
|
|
@@ -9116,7 +9130,7 @@
|
|
|
9116
9130
|
},
|
|
9117
9131
|
{
|
|
9118
9132
|
"category": "Folders & Files",
|
|
9119
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
9133
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 9C12.5 9.27614 12.7239 9.5 13 9.5H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V2.5C4 2.22386 4.22386 2 4.5 2H12.5V9ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 13C8.22386 13 8 13.2239 8 13.5C8 13.7761 8.22386 14 8.5 14H12.5C12.7761 14 13 13.7761 13 13.5C13 13.2239 12.7761 13 12.5 13H8.5Z\" fill=\"currentColor\"/><path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\"/>",
|
|
9120
9134
|
"iconName": "file-text, document",
|
|
9121
9135
|
"variant": {
|
|
9122
9136
|
"join": "round",
|
|
@@ -15302,6 +15316,20 @@
|
|
|
15302
15316
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
15303
15317
|
"componentName": "IconPlaceholder"
|
|
15304
15318
|
},
|
|
15319
|
+
{
|
|
15320
|
+
"category": "Things",
|
|
15321
|
+
"svg": "<path d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H14.5C14.2239 10 14 9.77614 14 9.5V7H8.21484C6.88411 7.00026 6.47516 8.80372 7.67578 9.37793L16.7559 13.7197C18.917 14.7533 18.1807 17.9997 15.7852 18H10V20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14H9.5C9.77614 14 10 14.2239 10 14.5V17H15.7852C17.1159 16.9997 17.5248 15.1963 16.3242 14.6221L7.24414 10.2803C5.08296 9.24666 5.81934 6.00026 8.21484 6H14V3.5C14 3.22386 14.2239 3 14.5 3H20.5Z\" fill=\"currentColor\"/>",
|
|
15322
|
+
"iconName": "plan, process, connect, path",
|
|
15323
|
+
"variant": {
|
|
15324
|
+
"join": "round",
|
|
15325
|
+
"filled": "on",
|
|
15326
|
+
"radius": "0",
|
|
15327
|
+
"stroke": "1"
|
|
15328
|
+
},
|
|
15329
|
+
"createdAt": "2025-11-03T16:30:49.872096+00:00",
|
|
15330
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
15331
|
+
"componentName": "IconPlan"
|
|
15332
|
+
},
|
|
15305
15333
|
{
|
|
15306
15334
|
"category": "Interface General",
|
|
15307
15335
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 7.5C11 7.22386 11.2239 7 11.5 7H20.5C20.7761 7 21 7.22386 21 7.5C21 7.77614 20.7761 8 20.5 8H11.5C11.2239 8 11 7.77614 11 7.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 16.5C11 16.2239 11.2239 16 11.5 16H20.5C20.7761 16 21 16.2239 21 16.5C21 16.7761 20.7761 17 20.5 17H11.5C11.2239 17 11 16.7761 11 16.5Z\" fill=\"currentColor\"/><path d=\"M8.90534 5.29278C9.06702 5.06892 9.01661 4.75638 8.79275 4.5947C8.56888 4.43302 8.25634 4.48343 8.09466 4.70729L5.18841 8.73134L3.85355 7.39648C3.65829 7.20122 3.34171 7.20122 3.14645 7.39648C2.95118 7.59175 2.95118 7.90833 3.14645 8.10359L4.89645 9.85359C5.00005 9.95719 5.14389 10.0101 5.28994 9.99844C5.43599 9.98674 5.56955 9.91156 5.65534 9.79278L8.90534 5.29278Z\" fill=\"currentColor\"/><path d=\"M5.5 14C4.11929 14 3 15.1193 3 16.5C3 17.8807 4.11929 19 5.5 19C6.88071 19 8 17.8807 8 16.5C8 15.1193 6.88071 14 5.5 14Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export type CentralIconName =
|
|
|
45
45
|
| "IconAnimationUndershoot"
|
|
46
46
|
| "IconAnonymous"
|
|
47
47
|
| "IconAnthropic"
|
|
48
|
+
| "IconAnvil"
|
|
48
49
|
| "IconApiAggregate"
|
|
49
50
|
| "IconApiConnection"
|
|
50
51
|
| "IconApple"
|
|
@@ -1092,6 +1093,7 @@ export type CentralIconName =
|
|
|
1092
1093
|
| "IconPinterestSimple"
|
|
1093
1094
|
| "IconPizza"
|
|
1094
1095
|
| "IconPlaceholder"
|
|
1096
|
+
| "IconPlan"
|
|
1095
1097
|
| "IconPlanning"
|
|
1096
1098
|
| "IconPlay"
|
|
1097
1099
|
| "IconPlayCircle"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.23",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1558,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 44,
|
|
@@ -1456,9 +1456,10 @@
|
|
|
1456
1456
|
]
|
|
1457
1457
|
},
|
|
1458
1458
|
"Things": {
|
|
1459
|
-
"count":
|
|
1459
|
+
"count": 124,
|
|
1460
1460
|
"icons": [
|
|
1461
1461
|
"IconAlien",
|
|
1462
|
+
"IconAnvil",
|
|
1462
1463
|
"IconBackpack",
|
|
1463
1464
|
"IconBag",
|
|
1464
1465
|
"IconBag2",
|
|
@@ -1533,6 +1534,7 @@
|
|
|
1533
1534
|
"IconPillow",
|
|
1534
1535
|
"IconPillowZz",
|
|
1535
1536
|
"IconPilone",
|
|
1537
|
+
"IconPlan",
|
|
1536
1538
|
"IconPlayground",
|
|
1537
1539
|
"IconPlugin1",
|
|
1538
1540
|
"IconPlugin2",
|
|
@@ -1792,6 +1794,7 @@
|
|
|
1792
1794
|
"IconAnimationUndershoot": "animation-undershoot",
|
|
1793
1795
|
"IconAnonymous": "anonymous, anonym, hidden",
|
|
1794
1796
|
"IconAnthropic": "anthropic",
|
|
1797
|
+
"IconAnvil": "anvil, crafting, hard, strong",
|
|
1795
1798
|
"IconApiAggregate": "api-aggregate",
|
|
1796
1799
|
"IconApiConnection": "api-connection",
|
|
1797
1800
|
"IconApple": "apple",
|
|
@@ -2839,6 +2842,7 @@
|
|
|
2839
2842
|
"IconPinterestSimple": "pinterest-simple",
|
|
2840
2843
|
"IconPizza": "pizza",
|
|
2841
2844
|
"IconPlaceholder": "placeholder, generate",
|
|
2845
|
+
"IconPlan": "plan, process, connect, path",
|
|
2842
2846
|
"IconPlanning": "planning, list, checklist",
|
|
2843
2847
|
"IconPlay": "play, go",
|
|
2844
2848
|
"IconPlayCircle": "play-circle",
|
package/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export { IconAnimationOvershoot, default as IconAnimationOvershootDefault, } fro
|
|
|
44
44
|
export { IconAnimationUndershoot, default as IconAnimationUndershootDefault, } from "./IconAnimationUndershoot";
|
|
45
45
|
export { IconAnonymous, default as IconAnonymousDefault, } from "./IconAnonymous";
|
|
46
46
|
export { IconAnthropic, default as IconAnthropicDefault, } from "./IconAnthropic";
|
|
47
|
+
export { IconAnvil, default as IconAnvilDefault } from "./IconAnvil";
|
|
47
48
|
export { IconApiAggregate, default as IconApiAggregateDefault, } from "./IconApiAggregate";
|
|
48
49
|
export { IconApiConnection, default as IconApiConnectionDefault, } from "./IconApiConnection";
|
|
49
50
|
export { IconApple, default as IconAppleDefault } from "./IconApple";
|
|
@@ -1091,6 +1092,7 @@ export { IconPinterest, default as IconPinterestDefault, } from "./IconPinterest
|
|
|
1091
1092
|
export { IconPinterestSimple, default as IconPinterestSimpleDefault, } from "./IconPinterestSimple";
|
|
1092
1093
|
export { IconPizza, default as IconPizzaDefault } from "./IconPizza";
|
|
1093
1094
|
export { IconPlaceholder, default as IconPlaceholderDefault, } from "./IconPlaceholder";
|
|
1095
|
+
export { IconPlan, default as IconPlanDefault } from "./IconPlan";
|
|
1094
1096
|
export { IconPlanning, default as IconPlanningDefault } from "./IconPlanning";
|
|
1095
1097
|
export { IconPlay, default as IconPlayDefault } from "./IconPlay";
|
|
1096
1098
|
export { IconPlayCircle, default as IconPlayCircleDefault, } from "./IconPlayCircle";
|