@central-icons-react-native/round-filled-radius-3-stroke-1 1.1.275 → 1.1.276
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/IconFolderEdit/index.d.ts +4 -0
- package/IconFolderEdit/index.js +3 -0
- package/IconFolderEdit/index.js.map +11 -0
- package/IconFolderEdit/index.mjs +3 -0
- package/IconFolderEdit/index.mjs.map +11 -0
- package/IconFolderShared/index.js +2 -2
- package/IconFolderShared/index.js.map +3 -3
- package/IconFolderShared/index.mjs +2 -2
- package/IconFolderShared/index.mjs.map +3 -3
- package/IconPageEdit/index.js +2 -2
- package/IconPageEdit/index.js.map +3 -3
- package/IconPageEdit/index.mjs +2 -2
- package/IconPageEdit/index.mjs.map +3 -3
- package/IconPageEditText/index.js +2 -2
- package/IconPageEditText/index.js.map +3 -3
- package/IconPageEditText/index.mjs +2 -2
- package/IconPageEditText/index.mjs.map +3 -3
- package/README.md +1 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var F=Object.create;var{getPrototypeOf:L,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:V}=Object,u=Object.prototype.hasOwnProperty;function B(r){return this[r]}var h,y,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var s=o?h??=new WeakMap:y??=new WeakMap,f=s.get(r);if(f)return f}t=r!=null?F(L(r)):{};let C=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let l of i(r))if(!u.call(C,l))n(C,l,{get:B.bind(r,l),enumerable:!0});if(e)s.set(r,C);return C},x=(r)=>{var o=(c??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of i(r))if(!u.call(o,e))n(o,e,{get:B.bind(r,e),enumerable:!(t=V(r,e))||t.enumerable})}return c.set(r,o),o},c;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var H={};P(H,{CentralIconBase:()=>a});module.exports=x(H);var d=I(require("react")),g=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return d.default.createElement(g.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 w={};P(w,{default:()=>M,IconFolderEdit:()=>v});module.exports=x(w);var p=I(require("react"));var m=require("react-native-svg"),v=(r)=>{return p.default.createElement(a,{...r},p.default.createElement(m.Path,{d:"M3.99219 10.0068C5.09676 10.0068 5.99219 10.9023 5.99219 12.0068V19C5.99219 19.1326 5.93939 19.2598 5.8457 19.3535L4.3457 20.8535C4.25195 20.9472 4.12474 21 3.99219 21C3.85967 20.9999 3.73238 20.9472 3.63867 20.8535L2.13867 19.3535C2.04506 19.2598 1.99219 19.1325 1.99219 19V12.0068C1.99219 10.9023 2.88773 10.007 3.99219 10.0068Z",fill:"currentColor"}),p.default.createElement(m.Path,{d:"M8.39355 3.5C9.56376 3.50003 10.6565 4.08492 11.3057 5.05859L11.8213 5.83203C12.0995 6.24931 12.5678 6.49998 13.0693 6.5H18.499C20.432 6.5 21.999 8.067 21.999 10V17C21.999 18.933 20.432 20.5 18.499 20.5H6.11328L6.55273 20.0605L6.65234 19.9502C6.87061 19.6837 6.99219 19.3485 6.99219 19V12.0068C6.99219 10.35 5.64904 9.00684 3.99219 9.00684C3.22609 9.00693 2.52929 9.29683 1.99902 9.76953V7C1.99902 5.067 3.56603 3.5 5.49902 3.5H8.39355Z",fill:"currentColor"}))},M=v;
|
|
2
|
+
|
|
3
|
+
//# debugId=A750F77ADEBB512E64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconFolderEdit/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.99219 10.0068C5.09676 10.0068 5.99219 10.9023 5.99219 12.0068V19C5.99219 19.1326 5.93939 19.2598 5.8457 19.3535L4.3457 20.8535C4.25195 20.9472 4.12474 21 3.99219 21C3.85967 20.9999 3.73238 20.9472 3.63867 20.8535L2.13867 19.3535C2.04506 19.2598 1.99219 19.1325 1.99219 19V12.0068C1.99219 10.9023 2.88773 10.007 3.99219 10.0068Z\" fill=\"currentColor\"/><Path d=\"M8.39355 3.5C9.56376 3.50003 10.6565 4.08492 11.3057 5.05859L11.8213 5.83203C12.0995 6.24931 12.5678 6.49998 13.0693 6.5H18.499C20.432 6.5 21.999 8.067 21.999 10V17C21.999 18.933 20.432 20.5 18.499 20.5H6.11328L6.55273 20.0605L6.65234 19.9502C6.87061 19.6837 6.99219 19.3485 6.99219 19V12.0068C6.99219 10.35 5.64904 9.00684 3.99219 9.00684C3.22609 9.00693 2.52929 9.29683 1.99902 9.76953V7C1.99902 5.067 3.56603 3.5 5.49902 3.5H8.39355Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderEdit;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,0ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAA41B,EAA51B,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,6UAA6U,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,ubAAub,KAAK,eAAc,CAAI,GAGt1B",
|
|
9
|
+
"debugId": "A750F77ADEBB512E64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>{return 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 t from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M3.99219 10.0068C5.09676 10.0068 5.99219 10.9023 5.99219 12.0068V19C5.99219 19.1326 5.93939 19.2598 5.8457 19.3535L4.3457 20.8535C4.25195 20.9472 4.12474 21 3.99219 21C3.85967 20.9999 3.73238 20.9472 3.63867 20.8535L2.13867 19.3535C2.04506 19.2598 1.99219 19.1325 1.99219 19V12.0068C1.99219 10.9023 2.88773 10.007 3.99219 10.0068Z",fill:"currentColor"}),t.createElement(n,{d:"M8.39355 3.5C9.56376 3.50003 10.6565 4.08492 11.3057 5.05859L11.8213 5.83203C12.0995 6.24931 12.5678 6.49998 13.0693 6.5H18.499C20.432 6.5 21.999 8.067 21.999 10V17C21.999 18.933 20.432 20.5 18.499 20.5H6.11328L6.55273 20.0605L6.65234 19.9502C6.87061 19.6837 6.99219 19.3485 6.99219 19V12.0068C6.99219 10.35 5.64904 9.00684 3.99219 9.00684C3.22609 9.00693 2.52929 9.29683 1.99902 9.76953V7C1.99902 5.067 3.56603 3.5 5.49902 3.5H8.39355Z",fill:"currentColor"}))},d=a;export{d as default,a as IconFolderEdit};
|
|
2
|
+
|
|
3
|
+
//# debugId=43EA1715666027E764756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconFolderEdit/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.99219 10.0068C5.09676 10.0068 5.99219 10.9023 5.99219 12.0068V19C5.99219 19.1326 5.93939 19.2598 5.8457 19.3535L4.3457 20.8535C4.25195 20.9472 4.12474 21 3.99219 21C3.85967 20.9999 3.73238 20.9472 3.63867 20.8535L2.13867 19.3535C2.04506 19.2598 1.99219 19.1325 1.99219 19V12.0068C1.99219 10.9023 2.88773 10.007 3.99219 10.0068Z\" fill=\"currentColor\"/><Path d=\"M8.39355 3.5C9.56376 3.50003 10.6565 4.08492 11.3057 5.05859L11.8213 5.83203C12.0995 6.24931 12.5678 6.49998 13.0693 6.5H18.499C20.432 6.5 21.999 8.067 21.999 10V17C21.999 18.933 20.432 20.5 18.499 20.5H6.11328L6.55273 20.0605L6.65234 19.9502C6.87061 19.6837 6.99219 19.3485 6.99219 19V12.0068C6.99219 10.35 5.64904 9.00684 3.99219 9.00684C3.22609 9.00693 2.52929 9.29683 1.99902 9.76953V7C1.99902 5.067 3.56603 3.5 5.49902 3.5H8.39355Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderEdit;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA41B,EAA51B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,6UAA6U,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,ubAAub,KAAK,eAAc,CAAI,GAGt1B",
|
|
9
|
+
"debugId": "43EA1715666027E764756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var h=Object.create;var{getPrototypeOf:F,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:
|
|
1
|
+
var h=Object.create;var{getPrototypeOf:F,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:S}=Object,c=Object.prototype.hasOwnProperty;function s(r){return this[r]}var y,H,v=(r,o,e)=>{var C=r!=null&&typeof r==="object";if(C){var f=o?y??=new WeakMap:H??=new WeakMap,i=f.get(r);if(i)return i}e=r!=null?h(F(r)):{};let t=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let d of u(r))if(!c.call(t,d))n(t,d,{get:s.bind(r,d),enumerable:!0});if(C)f.set(r,t);return t},B=(r)=>{var o=(m??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var C of u(r))if(!c.call(o,C))n(o,C,{get:s.bind(r,C),enumerable:!(e=S(r,C))||e.enumerable})}return m.set(r,o),o},m;var b=(r)=>r;function M(r,o){this[r]=b.bind(null,o)}var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var Z={};I(Z,{CentralIconBase:()=>a});module.exports=B(Z);var x=v(require("react")),P=require("react-native-svg"),a=({children:r,size:o=24,...e})=>{return x.default.createElement(P.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 w={};I(w,{default:()=>V,IconFolderShared:()=>g});module.exports=B(w);var l=v(require("react"));var p=require("react-native-svg"),g=(r)=>{return l.default.createElement(a,{...r},l.default.createElement(p.Path,{d:"M2 6.5C2 4.567 3.567 3 5.5 3H8.39445C9.56469 3 10.6575 3.58485 11.3066 4.55855L11.8223 5.33205C12.1005 5.74935 12.5688 6 13.0704 6H18.5C20.433 6 22 7.567 22 9.5V16.5C22 18.433 20.433 20 18.5 20H10.7391C11.0587 19.1518 10.9658 18.1476 10.2648 17.2993C9.54371 16.4267 8.60431 15.7414 7.52711 15.3535C8.4185 14.7191 8.9999 13.6774 8.9999 12.5C8.9999 10.567 7.4329 9 5.49991 9C3.5756 9 2.01401 10.5529 2 12.4739V6.5Z",fill:"currentColor"}),l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 12.5C3 11.1193 4.11929 10 5.5 10C6.88071 10 8 11.1193 8 12.5C8 13.8807 6.88071 15 5.5 15C4.11929 15 3 13.8807 3 12.5Z",fill:"currentColor"}),l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M5.49948 16C3.90388 16 2.48046 16.7557 1.50488 17.9363C0.940509 18.6193 0.984741 19.4262 1.39461 20.0307C1.78879 20.6121 2.50793 21 3.30964 21H7.68931C8.49102 21 9.21015 20.6121 9.60434 20.0307C10.0142 19.4262 10.0584 18.6193 9.49407 17.9363C8.51849 16.7557 7.09507 16 5.49948 16Z",fill:"currentColor"}))},V=g;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=A2F3DD493349FA2C64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconFolderShared/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShared: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2 6.5C2 4.567 3.567 3 5.5 3H8.39445C9.56469 3 10.6575 3.58485 11.3066 4.55855L11.8223 5.33205C12.1005 5.74935 12.5688 6 13.0704 6H18.5C20.433 6 22 7.567 22 9.5V16.5C22 18.433 20.433 20 18.5 20H10.7391C11.0587 19.1518 10.9658 18.1476 10.2648 17.2993C9.54371 16.4267 8.60431 15.7414 7.52711 15.3535C8.4185 14.7191 8.9999 13.6774 8.9999 12.5C8.9999 10.567 7.4329 9 5.49991 9C3.5756 9 2.01401 10.5529 2 12.4739V6.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 12.5C3 11.1193 4.11929 10 5.5 10C6.88071 10 8 11.1193 8 12.5C8 13.8807 6.88071 15 5.5 15C4.11929 15 3 13.8807 3 12.
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShared: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2 6.5C2 4.567 3.567 3 5.5 3H8.39445C9.56469 3 10.6575 3.58485 11.3066 4.55855L11.8223 5.33205C12.1005 5.74935 12.5688 6 13.0704 6H18.5C20.433 6 22 7.567 22 9.5V16.5C22 18.433 20.433 20 18.5 20H10.7391C11.0587 19.1518 10.9658 18.1476 10.2648 17.2993C9.54371 16.4267 8.60431 15.7414 7.52711 15.3535C8.4185 14.7191 8.9999 13.6774 8.9999 12.5C8.9999 10.567 7.4329 9 5.49991 9C3.5756 9 2.01401 10.5529 2 12.4739V6.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 12.5C3 11.1193 4.11929 10 5.5 10C6.88071 10 8 11.1193 8 12.5C8 13.8807 6.88071 15 5.5 15C4.11929 15 3 13.8807 3 12.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.49948 16C3.90388 16 2.48046 16.7557 1.50488 17.9363C0.940509 18.6193 0.984741 19.4262 1.39461 20.0307C1.78879 20.6121 2.50793 21 3.30964 21H7.68931C8.49102 21 9.21015 20.6121 9.60434 20.0307C10.0142 19.4262 10.0584 18.6193 9.49407 17.9363C8.51849 16.7557 7.09507 16 5.49948 16Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderShared;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAAs/B,EAAt/B,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+ZAA+Z,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2HAA2H,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2RAA2R,KAAK,eAAc,CAAI,GAGh/B",
|
|
9
|
+
"debugId": "A2F3DD493349FA2C64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import t from"react";import{Svg as p}from"react-native-svg";var n=({children:
|
|
1
|
+
import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...l})=>{return t.createElement(p,{...l,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as C}from"react-native-svg";var d=(e)=>{return o.createElement(n,{...e},o.createElement(C,{d:"M2 6.5C2 4.567 3.567 3 5.5 3H8.39445C9.56469 3 10.6575 3.58485 11.3066 4.55855L11.8223 5.33205C12.1005 5.74935 12.5688 6 13.0704 6H18.5C20.433 6 22 7.567 22 9.5V16.5C22 18.433 20.433 20 18.5 20H10.7391C11.0587 19.1518 10.9658 18.1476 10.2648 17.2993C9.54371 16.4267 8.60431 15.7414 7.52711 15.3535C8.4185 14.7191 8.9999 13.6774 8.9999 12.5C8.9999 10.567 7.4329 9 5.49991 9C3.5756 9 2.01401 10.5529 2 12.4739V6.5Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 12.5C3 11.1193 4.11929 10 5.5 10C6.88071 10 8 11.1193 8 12.5C8 13.8807 6.88071 15 5.5 15C4.11929 15 3 13.8807 3 12.5Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M5.49948 16C3.90388 16 2.48046 16.7557 1.50488 17.9363C0.940509 18.6193 0.984741 19.4262 1.39461 20.0307C1.78879 20.6121 2.50793 21 3.30964 21H7.68931C8.49102 21 9.21015 20.6121 9.60434 20.0307C10.0142 19.4262 10.0584 18.6193 9.49407 17.9363C8.51849 16.7557 7.09507 16 5.49948 16Z",fill:"currentColor"}))},x=d;export{x as default,d as IconFolderShared};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=5A68B4828DA3D5D664756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconFolderShared/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShared: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2 6.5C2 4.567 3.567 3 5.5 3H8.39445C9.56469 3 10.6575 3.58485 11.3066 4.55855L11.8223 5.33205C12.1005 5.74935 12.5688 6 13.0704 6H18.5C20.433 6 22 7.567 22 9.5V16.5C22 18.433 20.433 20 18.5 20H10.7391C11.0587 19.1518 10.9658 18.1476 10.2648 17.2993C9.54371 16.4267 8.60431 15.7414 7.52711 15.3535C8.4185 14.7191 8.9999 13.6774 8.9999 12.5C8.9999 10.567 7.4329 9 5.49991 9C3.5756 9 2.01401 10.5529 2 12.4739V6.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 12.5C3 11.1193 4.11929 10 5.5 10C6.88071 10 8 11.1193 8 12.5C8 13.8807 6.88071 15 5.5 15C4.11929 15 3 13.8807 3 12.
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShared: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2 6.5C2 4.567 3.567 3 5.5 3H8.39445C9.56469 3 10.6575 3.58485 11.3066 4.55855L11.8223 5.33205C12.1005 5.74935 12.5688 6 13.0704 6H18.5C20.433 6 22 7.567 22 9.5V16.5C22 18.433 20.433 20 18.5 20H10.7391C11.0587 19.1518 10.9658 18.1476 10.2648 17.2993C9.54371 16.4267 8.60431 15.7414 7.52711 15.3535C8.4185 14.7191 8.9999 13.6774 8.9999 12.5C8.9999 10.567 7.4329 9 5.49991 9C3.5756 9 2.01401 10.5529 2 12.4739V6.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 12.5C3 11.1193 4.11929 10 5.5 10C6.88071 10 8 11.1193 8 12.5C8 13.8807 6.88071 15 5.5 15C4.11929 15 3 13.8807 3 12.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.49948 16C3.90388 16 2.48046 16.7557 1.50488 17.9363C0.940509 18.6193 0.984741 19.4262 1.39461 20.0307C1.78879 20.6121 2.50793 21 3.30964 21H7.68931C8.49102 21 9.21015 20.6121 9.60434 20.0307C10.0142 19.4262 10.0584 18.6193 9.49407 17.9363C8.51849 16.7557 7.09507 16 5.49948 16Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderShared;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAs/B,EAAt/B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+ZAA+Z,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2HAA2H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2RAA2R,KAAK,eAAc,CAAI,GAGh/B",
|
|
9
|
+
"debugId": "5A68B4828DA3D5D664756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconPageEdit/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var h=Object.create;var{getPrototypeOf:y,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:F}=Object,u=Object.prototype.hasOwnProperty;function d(r){return this[r]}var S,V,B=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var f=o?S??=new WeakMap:V??=new WeakMap,s=f.get(r);if(s)return s}e=r!=null?h(y(r)):{};let C=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let l of i(r))if(!u.call(C,l))n(C,l,{get:d.bind(r,l),enumerable:!0});if(t)f.set(r,C);return C},I=(r)=>{var o=(c??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of i(r))if(!u.call(o,t))n(o,t,{get:d.bind(r,t),enumerable:!(e=F(r,t))||e.enumerable})}return c.set(r,o),o},c;var b=(r)=>r;function H(r,o){this[r]=b.bind(null,o)}var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:H.bind(o,e)})};var L={};P(L,{CentralIconBase:()=>a});module.exports=I(L);var g=B(require("react")),v=require("react-native-svg"),a=({children:r,size:o=24,...e})=>{return g.default.createElement(v.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 w={};P(w,{default:()=>M,IconPageEdit:()=>x});module.exports=I(w);var p=B(require("react"));var m=require("react-native-svg"),x=(r)=>{return p.default.createElement(a,{...r},p.default.createElement(m.Path,{d:"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5Z",fill:"currentColor"}),p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.3964 14.563C19.236 13.7235 20.5973 13.7235 21.4369 14.563C22.2765 15.4026 22.2765 16.7639 21.4369 17.6035L17.1869 21.8535C17.0931 21.9473 16.9659 21.9999 16.8333 21.9999H14.5C14.2239 21.9999 14 21.7761 14 21.4999V19.1666C14 19.034 14.0527 18.9068 14.1464 18.813L18.3964 14.563Z",fill:"currentColor"}))},M=x;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=314CF3E611D4549F64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconPageEdit/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.3964 14.563C19.236 13.7235 20.5973 13.7235 21.4369 14.563C22.2765 15.4026 22.2765 16.7639 21.4369 17.6035L17.1869 21.8535C17.0931 21.9473 16.9659 21.9999 16.8333 21.9999H14.5C14.2239 21.9999 14 21.7761 14 21.4999V19.1666C14 19.034 14.0527 18.9068 14.1464 18.813L18.3964 14.563Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEdit;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAAopB,EAAppB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,0PAA0P,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4RAA4R,KAAK,eAAc,CAAI,GAG9oB",
|
|
9
|
+
"debugId": "314CF3E611D4549F64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconPageEdit/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>{return 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 e from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return e.createElement(t,{...o},e.createElement(n,{d:"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>{return 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 e from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return e.createElement(t,{...o},e.createElement(n,{d:"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.3964 14.563C19.236 13.7235 20.5973 13.7235 21.4369 14.563C22.2765 15.4026 22.2765 16.7639 21.4369 17.6035L17.1869 21.8535C17.0931 21.9473 16.9659 21.9999 16.8333 21.9999H14.5C14.2239 21.9999 14 21.7761 14 21.4999V19.1666C14 19.034 14.0527 18.9068 14.1464 18.813L18.3964 14.563Z",fill:"currentColor"}))},g=a;export{g as default,a as IconPageEdit};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=0F8DC3C92787ECBF64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconPageEdit/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.3964 14.563C19.236 13.7235 20.5973 13.7235 21.4369 14.563C22.2765 15.4026 22.2765 16.7639 21.4369 17.6035L17.1869 21.8535C17.0931 21.9473 16.9659 21.9999 16.8333 21.9999H14.5C14.2239 21.9999 14 21.7761 14 21.4999V19.1666C14 19.034 14.0527 18.9068 14.1464 18.813L18.3964 14.563Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEdit;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAopB,EAAppB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,0PAA0P,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4RAA4R,KAAK,eAAc,CAAI,GAG9oB",
|
|
9
|
+
"debugId": "0F8DC3C92787ECBF64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var H=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,s=Object.prototype.hasOwnProperty;function u(o){return this[o]}var F,M,v=(o,e,r)=>{var C=o!=null&&typeof o==="object";if(C){var f=e?F??=new WeakMap:M??=new WeakMap,i=f.get(o);if(i)return i}r=o!=null?H(h(o)):{};let t=e||!o||!o.__esModule?n(r,"default",{value:o,enumerable:!0}):r;for(let p of c(o))if(!s.call(t,p))n(t,p,{get:u.bind(o,p),enumerable:!0});if(C)f.set(o,t);return t},x=(o)=>{var e=(m??=new WeakMap).get(o),r;if(e)return e;if(e=n({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var C of c(o))if(!s.call(e,C))n(e,C,{get:u.bind(o,C),enumerable:!(r=y(o,C))||r.enumerable})}return m.set(o,e),e},m;var S=(o)=>o;function V(o,e){this[o]=S.bind(null,e)}var B=(o,e)=>{for(var r in e)n(o,r,{get:e[r],enumerable:!0,configurable:!0,set:V.bind(e,r)})};var Z={};B(Z,{CentralIconBase:()=>a});module.exports=x(Z);var I=v(require("react")),P=require("react-native-svg"),a=({children:o,size:e=24,...r})=>{return I.default.createElement(P.Svg,{...r,width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},o)};var b={};B(b,{default:()=>L,IconPageEditText:()=>g});module.exports=x(b);var l=v(require("react"));var d=require("react-native-svg"),g=(o)=>{return l.default.createElement(a,{...o},l.default.createElement(d.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5ZM8 6.5C8 6.22386 8.22386 6 8.5 6H15.5C15.7761 6 16 6.22386 16 6.5C16 6.77614 15.7761 7 15.5 7H8.5C8.22386 7 8 6.77614 8 6.5ZM8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H8.5Z",fill:"currentColor"}),l.default.createElement(d.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.3964 14.563C19.236 13.7235 20.5973 13.7235 21.4369 14.563C22.2765 15.4026 22.2765 16.7639 21.4369 17.6035L17.1869 21.8535C17.0931 21.9473 16.9659 21.9999 16.8333 21.9999H14.5C14.2239 21.9999 14 21.7761 14 21.4999V19.1666C14 19.034 14.0527 18.9068 14.1464 18.813L18.3964 14.563Z",fill:"currentColor"}))},L=g;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=78812AABCCEF661A64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconPageEditText/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEditText: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5ZM8 6.5C8 6.22386 8.22386 6 8.5 6H15.5C15.7761 6 16 6.22386 16 6.5C16 6.77614 15.7761 7 15.5 7H8.5C8.22386 7 8 6.77614 8 6.5ZM8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H8.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEditText: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5ZM8 6.5C8 6.22386 8.22386 6 8.5 6H15.5C15.7761 6 16 6.22386 16 6.5C16 6.77614 15.7761 7 15.5 7H8.5C8.22386 7 8 6.77614 8 6.5ZM8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H8.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.3964 14.563C19.236 13.7235 20.5973 13.7235 21.4369 14.563C22.2765 15.4026 22.2765 16.7639 21.4369 17.6035L17.1869 21.8535C17.0931 21.9473 16.9659 21.9999 16.8333 21.9999H14.5C14.2239 21.9999 14 21.7761 14 21.4999V19.1666C14 19.034 14.0527 18.9068 14.1464 18.813L18.3964 14.563Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEditText;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAA27B,EAA37B,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2fAA2f,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4RAA4R,KAAK,eAAc,CAAI,GAGr7B",
|
|
9
|
+
"debugId": "78812AABCCEF661A64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import l from"react";import{Svg as p}from"react-native-svg";var C=({children:e,size:o=24,...t})=>{return l.createElement(p,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as n}from"react-native-svg";var a=(e)=>{return r.createElement(C,{...e},r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5ZM8 6.5C8 6.22386 8.22386 6 8.5 6H15.5C15.7761 6 16 6.22386 16 6.5C16 6.77614 15.7761 7 15.5 7H8.5C8.22386 7 8 6.77614 8 6.5ZM8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H8.5Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"
|
|
1
|
+
import l from"react";import{Svg as p}from"react-native-svg";var C=({children:e,size:o=24,...t})=>{return l.createElement(p,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as n}from"react-native-svg";var a=(e)=>{return r.createElement(C,{...e},r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5ZM8 6.5C8 6.22386 8.22386 6 8.5 6H15.5C15.7761 6 16 6.22386 16 6.5C16 6.77614 15.7761 7 15.5 7H8.5C8.22386 7 8 6.77614 8 6.5ZM8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H8.5Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.3964 14.563C19.236 13.7235 20.5973 13.7235 21.4369 14.563C22.2765 15.4026 22.2765 16.7639 21.4369 17.6035L17.1869 21.8535C17.0931 21.9473 16.9659 21.9999 16.8333 21.9999H14.5C14.2239 21.9999 14 21.7761 14 21.4999V19.1666C14 19.034 14.0527 18.9068 14.1464 18.813L18.3964 14.563Z",fill:"currentColor"}))},I=a;export{I as default,a as IconPageEditText};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=43457611114C62E864756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconPageEditText/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEditText: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5ZM8 6.5C8 6.22386 8.22386 6 8.5 6H15.5C15.7761 6 16 6.22386 16 6.5C16 6.77614 15.7761 7 15.5 7H8.5C8.22386 7 8 6.77614 8 6.5ZM8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H8.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEditText: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 5.5C4 3.567 5.567 2 7.5 2H16.5C18.433 2 20 3.567 20 5.5V12.9344C19.1663 12.9125 18.3256 13.2197 17.6893 13.8559L13.4393 18.1059C13.158 18.3872 13 18.7688 13 19.1666V21.4999C13 21.6753 13.0301 21.8436 13.0854 22H7.5C5.567 22 4 20.433 4 18.5V5.5ZM8 6.5C8 6.22386 8.22386 6 8.5 6H15.5C15.7761 6 16 6.22386 16 6.5C16 6.77614 15.7761 7 15.5 7H8.5C8.22386 7 8 6.77614 8 6.5ZM8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H8.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.3964 14.563C19.236 13.7235 20.5973 13.7235 21.4369 14.563C22.2765 15.4026 22.2765 16.7639 21.4369 17.6035L17.1869 21.8535C17.0931 21.9473 16.9659 21.9999 16.8333 21.9999H14.5C14.2239 21.9999 14 21.7761 14 21.4999V19.1666C14 19.034 14.0527 18.9068 14.1464 18.813L18.3964 14.563Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEditText;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA27B,EAA37B,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2fAA2f,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4RAA4R,KAAK,eAAc,CAAI,GAGr7B",
|
|
9
|
+
"debugId": "43457611114C62E864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|