@central-icons-react-native/round-filled-radius-0-stroke-1 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/filtered-icons.json +3 -3
- 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 +3 -3
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:"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 22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z",fill:"currentColor"}),t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.98885 17C7.41203 16.099 6.40179 15.5 5.25 15.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=\"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 22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.98885 17C7.41203 16.099 6.40179 15.5 5.25 15.
|
|
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=\"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 22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.98885 17C7.41203 16.099 6.40179 15.5 5.25 15.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,+RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yCAAyC,KAAK,eAAe,EACrE,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4LACF,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:"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 22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2.5Z",fill:"currentColor"}),o.createElement(n,{d:"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.98885 17C7.41203 16.099 6.40179 15.5 5.25 15.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=\"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 22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.98885 17C7.41203 16.099 6.40179 15.5 5.25 15.
|
|
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=\"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 22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.98885 17C7.41203 16.099 6.40179 15.5 5.25 15.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,+RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yCAAyC,KAAK,eAAe,EACrEG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4LACF,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
|
|
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 L={};x(L,{IconFileEdit:()=>c,default:()=>g});module.exports=P(L);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:"M4.50073 2C4.22459 2 4.00073 2.22386 4.00073 2.5V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066V20C7.99414 20.3978 7.83611 20.7794 7.5548 21.0607L6.61546 22H19.5007C19.7769 22 20.0007 21.7761 20.0007 21.5V9.5H13.0007C12.7246 9.5 12.5007 9.27614 12.5007 9V2H4.50073Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z",fill:"currentColor"}),t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 20C6.99414 20.1326 6.94146 20.2598 6.84769 20.3536L5.34769 21.8536C5.25393 21.9473 5.12675 22 4.99414 22C4.86153 22 4.73436 21.9473 4.64059 21.8536L3.14059 20.3536C3.04682 20.2598 2.99414 20.1326 2.99414 20L2.99414 13.0066Z",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=\"M4.50073 2C4.22459 2 4.00073 2.22386 4.00073 2.5V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066V20C7.99414 20.3978 7.83611 20.7794 7.5548 21.0607L6.61546 22H19.5007C19.7769 22 20.0007 21.7761 20.0007 21.5V9.5H13.0007C12.7246 9.5 12.5007 9.27614 12.5007 9V2H4.50073Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\"\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=\"M4.50073 2C4.22459 2 4.00073 2.22386 4.00073 2.5V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066V20C7.99414 20.3978 7.83611 20.7794 7.5548 21.0607L6.61546 22H19.5007C19.7769 22 20.0007 21.7761 20.0007 21.5V9.5H13.0007C12.7246 9.5 12.5007 9.27614 12.5007 9V2H4.50073Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 20C6.99414 20.1326 6.94146 20.2598 6.84769 20.3536L5.34769 21.8536C5.25393 21.9473 5.12675 22 4.99414 22C4.86153 22 4.73436 21.9473 4.64059 21.8536L3.14059 20.3536C3.04682 20.2598 2.99414 20.1326 2.99414 20L2.99414 13.0066Z\"\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,kUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yVACF,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:"M4.50073 2C4.22459 2 4.00073 2.22386 4.00073 2.5V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066V20C7.99414 20.3978 7.83611 20.7794 7.5548 21.0607L6.61546 22H19.5007C19.7769 22 20.0007 21.7761 20.0007 21.5V9.5H13.0007C12.7246 9.5 12.5007 9.27614 12.5007 9V2H4.50073Z",fill:"currentColor"}),o.createElement(n,{d:"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z",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:"M4.50073 2C4.22459 2 4.00073 2.22386 4.00073 2.5V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066V20C7.99414 20.3978 7.83611 20.7794 7.5548 21.0607L6.61546 22H19.5007C19.7769 22 20.0007 21.7761 20.0007 21.5V9.5H13.0007C12.7246 9.5 12.5007 9.27614 12.5007 9V2H4.50073Z",fill:"currentColor"}),o.createElement(n,{d:"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 20C6.99414 20.1326 6.94146 20.2598 6.84769 20.3536L5.34769 21.8536C5.25393 21.9473 5.12675 22 4.99414 22C4.86153 22 4.73436 21.9473 4.64059 21.8536L3.14059 20.3536C3.04682 20.2598 2.99414 20.1326 2.99414 20L2.99414 13.0066Z",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=\"M4.50073 2C4.22459 2 4.00073 2.22386 4.00073 2.5V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066V20C7.99414 20.3978 7.83611 20.7794 7.5548 21.0607L6.61546 22H19.5007C19.7769 22 20.0007 21.7761 20.0007 21.5V9.5H13.0007C12.7246 9.5 12.5007 9.27614 12.5007 9V2H4.50073Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\"\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=\"M4.50073 2C4.22459 2 4.00073 2.22386 4.00073 2.5V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066V20C7.99414 20.3978 7.83611 20.7794 7.5548 21.0607L6.61546 22H19.5007C19.7769 22 20.0007 21.7761 20.0007 21.5V9.5H13.0007C12.7246 9.5 12.5007 9.27614 12.5007 9V2H4.50073Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 20C6.99414 20.1326 6.94146 20.2598 6.84769 20.3536L5.34769 21.8536C5.25393 21.9473 5.12675 22 4.99414 22C4.86153 22 4.73436 21.9473 4.64059 21.8536L3.14059 20.3536C3.04682 20.2598 2.99414 20.1326 2.99414 20L2.99414 13.0066Z\"\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,kUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yVACF,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 C=Object.defineProperty;var
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(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))!I.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(H(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var V={};v(V,{IconFileLock:()=>s,default:()=>P});module.exports=x(V);var t=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=>t.default.createElement(i,{...r},t.default.createElement(l.Path,{d:"M4.5 2C4.22386 2 4 2.22386 4 2.5V13.3542C4.73294 12.5238 5.80531 12 7 12C8.8819 12 10.4603 13.2996 10.8866 15.0503C11.5277 15.2208 12 15.8052 12 16.5V21.5C12 21.6753 11.9699 21.8436 11.9146 22H19.5C19.7761 22 20 21.7761 20 21.5V9.5H13C12.7239 9.5 12.5 9.27614 12.5 9V2H4.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z",fill:"currentColor"}),t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 16.5C3 16.2239 3.22386 16 3.5 16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H10.5C10.7761 16 11 16.2239 11 16.5V21.5C11 21.7761 10.7761 22 10.5 22H3.5C3.22386 22 3 21.7761 3 21.5V16.5ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z",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=\"M4.5 2C4.22386 2 4 2.22386 4 2.5V13.3542C4.73294 12.5238 5.80531 12 7 12C8.8819 12 10.4603 13.2996 10.8866 15.0503C11.5277 15.2208 12 15.8052 12 16.5V21.5C12 21.6753 11.9699 21.8436 11.9146 22H19.5C19.7761 22 20 21.7761 20 21.5V9.5H13C12.7239 9.5 12.5 9.27614 12.5 9V2H4.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 16.5C3 16.2239 3.22386 16 3.5 16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H10.5C10.7761 16 11 16.2239 11 16.5V21.5C11 21.7761 10.7761 22 10.5 22H3.5C3.22386 22 3 21.7761 3 21.5V16.
|
|
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=\"M4.5 2C4.22386 2 4 2.22386 4 2.5V13.3542C4.73294 12.5238 5.80531 12 7 12C8.8819 12 10.4603 13.2996 10.8866 15.0503C11.5277 15.2208 12 15.8052 12 16.5V21.5C12 21.6753 11.9699 21.8436 11.9146 22H19.5C19.7761 22 20 21.7761 20 21.5V9.5H13C12.7239 9.5 12.5 9.27614 12.5 9V2H4.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 16.5C3 16.2239 3.22386 16 3.5 16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H10.5C10.7761 16 11 16.2239 11 16.5V21.5C11 21.7761 10.7761 22 10.5 22H3.5C3.22386 22 3 21.7761 3 21.5V16.5ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z\"\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,oRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sQACF,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 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:"M4.5 2C4.22386 2 4 2.22386 4 2.5V13.3542C4.73294 12.5238 5.80531 12 7 12C8.8819 12 10.4603 13.2996 10.8866 15.0503C11.5277 15.2208 12 15.8052 12 16.5V21.5C12 21.6753 11.9699 21.8436 11.9146 22H19.5C19.7761 22 20 21.7761 20 21.5V9.5H13C12.7239 9.5 12.5 9.27614 12.5 9V2H4.5Z",fill:"currentColor"}),o.createElement(n,{d:"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 16.5C3 16.2239 3.22386 16 3.5 16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H10.5C10.7761 16 11 16.2239 11 16.5V21.5C11 21.7761 10.7761 22 10.5 22H3.5C3.22386 22 3 21.7761 3 21.5V16.
|
|
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:"M4.5 2C4.22386 2 4 2.22386 4 2.5V13.3542C4.73294 12.5238 5.80531 12 7 12C8.8819 12 10.4603 13.2996 10.8866 15.0503C11.5277 15.2208 12 15.8052 12 16.5V21.5C12 21.6753 11.9699 21.8436 11.9146 22H19.5C19.7761 22 20 21.7761 20 21.5V9.5H13C12.7239 9.5 12.5 9.27614 12.5 9V2H4.5Z",fill:"currentColor"}),o.createElement(n,{d:"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 16.5C3 16.2239 3.22386 16 3.5 16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H10.5C10.7761 16 11 16.2239 11 16.5V21.5C11 21.7761 10.7761 22 10.5 22H3.5C3.22386 22 3 21.7761 3 21.5V16.5ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z",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=\"M4.5 2C4.22386 2 4 2.22386 4 2.5V13.3542C4.73294 12.5238 5.80531 12 7 12C8.8819 12 10.4603 13.2996 10.8866 15.0503C11.5277 15.2208 12 15.8052 12 16.5V21.5C12 21.6753 11.9699 21.8436 11.9146 22H19.5C19.7761 22 20 21.7761 20 21.5V9.5H13C12.7239 9.5 12.5 9.27614 12.5 9V2H4.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 16.5C3 16.2239 3.22386 16 3.5 16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H10.5C10.7761 16 11 16.2239 11 16.5V21.5C11 21.7761 10.7761 22 10.5 22H3.5C3.22386 22 3 21.7761 3 21.5V16.
|
|
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=\"M4.5 2C4.22386 2 4 2.22386 4 2.5V13.3542C4.73294 12.5238 5.80531 12 7 12C8.8819 12 10.4603 13.2996 10.8866 15.0503C11.5277 15.2208 12 15.8052 12 16.5V21.5C12 21.6753 11.9699 21.8436 11.9146 22H19.5C19.7761 22 20 21.7761 20 21.5V9.5H13C12.7239 9.5 12.5 9.27614 12.5 9V2H4.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 16.5C3 16.2239 3.22386 16 3.5 16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H10.5C10.7761 16 11 16.2239 11 16.5V21.5C11 21.7761 10.7761 22 10.5 22H3.5C3.22386 22 3 21.7761 3 21.5V16.5ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z\"\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,oRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,sQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileLock","props","React","CentralIconBase","IconFileLock_default"]}
|
package/filtered-icons.json
CHANGED
|
@@ -9942,7 +9942,7 @@
|
|
|
9942
9942
|
},
|
|
9943
9943
|
{
|
|
9944
9944
|
"category": "Folders & Files",
|
|
9945
|
-
"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 22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2.5Z\" fill=\"currentColor\"/><path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.98885 17C7.41203 16.099 6.40179 15.5 5.25 15.
|
|
9945
|
+
"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 22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2.5Z\" fill=\"currentColor\"/><path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.98885 17C7.41203 16.099 6.40179 15.5 5.25 15.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=\"M4.50073 2C4.22459 2 4.00073 2.22386 4.00073 2.5V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066V20C7.99414 20.3978 7.83611 20.7794 7.5548 21.0607L6.61546 22H19.5007C19.7769 22 20.0007 21.7761 20.0007 21.5V9.5H13.0007C12.7246 9.5 12.5007 9.27614 12.5007 9V2H4.50073Z\" fill=\"currentColor\"/><path d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
9973
|
+
"svg": "<path d=\"M4.50073 2C4.22459 2 4.00073 2.22386 4.00073 2.5V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066V20C7.99414 20.3978 7.83611 20.7794 7.5548 21.0607L6.61546 22H19.5007C19.7769 22 20.0007 21.7761 20.0007 21.5V9.5H13.0007C12.7246 9.5 12.5007 9.27614 12.5007 9V2H4.50073Z\" fill=\"currentColor\"/><path d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 20C6.99414 20.1326 6.94146 20.2598 6.84769 20.3536L5.34769 21.8536C5.25393 21.9473 5.12675 22 4.99414 22C4.86153 22 4.73436 21.9473 4.64059 21.8536L3.14059 20.3536C3.04682 20.2598 2.99414 20.1326 2.99414 20L2.99414 13.0066Z\" 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=\"M4.5 2C4.22386 2 4 2.22386 4 2.5V13.3542C4.73294 12.5238 5.80531 12 7 12C8.8819 12 10.4603 13.2996 10.8866 15.0503C11.5277 15.2208 12 15.8052 12 16.5V21.5C12 21.6753 11.9699 21.8436 11.9146 22H19.5C19.7761 22 20 21.7761 20 21.5V9.5H13C12.7239 9.5 12.5 9.27614 12.5 9V2H4.5Z\" fill=\"currentColor\"/><path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 16.5C3 16.2239 3.22386 16 3.5 16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H10.5C10.7761 16 11 16.2239 11 16.5V21.5C11 21.7761 10.7761 22 10.5 22H3.5C3.22386 22 3 21.7761 3 21.5V16.
|
|
10015
|
+
"svg": "<path d=\"M4.5 2C4.22386 2 4 2.22386 4 2.5V13.3542C4.73294 12.5238 5.80531 12 7 12C8.8819 12 10.4603 13.2996 10.8866 15.0503C11.5277 15.2208 12 15.8052 12 16.5V21.5C12 21.6753 11.9699 21.8436 11.9146 22H19.5C19.7761 22 20 21.7761 20 21.5V9.5H13C12.7239 9.5 12.5 9.27614 12.5 9V2H4.5Z\" fill=\"currentColor\"/><path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 16.5C3 16.2239 3.22386 16 3.5 16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H10.5C10.7761 16 11 16.2239 11 16.5V21.5C11 21.7761 10.7761 22 10.5 22H3.5C3.22386 22 3 21.7761 3 21.5V16.5ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z\" fill=\"currentColor\"/>",
|
|
10016
10016
|
"iconName": "file-lock, document",
|
|
10017
10017
|
"variant": {
|
|
10018
10018
|
"join": "round",
|
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.100",
|
|
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';",
|