@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.99 → 1.1.100
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/IconFileCloud/index.js +1 -1
- package/IconFileCloud/index.js.map +1 -1
- package/IconFileCloud/index.mjs +1 -1
- package/IconFileCloud/index.mjs.map +1 -1
- package/IconFileEdit/index.js +1 -1
- package/IconFileEdit/index.js.map +1 -1
- package/IconFileEdit/index.mjs +1 -1
- package/IconFileEdit/index.mjs.map +1 -1
- package/IconFileLock/index.js +1 -1
- package/IconFileLock/index.js.map +1 -1
- package/IconFileLock/index.mjs +1 -1
- package/IconFileLock/index.mjs.map +1 -1
- package/IconListAdd/index.js +1 -1
- package/IconListAdd/index.js.map +1 -1
- package/IconListAdd/index.mjs +1 -1
- package/IconListAdd/index.mjs.map +1 -1
- package/filtered-icons.json +4 -4
- package/icons-index.json +1 -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 +4 -4
package/IconFileCloud/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var c=Object.create;var
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!v.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?c(I(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var F={};x(F,{IconFileCloud:()=>u,default:()=>g});module.exports=P(F);var t=f(require("react"));var m=f(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(i.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"),u=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{d:"M12 2H8C5.79086 2 4 3.79086 4 6V11.9172C4.69814 11.6478 5.45682 11.5 6.25 11.5C7.92339 11.5 9.44209 12.1588 10.561 13.2252C12.8386 13.8985 14.5 16.0038 14.5 18.5C14.5 19.8296 14.0282 21.0491 13.2428 22H16C18.2091 22 20 20.2091 20 18V10H15C13.3431 10 12 8.65685 12 7V2Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M19.4142 8L14 2.58579V7C14 7.55228 14.4477 8 15 8H19.4142Z",fill:"currentColor"}),t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22H9C10.933 22 12.5 20.433 12.5 18.5C12.5 16.7446 11.2077 15.2911 9.52265 15.0388C8.74466 14.1005 7.56843 13.5 6.25 13.5Z",fill:"currentColor"})),g=u;0&&(module.exports={IconFileCloud});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileCloud/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 IconFileCloud: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2H8C5.79086 2 4 3.79086 4 6V11.9172C4.69814 11.6478 5.45682 11.5 6.25 11.5C7.92339 11.5 9.44209 12.1588 10.561 13.2252C12.8386 13.8985 14.5 16.0038 14.5 18.5C14.5 19.8296 14.0282 21.0491 13.2428 22H16C18.2091 22 20 20.2091 20 18V10H15C13.3431 10 12 8.65685 12 7V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4142 8L14 2.58579V7C14 7.55228 14.4477 8 15 8H19.4142Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22H9C10.933 22 12.5 20.433 12.5 18.5C12.5 16.7446 11.2077 15.2911 9.52265 15.0388C8.74466 14.1005 7.56843 13.5 6.25 13.
|
|
1
|
+
{"version":3,"sources":["../src/IconFileCloud/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 IconFileCloud: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2H8C5.79086 2 4 3.79086 4 6V11.9172C4.69814 11.6478 5.45682 11.5 6.25 11.5C7.92339 11.5 9.44209 12.1588 10.561 13.2252C12.8386 13.8985 14.5 16.0038 14.5 18.5C14.5 19.8296 14.0282 21.0491 13.2428 22H16C18.2091 22 20 20.2091 20 18V10H15C13.3431 10 12 8.65685 12 7V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4142 8L14 2.58579V7C14 7.55228 14.4477 8 15 8H19.4142Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22H9C10.933 22 12.5 20.433 12.5 18.5C12.5 16.7446 11.2077 15.2911 9.52265 15.0388C8.74466 14.1005 7.56843 13.5 6.25 13.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileCloud;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileCloud_exports","__export","IconFileCloud","IconFileCloud_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileCloud","props","React","CentralIconBase","IconFileCloud_default"]}
|
package/IconFileCloud/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:e,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"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12 2H8C5.79086 2 4 3.79086 4 6V11.9172C4.69814 11.6478 5.45682 11.5 6.25 11.5C7.92339 11.5 9.44209 12.1588 10.561 13.2252C12.8386 13.8985 14.5 16.0038 14.5 18.5C14.5 19.8296 14.0282 21.0491 13.2428 22H16C18.2091 22 20 20.2091 20 18V10H15C13.3431 10 12 8.65685 12 7V2Z",fill:"currentColor"}),o.createElement(n,{d:"M19.4142 8L14 2.58579V7C14 7.55228 14.4477 8 15 8H19.4142Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22H9C10.933 22 12.5 20.433 12.5 18.5C12.5 16.7446 11.2077 15.2911 9.52265 15.0388C8.74466 14.1005 7.56843 13.5 6.25 13.5Z",fill:"currentColor"})),v=a;export{a as IconFileCloud,v as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileCloud/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 IconFileCloud: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2H8C5.79086 2 4 3.79086 4 6V11.9172C4.69814 11.6478 5.45682 11.5 6.25 11.5C7.92339 11.5 9.44209 12.1588 10.561 13.2252C12.8386 13.8985 14.5 16.0038 14.5 18.5C14.5 19.8296 14.0282 21.0491 13.2428 22H16C18.2091 22 20 20.2091 20 18V10H15C13.3431 10 12 8.65685 12 7V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4142 8L14 2.58579V7C14 7.55228 14.4477 8 15 8H19.4142Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22H9C10.933 22 12.5 20.433 12.5 18.5C12.5 16.7446 11.2077 15.2911 9.52265 15.0388C8.74466 14.1005 7.56843 13.5 6.25 13.
|
|
1
|
+
{"version":3,"sources":["../src/IconFileCloud/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 IconFileCloud: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2H8C5.79086 2 4 3.79086 4 6V11.9172C4.69814 11.6478 5.45682 11.5 6.25 11.5C7.92339 11.5 9.44209 12.1588 10.561 13.2252C12.8386 13.8985 14.5 16.0038 14.5 18.5C14.5 19.8296 14.0282 21.0491 13.2428 22H16C18.2091 22 20 20.2091 20 18V10H15C13.3431 10 12 8.65685 12 7V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4142 8L14 2.58579V7C14 7.55228 14.4477 8 15 8H19.4142Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22H9C10.933 22 12.5 20.433 12.5 18.5C12.5 16.7446 11.2077 15.2911 9.52265 15.0388C8.74466 14.1005 7.56843 13.5 6.25 13.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileCloud;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileCloud","props","React","CentralIconBase","IconFileCloud_default"]}
|
package/IconFileEdit/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!v.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var V={};x(V,{IconFileEdit:()=>c,default:()=>g});module.exports=P(V);var t=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...e})=>i.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 l=require("react-native-svg"),c=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{d:"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H8.74264L9.12132 21.6213C9.68393 21.0587 10 20.2957 10 19.5V13.5588C10 11.0736 7.98528 9.05884 5.5 9.05884C4.97405 9.05884 4.46917 9.14907 4 9.3149V6C4 3.79086 5.79086 2 8 2Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z",fill:"currentColor"}),t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 13.5588C3 12.1781 4.11929 11.0588 5.5 11.0588C6.88071 11.0588 8 12.1781 8 13.5588V19.5C8 19.7652 7.89464 20.0196 7.70711 20.2071L6.20711 21.7071C6.01957 21.8946 5.76522 22 5.5 22C5.23478 22 4.98043 21.8946 4.79289 21.7071L3.29289 20.2071C3.10536 20.0196 3 19.7652 3 19.5L3 13.5588Z",fill:"currentColor"})),g=c;0&&(module.exports={IconFileEdit});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H8.74264L9.12132 21.6213C9.68393 21.0587 10 20.2957 10 19.5V13.5588C10 11.0736 7.98528 9.05884 5.5 9.05884C4.97405 9.05884 4.46917 9.14907 4 9.3149V6C4 3.79086 5.79086 2 8 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H8.74264L9.12132 21.6213C9.68393 21.0587 10 20.2957 10 19.5V13.5588C10 11.0736 7.98528 9.05884 5.5 9.05884C4.97405 9.05884 4.46917 9.14907 4 9.3149V6C4 3.79086 5.79086 2 8 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 13.5588C3 12.1781 4.11929 11.0588 5.5 11.0588C6.88071 11.0588 8 12.1781 8 13.5588V19.5C8 19.7652 7.89464 20.0196 7.70711 20.2071L6.20711 21.7071C6.01957 21.8946 5.76522 22 5.5 22C5.23478 22 4.98043 21.8946 4.79289 21.7071L3.29289 20.2071C3.10536 20.0196 3 19.7652 3 19.5L3 13.5588Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileEdit;\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,wPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+RACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileEdit_exports","__export","IconFileEdit","IconFileEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileEdit","props","React","CentralIconBase","IconFileEdit_default"]}
|
package/IconFileEdit/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:e,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"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H8.74264L9.12132 21.6213C9.68393 21.0587 10 20.2957 10 19.5V13.5588C10 11.0736 7.98528 9.05884 5.5 9.05884C4.97405 9.05884 4.46917 9.14907 4 9.3149V6C4 3.79086 5.79086 2 8 2Z",fill:"currentColor"}),o.createElement(n,{d:"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:e,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"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H8.74264L9.12132 21.6213C9.68393 21.0587 10 20.2957 10 19.5V13.5588C10 11.0736 7.98528 9.05884 5.5 9.05884C4.97405 9.05884 4.46917 9.14907 4 9.3149V6C4 3.79086 5.79086 2 8 2Z",fill:"currentColor"}),o.createElement(n,{d:"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 13.5588C3 12.1781 4.11929 11.0588 5.5 11.0588C6.88071 11.0588 8 12.1781 8 13.5588V19.5C8 19.7652 7.89464 20.0196 7.70711 20.2071L6.20711 21.7071C6.01957 21.8946 5.76522 22 5.5 22C5.23478 22 4.98043 21.8946 4.79289 21.7071L3.29289 20.2071C3.10536 20.0196 3 19.7652 3 19.5L3 13.5588Z",fill:"currentColor"})),v=a;export{a as IconFileEdit,v as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H8.74264L9.12132 21.6213C9.68393 21.0587 10 20.2957 10 19.5V13.5588C10 11.0736 7.98528 9.05884 5.5 9.05884C4.97405 9.05884 4.46917 9.14907 4 9.3149V6C4 3.79086 5.79086 2 8 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H8.74264L9.12132 21.6213C9.68393 21.0587 10 20.2957 10 19.5V13.5588C10 11.0736 7.98528 9.05884 5.5 9.05884C4.97405 9.05884 4.46917 9.14907 4 9.3149V6C4 3.79086 5.79086 2 8 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 13.5588C3 12.1781 4.11929 11.0588 5.5 11.0588C6.88071 11.0588 8 12.1781 8 13.5588V19.5C8 19.7652 7.89464 20.0196 7.70711 20.2071L6.20711 21.7071C6.01957 21.8946 5.76522 22 5.5 22C5.23478 22 4.98043 21.8946 4.79289 21.7071L3.29289 20.2071C3.10536 20.0196 3 19.7652 3 19.5L3 13.5588Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileEdit;\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,wPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+RACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileEdit","props","React","CentralIconBase","IconFileEdit_default"]}
|
package/IconFileLock/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var t=Object.defineProperty;var
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of V(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var g={};v(g,{IconFileLock:()=>s,default:()=>P});module.exports=x(g);var C=f(require("react"));var m=f(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 l=require("react-native-svg"),s=r=>C.default.createElement(i,{...r},C.default.createElement(l.Path,{d:"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H11.8727C12.2681 21.4331 12.5 20.7436 12.5 20V18C12.5 17.0327 12.1072 16.1581 11.4753 15.5259C11.2384 13.2634 9.32514 11.5 7 11.5C5.84747 11.5 4.79613 11.9333 4 12.6458V6C4 3.79086 5.79086 2 8 2Z",fill:"currentColor"}),C.default.createElement(l.Path,{d:"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 16.2676V16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16V16.2676C3.4022 16.6134 3 17.2597 3 18V20C3 21.1046 3.89543 22 5 22H9C10.1046 22 11 21.1046 11 20V18C11 17.2597 10.5978 16.6134 10 16.2676ZM6 16H8C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16Z",fill:"currentColor"})),P=s;0&&(module.exports={IconFileLock});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileLock/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 IconFileLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H11.8727C12.2681 21.4331 12.5 20.7436 12.5 20V18C12.5 17.0327 12.1072 16.1581 11.4753 15.5259C11.2384 13.2634 9.32514 11.5 7 11.5C5.84747 11.5 4.79613 11.9333 4 12.6458V6C4 3.79086 5.79086 2 8 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 16.2676V16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16V16.2676C3.4022 16.6134 3 17.2597 3 18V20C3 21.1046 3.89543 22 5 22H9C10.1046 22 11 21.1046 11 20V18C11 17.2597 10.5978 16.6134 10 16.2676ZM6 16H8C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6
|
|
1
|
+
{"version":3,"sources":["../src/IconFileLock/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 IconFileLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H11.8727C12.2681 21.4331 12.5 20.7436 12.5 20V18C12.5 17.0327 12.1072 16.1581 11.4753 15.5259C11.2384 13.2634 9.32514 11.5 7 11.5C5.84747 11.5 4.79613 11.9333 4 12.6458V6C4 3.79086 5.79086 2 8 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 16.2676V16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16V16.2676C3.4022 16.6134 3 17.2597 3 18V20C3 21.1046 3.89543 22 5 22H9C10.1046 22 11 21.1046 11 20V18C11 17.2597 10.5978 16.6134 10 16.2676ZM6 16H8C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileLock;\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,6QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileLock_exports","__export","IconFileLock","IconFileLock_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileLock","props","React","CentralIconBase","IconFileLock_default"]}
|
package/IconFileLock/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var C=({children:e,size:r=24,...t})=>l.createElement(p,{...t,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 n}from"react-native-svg";var a=e=>o.createElement(C,{...e},o.createElement(n,{d:"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H11.8727C12.2681 21.4331 12.5 20.7436 12.5 20V18C12.5 17.0327 12.1072 16.1581 11.4753 15.5259C11.2384 13.2634 9.32514 11.5 7 11.5C5.84747 11.5 4.79613 11.9333 4 12.6458V6C4 3.79086 5.79086 2 8 2Z",fill:"currentColor"}),o.createElement(n,{d:"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 16.2676V16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16V16.2676C3.4022 16.6134 3 17.2597 3 18V20C3 21.1046 3.89543 22 5 22H9C10.1046 22 11 21.1046 11 20V18C11 17.2597 10.5978 16.6134 10 16.2676ZM6 16H8C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var C=({children:e,size:r=24,...t})=>l.createElement(p,{...t,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 n}from"react-native-svg";var a=e=>o.createElement(C,{...e},o.createElement(n,{d:"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H11.8727C12.2681 21.4331 12.5 20.7436 12.5 20V18C12.5 17.0327 12.1072 16.1581 11.4753 15.5259C11.2384 13.2634 9.32514 11.5 7 11.5C5.84747 11.5 4.79613 11.9333 4 12.6458V6C4 3.79086 5.79086 2 8 2Z",fill:"currentColor"}),o.createElement(n,{d:"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 16.2676V16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16V16.2676C3.4022 16.6134 3 17.2597 3 18V20C3 21.1046 3.89543 22 5 22H9C10.1046 22 11 21.1046 11 20V18C11 17.2597 10.5978 16.6134 10 16.2676ZM6 16H8C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16Z",fill:"currentColor"})),I=a;export{a as IconFileLock,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileLock/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 IconFileLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H11.8727C12.2681 21.4331 12.5 20.7436 12.5 20V18C12.5 17.0327 12.1072 16.1581 11.4753 15.5259C11.2384 13.2634 9.32514 11.5 7 11.5C5.84747 11.5 4.79613 11.9333 4 12.6458V6C4 3.79086 5.79086 2 8 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 16.2676V16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16V16.2676C3.4022 16.6134 3 17.2597 3 18V20C3 21.1046 3.89543 22 5 22H9C10.1046 22 11 21.1046 11 20V18C11 17.2597 10.5978 16.6134 10 16.2676ZM6 16H8C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6
|
|
1
|
+
{"version":3,"sources":["../src/IconFileLock/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 IconFileLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H11.8727C12.2681 21.4331 12.5 20.7436 12.5 20V18C12.5 17.0327 12.1072 16.1581 11.4753 15.5259C11.2384 13.2634 9.32514 11.5 7 11.5C5.84747 11.5 4.79613 11.9333 4 12.6458V6C4 3.79086 5.79086 2 8 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 16.2676V16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16V16.2676C3.4022 16.6134 3 17.2597 3 18V20C3 21.1046 3.89543 22 5 22H9C10.1046 22 11 21.1046 11 20V18C11 17.2597 10.5978 16.6134 10 16.2676ZM6 16H8C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileLock;\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,6QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6QACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileLock","props","React","CentralIconBase","IconFileLock_default"]}
|
package/IconListAdd/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=H(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(B(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var v={};x(v,{IconListAdd:()=>c,default:()=>g});module.exports=P(v);var t=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...C})=>s.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>t.default.createElement(i,{...r},t.default.createElement(e.Path,{d:"M10 17C10.5523 17 11 17.4477 11 18C11 18.5523 10.5523 19 10 19H4C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17H10Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M18 11C18.5523 11 19 11.4477 19 12V14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H19V18C19 18.5523 18.5523 19 18 19C17.4477 19 17 18.5523 17 18V16H15C14.4477 16 14 15.5523 14 15C14 14.4477 14.4477 14 15 14H17V12C17 11.4477 17.4477 11 18 11Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M10 11C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H10Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M20 5C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H20Z",fill:"currentColor"})),g=c;0&&(module.exports={IconListAdd});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconListAdd/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconListAdd/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 IconListAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path
|
|
1
|
+
{"version":3,"sources":["../src/IconListAdd/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 IconListAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 17C10.5523 17 11 17.4477 11 18C11 18.5523 10.5523 19 10 19H4C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17H10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 11C18.5523 11 19 11.4477 19 12V14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H19V18C19 18.5523 18.5523 19 18 19C17.4477 19 17 18.5523 17 18V16H15C14.4477 16 14 15.5523 14 15C14 14.4477 14.4477 14 15 14H17V12C17 11.4477 17.4477 11 18 11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 11C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 5C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H20Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListAdd;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kQACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListAdd_exports","__export","IconListAdd","IconListAdd_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListAdd","props","React","CentralIconBase","IconListAdd_default"]}
|
package/IconListAdd/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...e})=>l.createElement(p,{...e,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 C}from"react-native-svg";var f=t=>o.createElement(n,{...t},o.createElement(C,{d:"M10 17C10.5523 17 11 17.4477 11 18C11 18.5523 10.5523 19 10 19H4C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17H10Z",fill:"currentColor"}),o.createElement(C,{d:"M18 11C18.5523 11 19 11.4477 19 12V14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H19V18C19 18.5523 18.5523 19 18 19C17.4477 19 17 18.5523 17 18V16H15C14.4477 16 14 15.5523 14 15C14 14.4477 14.4477 14 15 14H17V12C17 11.4477 17.4477 11 18 11Z",fill:"currentColor"}),o.createElement(C,{d:"M10 11C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H10Z",fill:"currentColor"}),o.createElement(C,{d:"M20 5C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H20Z",fill:"currentColor"})),I=f;export{f as IconListAdd,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconListAdd/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 IconListAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path
|
|
1
|
+
{"version":3,"sources":["../src/IconListAdd/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 IconListAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 17C10.5523 17 11 17.4477 11 18C11 18.5523 10.5523 19 10 19H4C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17H10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 11C18.5523 11 19 11.4477 19 12V14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H19V18C19 18.5523 18.5523 19 18 19C17.4477 19 17 18.5523 17 18V16H15C14.4477 16 14 15.5523 14 15C14 14.4477 14.4477 14 15 14H17V12C17 11.4477 17.4477 11 18 11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 11C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 5C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H20Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListAdd;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kQACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListAdd","props","React","CentralIconBase","IconListAdd_default"]}
|
package/filtered-icons.json
CHANGED
|
@@ -9942,7 +9942,7 @@
|
|
|
9942
9942
|
},
|
|
9943
9943
|
{
|
|
9944
9944
|
"category": "Folders & Files",
|
|
9945
|
-
"svg": "<path d=\"M12 2H8C5.79086 2 4 3.79086 4 6V11.9172C4.69814 11.6478 5.45682 11.5 6.25 11.5C7.92339 11.5 9.44209 12.1588 10.561 13.2252C12.8386 13.8985 14.5 16.0038 14.5 18.5C14.5 19.8296 14.0282 21.0491 13.2428 22H16C18.2091 22 20 20.2091 20 18V10H15C13.3431 10 12 8.65685 12 7V2Z\" fill=\"currentColor\"/><path d=\"M19.4142 8L14 2.58579V7C14 7.55228 14.4477 8 15 8H19.4142Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22H9C10.933 22 12.5 20.433 12.5 18.5C12.5 16.7446 11.2077 15.2911 9.52265 15.0388C8.74466 14.1005 7.56843 13.5 6.25 13.
|
|
9945
|
+
"svg": "<path d=\"M12 2H8C5.79086 2 4 3.79086 4 6V11.9172C4.69814 11.6478 5.45682 11.5 6.25 11.5C7.92339 11.5 9.44209 12.1588 10.561 13.2252C12.8386 13.8985 14.5 16.0038 14.5 18.5C14.5 19.8296 14.0282 21.0491 13.2428 22H16C18.2091 22 20 20.2091 20 18V10H15C13.3431 10 12 8.65685 12 7V2Z\" fill=\"currentColor\"/><path d=\"M19.4142 8L14 2.58579V7C14 7.55228 14.4477 8 15 8H19.4142Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22H9C10.933 22 12.5 20.433 12.5 18.5C12.5 16.7446 11.2077 15.2911 9.52265 15.0388C8.74466 14.1005 7.56843 13.5 6.25 13.5Z\" fill=\"currentColor\"/>",
|
|
9946
9946
|
"iconName": "file-cloud, document",
|
|
9947
9947
|
"variant": {
|
|
9948
9948
|
"join": "round",
|
|
@@ -9970,7 +9970,7 @@
|
|
|
9970
9970
|
},
|
|
9971
9971
|
{
|
|
9972
9972
|
"category": "Folders & Files",
|
|
9973
|
-
"svg": "<path d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H8.74264L9.12132 21.6213C9.68393 21.0587 10 20.2957 10 19.5V13.5588C10 11.0736 7.98528 9.05884 5.5 9.05884C4.97405 9.05884 4.46917 9.14907 4 9.3149V6C4 3.79086 5.79086 2 8 2Z\" fill=\"currentColor\"/><path d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
9973
|
+
"svg": "<path d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H8.74264L9.12132 21.6213C9.68393 21.0587 10 20.2957 10 19.5V13.5588C10 11.0736 7.98528 9.05884 5.5 9.05884C4.97405 9.05884 4.46917 9.14907 4 9.3149V6C4 3.79086 5.79086 2 8 2Z\" fill=\"currentColor\"/><path d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 13.5588C3 12.1781 4.11929 11.0588 5.5 11.0588C6.88071 11.0588 8 12.1781 8 13.5588V19.5C8 19.7652 7.89464 20.0196 7.70711 20.2071L6.20711 21.7071C6.01957 21.8946 5.76522 22 5.5 22C5.23478 22 4.98043 21.8946 4.79289 21.7071L3.29289 20.2071C3.10536 20.0196 3 19.7652 3 19.5L3 13.5588Z\" fill=\"currentColor\"/>",
|
|
9974
9974
|
"iconName": "file-edit, document, cloud, sync",
|
|
9975
9975
|
"variant": {
|
|
9976
9976
|
"join": "round",
|
|
@@ -10012,7 +10012,7 @@
|
|
|
10012
10012
|
},
|
|
10013
10013
|
{
|
|
10014
10014
|
"category": "Folders & Files",
|
|
10015
|
-
"svg": "<path d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H11.8727C12.2681 21.4331 12.5 20.7436 12.5 20V18C12.5 17.0327 12.1072 16.1581 11.4753 15.5259C11.2384 13.2634 9.32514 11.5 7 11.5C5.84747 11.5 4.79613 11.9333 4 12.6458V6C4 3.79086 5.79086 2 8 2Z\" fill=\"currentColor\"/><path d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 16.2676V16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16V16.2676C3.4022 16.6134 3 17.2597 3 18V20C3 21.1046 3.89543 22 5 22H9C10.1046 22 11 21.1046 11 20V18C11 17.2597 10.5978 16.6134 10 16.2676ZM6 16H8C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6
|
|
10015
|
+
"svg": "<path d=\"M8 2H12V7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H11.8727C12.2681 21.4331 12.5 20.7436 12.5 20V18C12.5 17.0327 12.1072 16.1581 11.4753 15.5259C11.2384 13.2634 9.32514 11.5 7 11.5C5.84747 11.5 4.79613 11.9333 4 12.6458V6C4 3.79086 5.79086 2 8 2Z\" fill=\"currentColor\"/><path d=\"M14 2.58579L19.4142 8H15C14.4477 8 14 7.55228 14 7V2.58579Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 16.2676V16C10 14.3431 8.65685 13 7 13C5.34315 13 4 14.3431 4 16V16.2676C3.4022 16.6134 3 17.2597 3 18V20C3 21.1046 3.89543 22 5 22H9C10.1046 22 11 21.1046 11 20V18C11 17.2597 10.5978 16.6134 10 16.2676ZM6 16H8C8 15.4477 7.55228 15 7 15C6.44772 15 6 15.4477 6 16Z\" fill=\"currentColor\"/>",
|
|
10016
10016
|
"iconName": "file-lock, document",
|
|
10017
10017
|
"variant": {
|
|
10018
10018
|
"join": "round",
|
|
@@ -13624,7 +13624,7 @@
|
|
|
13624
13624
|
},
|
|
13625
13625
|
{
|
|
13626
13626
|
"category": "Interface General",
|
|
13627
|
-
"svg": "<path d=\"
|
|
13627
|
+
"svg": "<path d=\"M10 17C10.5523 17 11 17.4477 11 18C11 18.5523 10.5523 19 10 19H4C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17H10Z\" fill=\"currentColor\"/><path d=\"M18 11C18.5523 11 19 11.4477 19 12V14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H19V18C19 18.5523 18.5523 19 18 19C17.4477 19 17 18.5523 17 18V16H15C14.4477 16 14 15.5523 14 15C14 14.4477 14.4477 14 15 14H17V12C17 11.4477 17.4477 11 18 11Z\" fill=\"currentColor\"/><path d=\"M10 11C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H10Z\" fill=\"currentColor\"/><path d=\"M20 5C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H20Z\" fill=\"currentColor\"/>",
|
|
13628
13628
|
"iconName": "list-add, list-plus, new-list",
|
|
13629
13629
|
"variant": {
|
|
13630
13630
|
"join": "round",
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.100",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
|