@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.275 → 1.1.277
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/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 v=Object.create;var{getPrototypeOf:F,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:h}=Object,i=Object.prototype.hasOwnProperty;function B(r){return this[r]}var y,S,I=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var m=o?y??=new WeakMap:S??=new WeakMap,c=m.get(r);if(c)return c}e=r!=null?v(F(r)):{};let p=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let s of u(r))if(!i.call(p,s))n(p,s,{get:B.bind(r,s),enumerable:!0});if(t)m.set(r,p);return p},x=(r)=>{var o=(f??=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 u(r))if(!i.call(o,t))n(o,t,{get:B.bind(r,t),enumerable:!(e=h(r,t))||e.enumerable})}return f.set(r,o),o},f;var b=(r)=>r;function k(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:k.bind(o,e)})};var H={};P(H,{CentralIconBase:()=>C});module.exports=x(H);var d=I(require("react")),g=require("react-native-svg"),C=({children:r,size:o=24,...e})=>{return d.default.createElement(g.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,IconFolderEdit:()=>L});module.exports=x(w);var a=I(require("react"));var l=require("react-native-svg"),L=(r)=>{return a.default.createElement(C,{...r},a.default.createElement(l.Path,{d:"M2.5 8V3.5H10L12 6.5H21.5V19.5H8",stroke:"currentColor"}),a.default.createElement(l.Path,{d:"M3.99414 20.2502L2.49414 18.7502L2.49414 12.0068C2.49414 11.1784 3.16571 10.5068 3.99414 10.5068C4.82257 10.5068 5.49414 11.1784 5.49414 12.0068L5.49414 18.7502L3.99414 20.2502Z",stroke:"currentColor",strokeLinecap:"square"}))},M=L;
|
|
2
|
+
|
|
3
|
+
//# debugId=BCD8389E1AA9FEFA64756E2164756E21
|
|
@@ -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=\"M2.5 8V3.5H10L12 6.5H21.5V19.5H8\" stroke=\"currentColor\"/><Path d=\"M3.99414 20.2502L2.49414 18.7502L2.49414 12.0068C2.49414 11.1784 3.16571 10.5068 3.99414 10.5068C4.82257 10.5068 5.49414 11.1784 5.49414 12.0068L5.49414 18.7502L3.99414 20.2502Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/></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,wBAA0U,EAA1U,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mCAAmC,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,SAAQ,CAAI,GAGpU",
|
|
9
|
+
"debugId": "BCD8389E1AA9FEFA64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import a from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...p})=>{return a.createElement(s,{...p,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 C=(o)=>{return e.createElement(t,{...o},e.createElement(n,{d:"M2.5 8V3.5H10L12 6.5H21.5V19.5H8",stroke:"currentColor"}),e.createElement(n,{d:"M3.99414 20.2502L2.49414 18.7502L2.49414 12.0068C2.49414 11.1784 3.16571 10.5068 3.99414 10.5068C4.82257 10.5068 5.49414 11.1784 5.49414 12.0068L5.49414 18.7502L3.99414 20.2502Z",stroke:"currentColor",strokeLinecap:"square"}))},d=C;export{d as default,C as IconFolderEdit};
|
|
2
|
+
|
|
3
|
+
//# debugId=B76A4B2340EDC9BC64756E2164756E21
|
|
@@ -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=\"M2.5 8V3.5H10L12 6.5H21.5V19.5H8\" stroke=\"currentColor\"/><Path d=\"M3.99414 20.2502L2.49414 18.7502L2.49414 12.0068C2.49414 11.1784 3.16571 10.5068 3.99414 10.5068C4.82257 10.5068 5.49414 11.1784 5.49414 12.0068L5.49414 18.7502L3.99414 20.2502Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/></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,gBAA0U,EAA1U,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mCAAmC,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,SAAQ,CAAI,GAGpU",
|
|
9
|
+
"debugId": "B76A4B2340EDC9BC64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:v,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:F}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var S,y,B=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var m=o?S??=new WeakMap:y??=new WeakMap,c=m.get(r);if(c)return c}e=r!=null?g(v(r)):{};let s=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let a of i(r))if(!d.call(s,a))n(s,a,{get:f.bind(r,a),enumerable:!0});if(t)m.set(r,s);return s},I=(r)=>{var o=(u??=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(!d.call(o,t))n(o,t,{get:f.bind(r,t),enumerable:!(e=F(r,t))||e.enumerable})}return u.set(r,o),o},u;var H=(r)=>r;function b(r,o){this[r]=H.bind(null,o)}var h=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var L={};h(L,{CentralIconBase:()=>l});module.exports=I(L);var k=B(require("react")),x=require("react-native-svg"),l=({children:r,size:o=24,...e})=>{return k.default.createElement(x.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 M={};h(M,{default:()=>q,IconFolderShared:()=>P});module.exports=I(M);var p=B(require("react"));var C=require("react-native-svg"),P=(r)=>{return p.default.createElement(l,{...r},p.default.createElement(C.Path,{d:"M13.5 19.5H21.5V6.5H12L10 3.5H2.5V8",stroke:"currentColor",strokeWidth:"1.14286",strokeLinecap:"square"}),p.default.createElement(C.Path,{d:"M7.5 12.5C7.5 13.6046 6.60457 14.5 5.5 14.5C4.39543 14.5 3.5 13.6046 3.5 12.5C3.5 11.3954 4.39543 10.5 5.5 10.5C6.60457 10.5 7.5 11.3954 7.5 12.5Z",stroke:"currentColor",strokeWidth:"1.14286",strokeLinecap:"square"}),p.default.createElement(C.Path,{d:"M5.5 16.5C7.81624 16.5 9.72292 18.2501 9.97168 20.5H1.02832C1.27708 18.2501 3.18376 16.5 5.5 16.5Z",stroke:"currentColor"}))},q=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=550F62CB3083100564756E2164756E21
|
|
@@ -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=\"
|
|
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=\"M13.5 19.5H21.5V6.5H12L10 3.5H2.5V8\" stroke=\"currentColor\" strokeWidth=\"1.14286\" strokeLinecap=\"square\"/><Path d=\"M7.5 12.5C7.5 13.6046 6.60457 14.5 5.5 14.5C4.39543 14.5 3.5 13.6046 3.5 12.5C3.5 11.3954 4.39543 10.5 5.5 10.5C6.60457 10.5 7.5 11.3954 7.5 12.5Z\" stroke=\"currentColor\" strokeWidth=\"1.14286\" strokeLinecap=\"square\"/><Path d=\"M5.5 16.5C7.81624 16.5 9.72292 18.2501 9.97168 20.5H1.02832C1.27708 18.2501 3.18376 16.5 5.5 16.5Z\" stroke=\"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,wBAAqf,EAArf,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,sCAAsC,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,qJAAqJ,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,qGAAqG,OAAO,eAAc,CAAI,GAG/e",
|
|
9
|
+
"debugId": "550F62CB3083100564756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>{return s.createElement(C,{...p,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 t}from"react-native-svg";var a=(e)=>{return o.createElement(n,{...e},o.createElement(t,{d:"M13.5 19.5H21.5V6.5H12L10 3.5H2.5V8",stroke:"currentColor",strokeWidth:"1.14286",strokeLinecap:"square"}),o.createElement(t,{d:"M7.5 12.5C7.5 13.6046 6.60457 14.5 5.5 14.5C4.39543 14.5 3.5 13.6046 3.5 12.5C3.5 11.3954 4.39543 10.5 5.5 10.5C6.60457 10.5 7.5 11.3954 7.5 12.5Z",stroke:"currentColor",strokeWidth:"1.14286",strokeLinecap:"square"}),o.createElement(t,{d:"M5.5 16.5C7.81624 16.5 9.72292 18.2501 9.97168 20.5H1.02832C1.27708 18.2501 3.18376 16.5 5.5 16.5Z",stroke:"currentColor"}))},k=a;export{k as default,a as IconFolderShared};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=EDDAFBC82E77EBAB64756E2164756E21
|
|
@@ -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=\"
|
|
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=\"M13.5 19.5H21.5V6.5H12L10 3.5H2.5V8\" stroke=\"currentColor\" strokeWidth=\"1.14286\" strokeLinecap=\"square\"/><Path d=\"M7.5 12.5C7.5 13.6046 6.60457 14.5 5.5 14.5C4.39543 14.5 3.5 13.6046 3.5 12.5C3.5 11.3954 4.39543 10.5 5.5 10.5C6.60457 10.5 7.5 11.3954 7.5 12.5Z\" stroke=\"currentColor\" strokeWidth=\"1.14286\" strokeLinecap=\"square\"/><Path d=\"M5.5 16.5C7.81624 16.5 9.72292 18.2501 9.97168 20.5H1.02832C1.27708 18.2501 3.18376 16.5 5.5 16.5Z\" stroke=\"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,gBAAqf,EAArf,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,sCAAsC,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,qJAAqJ,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,qGAAqG,OAAO,eAAc,CAAI,GAG/e",
|
|
9
|
+
"debugId": "EDDAFBC82E77EBAB64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|