@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.13 → 1.1.15
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/IconImagine/index.d.ts +4 -0
- package/IconImagine/index.js +2 -0
- package/IconImagine/index.js.map +1 -0
- package/IconImagine/index.mjs +2 -0
- package/IconImagine/index.mjs.map +1 -0
- package/IconImagineAi/index.d.ts +4 -0
- package/IconImagineAi/index.js +2 -0
- package/IconImagineAi/index.js.map +1 -0
- package/IconImagineAi/index.mjs +2 -0
- package/IconImagineAi/index.mjs.map +1 -0
- package/IconInputForm/index.d.ts +4 -0
- package/IconInputForm/index.js +2 -0
- package/IconInputForm/index.js.map +1 -0
- package/IconInputForm/index.mjs +2 -0
- package/IconInputForm/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(B(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconImagine:()=>L,default:()=>d});module.exports=P(h);var p=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.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 C=require("react-native-svg"),L=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M7 22V15.7453C5.18652 14.4804 4 12.3787 4 10C4 6.13401 7.13401 3 11 3C14.866 3 18 6.13401 18 10L20 13L18 14.5V17C18 17.5523 17.5523 18 17 18H14V22",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M11.35 6.5H10.65L9.775 8.775L7.5 9.65V10.35L9.775 11.225L10.65 13.5H11.35L12.225 11.225L14.5 10.35V9.65L12.225 8.775L11.35 6.5Z",fill:"currentColor"})),d=L;0&&(module.exports={IconImagine});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagine/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 IconImagine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 22V15.7453C5.18652 14.4804 4 12.3787 4 10C4 6.13401 7.13401 3 11 3C14.866 3 18 6.13401 18 10L20 13L18 14.5V17C18 17.5523 17.5523 18 17 18H14V22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M11.35 6.5H10.65L9.775 8.775L7.5 9.65V10.35L9.775 11.225L10.65 13.5H11.35L12.225 11.225L14.5 10.35V9.65L12.225 8.775L11.35 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagine;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qJACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconImagine_exports","__export","IconImagine","IconImagine_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImagine","props","React","CentralIconBase","IconImagine_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M7 22V15.7453C5.18652 14.4804 4 12.3787 4 10C4 6.13401 7.13401 3 11 3C14.866 3 18 6.13401 18 10L20 13L18 14.5V17C18 17.5523 17.5523 18 17 18H14V22",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M11.35 6.5H10.65L9.775 8.775L7.5 9.65V10.35L9.775 11.225L10.65 13.5H11.35L12.225 11.225L14.5 10.35V9.65L12.225 8.775L11.35 6.5Z",fill:"currentColor"})),g=l;export{l as IconImagine,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagine/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 IconImagine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 22V15.7453C5.18652 14.4804 4 12.3787 4 10C4 6.13401 7.13401 3 11 3C14.866 3 18 6.13401 18 10L20 13L18 14.5V17C18 17.5523 17.5523 18 17 18H14V22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M11.35 6.5H10.65L9.775 8.775L7.5 9.65V10.35L9.775 11.225L10.65 13.5H11.35L12.225 11.225L14.5 10.35V9.65L12.225 8.775L11.35 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagine;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImagine","props","React","CentralIconBase","IconImagine_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(B(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),M=r=>l(n({},"__esModule",{value:!0}),r);var V={};x(V,{IconImagineAi:()=>f,default:()=>P});module.exports=M(V);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(C.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 L=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(L.Path,{d:"M12.45 7.5H11.55L10.425 10.425L7.5 11.55V12.45L10.425 13.575L11.55 16.5H12.45L13.575 13.575L16.5 12.45V11.55L13.575 10.425L12.45 7.5Z",fill:"currentColor"}),p.default.createElement(L.Path,{d:"M14.7068 4.31276L12 2.75L9.29322 4.31276M17.3047 5.81265L20.0107 7.375V10.5M20.0107 13.5V16.625L17.3041 18.1877M14.7063 19.6875L12 21.25L9.29364 19.6875M6.69588 18.1877L3.98926 16.625V13.5M3.98926 10.5V7.375L6.69532 5.81265",stroke:"currentColor",strokeWidth:"2"})),P=f;0&&(module.exports={IconImagineAi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagineAi/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 IconImagineAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.45 7.5H11.55L10.425 10.425L7.5 11.55V12.45L10.425 13.575L11.55 16.5H12.45L13.575 13.575L16.5 12.45V11.55L13.575 10.425L12.45 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.7068 4.31276L12 2.75L9.29322 4.31276M17.3047 5.81265L20.0107 7.375V10.5M20.0107 13.5V16.625L17.3041 18.1877M14.7063 19.6875L12 21.25L9.29364 19.6875M6.69588 18.1877L3.98926 16.625V13.5M3.98926 10.5V7.375L6.69532 5.81265\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineAi;\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,wIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kOACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconImagineAi_exports","__export","IconImagineAi","IconImagineAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImagineAi","props","React","CentralIconBase","IconImagineAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import L from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>L.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M12.45 7.5H11.55L10.425 10.425L7.5 11.55V12.45L10.425 13.575L11.55 16.5H12.45L13.575 13.575L16.5 12.45V11.55L13.575 10.425L12.45 7.5Z",fill:"currentColor"}),t.createElement(n,{d:"M14.7068 4.31276L12 2.75L9.29322 4.31276M17.3047 5.81265L20.0107 7.375V10.5M20.0107 13.5V16.625L17.3041 18.1877M14.7063 19.6875L12 21.25L9.29364 19.6875M6.69588 18.1877L3.98926 16.625V13.5M3.98926 10.5V7.375L6.69532 5.81265",stroke:"currentColor",strokeWidth:"2"})),g=l;export{l as IconImagineAi,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagineAi/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 IconImagineAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.45 7.5H11.55L10.425 10.425L7.5 11.55V12.45L10.425 13.575L11.55 16.5H12.45L13.575 13.575L16.5 12.45V11.55L13.575 10.425L12.45 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.7068 4.31276L12 2.75L9.29322 4.31276M17.3047 5.81265L20.0107 7.375V10.5M20.0107 13.5V16.625L17.3041 18.1877M14.7063 19.6875L12 21.25L9.29364 19.6875M6.69588 18.1877L3.98926 16.625V13.5M3.98926 10.5V7.375L6.69532 5.81265\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineAi;\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,wIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kOACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImagineAi","props","React","CentralIconBase","IconImagineAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,m)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!h.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(m=I(o,e))||m.enumerable});return r};var a=(r,o,t)=>(t=r!=null?i(B(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconInputForm:()=>f,default:()=>g});module.exports=P(k);var n=a(require("react"));var l=a(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>l.default.createElement(c.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 s=require("react-native-svg"),f=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M12 7H21V17H12",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M6 7H3V17H6",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M9 3V21",stroke:"currentColor",strokeWidth:"2"})),g=f;0&&(module.exports={IconInputForm});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconInputForm/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 IconInputForm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 7H21V17H12\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M6 7H3V17H6\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M9 3V21\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconInputForm;\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,QAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,IAAI,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,CAC1D,EAIGE,EAAQJ","names":["IconInputForm_exports","__export","IconInputForm","IconInputForm_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconInputForm","props","React","CentralIconBase","IconInputForm_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as m}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(m,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12 7H21V17H12",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M6 7H3V17H6",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M9 3V21",stroke:"currentColor",strokeWidth:"2"})),h=C;export{C as IconInputForm,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconInputForm/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 IconInputForm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 7H21V17H12\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M6 7H3V17H6\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M9 3V21\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconInputForm;\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,CAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,IAAI,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,CAC1D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconInputForm","props","React","CentralIconBase","IconInputForm_default"]}
|
package/README.md
CHANGED
|
@@ -159,6 +159,8 @@ Below is a complete list of available icons:
|
|
|
159
159
|
- IconHatSparkle
|
|
160
160
|
- IconImageAvatarSparkle
|
|
161
161
|
- IconImageSparkle
|
|
162
|
+
- IconImagine
|
|
163
|
+
- IconImagineAi
|
|
162
164
|
- IconListSparkle
|
|
163
165
|
- IconMagicBook
|
|
164
166
|
- IconMagicEdit
|
|
@@ -591,6 +593,7 @@ Below is a complete list of available icons:
|
|
|
591
593
|
- IconGlass
|
|
592
594
|
- IconGooey
|
|
593
595
|
- IconHighlight
|
|
596
|
+
- IconInputForm
|
|
594
597
|
- IconKeyframe
|
|
595
598
|
- IconLineThickness
|
|
596
599
|
- IconMagnet
|
package/filtered-icons.json
CHANGED
|
@@ -11354,6 +11354,34 @@
|
|
|
11354
11354
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
11355
11355
|
"componentName": "IconImageSparkle"
|
|
11356
11356
|
},
|
|
11357
|
+
{
|
|
11358
|
+
"category": "AI & Magic",
|
|
11359
|
+
"svg": "<path d=\"M7 22V15.7453C5.18652 14.4804 4 12.3787 4 10C4 6.13401 7.13401 3 11 3C14.866 3 18 6.13401 18 10L20 13L18 14.5V17C18 17.5523 17.5523 18 17 18H14V22\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M11.35 6.5H10.65L9.775 8.775L7.5 9.65V10.35L9.775 11.225L10.65 13.5H11.35L12.225 11.225L14.5 10.35V9.65L12.225 8.775L11.35 6.5Z\" fill=\"currentColor\"/>",
|
|
11360
|
+
"iconName": "imagine, head, thinking",
|
|
11361
|
+
"variant": {
|
|
11362
|
+
"join": "square",
|
|
11363
|
+
"filled": "off",
|
|
11364
|
+
"radius": "0",
|
|
11365
|
+
"stroke": "2"
|
|
11366
|
+
},
|
|
11367
|
+
"createdAt": "2025-10-15T11:00:57.7131+00:00",
|
|
11368
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
11369
|
+
"componentName": "IconImagine"
|
|
11370
|
+
},
|
|
11371
|
+
{
|
|
11372
|
+
"category": "AI & Magic",
|
|
11373
|
+
"svg": "<path d=\"M12.45 7.5H11.55L10.425 10.425L7.5 11.55V12.45L10.425 13.575L11.55 16.5H12.45L13.575 13.575L16.5 12.45V11.55L13.575 10.425L12.45 7.5Z\" fill=\"currentColor\"/><path d=\"M14.7068 4.31276L12 2.75L9.29322 4.31276M17.3047 5.81265L20.0107 7.375V10.5M20.0107 13.5V16.625L17.3041 18.1877M14.7063 19.6875L12 21.25L9.29364 19.6875M6.69588 18.1877L3.98926 16.625V13.5M3.98926 10.5V7.375L6.69532 5.81265\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
11374
|
+
"iconName": "imagine-ai, cube, room, 3d, opject, vector",
|
|
11375
|
+
"variant": {
|
|
11376
|
+
"join": "square",
|
|
11377
|
+
"filled": "off",
|
|
11378
|
+
"radius": "0",
|
|
11379
|
+
"stroke": "2"
|
|
11380
|
+
},
|
|
11381
|
+
"createdAt": "2025-10-15T11:00:57.7131+00:00",
|
|
11382
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
11383
|
+
"componentName": "IconImagineAi"
|
|
11384
|
+
},
|
|
11357
11385
|
{
|
|
11358
11386
|
"category": "Social Media & Brands",
|
|
11359
11387
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4554 2.25C19.8272 2.25 21.75 4.17278 21.75 6.54465V17.4554C21.75 19.8272 19.8272 21.75 17.4554 21.75H6.54465C4.17278 21.75 2.25 19.8272 2.25 17.4554V6.54465C2.25 4.17278 4.17278 2.25 6.54465 2.25H17.4554ZM12.0002 5.62563C10.1019 5.62565 8.28146 6.25372 6.93922 7.37172C5.59697 8.48972 4.8429 10.0061 4.84289 11.5871C4.84462 12.6156 5.16573 13.6261 5.77501 14.5206C6.38428 15.4151 7.26101 16.1631 8.31998 16.6919C8.03794 17.3233 7.61493 17.9154 7.06848 18.4437C8.12818 18.2577 9.12295 17.8669 9.97535 17.3017C10.6326 17.4644 11.3145 17.5476 12.0002 17.5487C13.8984 17.5487 15.7188 16.9206 17.0611 15.8026C18.4033 14.6846 19.1574 13.1682 19.1574 11.5871C19.1574 10.0061 18.4033 8.48972 17.0611 7.37172C15.7188 6.25373 13.8984 5.62565 12.0002 5.62563Z\" fill=\"currentColor\"/>",
|
|
@@ -11466,6 +11494,20 @@
|
|
|
11466
11494
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
11467
11495
|
"componentName": "IconInjection"
|
|
11468
11496
|
},
|
|
11497
|
+
{
|
|
11498
|
+
"category": "Edit",
|
|
11499
|
+
"svg": "<path d=\"M12 7H21V17H12\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 7H3V17H6\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 3V21\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
11500
|
+
"iconName": "input-form, text-area, prompt",
|
|
11501
|
+
"variant": {
|
|
11502
|
+
"join": "square",
|
|
11503
|
+
"filled": "off",
|
|
11504
|
+
"radius": "0",
|
|
11505
|
+
"stroke": "2"
|
|
11506
|
+
},
|
|
11507
|
+
"createdAt": "2025-10-15T14:30:19.170335+00:00",
|
|
11508
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
11509
|
+
"componentName": "IconInputForm"
|
|
11510
|
+
},
|
|
11469
11511
|
{
|
|
11470
11512
|
"category": "Typography",
|
|
11471
11513
|
"svg": "<path d=\"M17 8L21 12L17 16M7 16L3 12L7 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -810,6 +810,8 @@ export type CentralIconName =
|
|
|
810
810
|
| "IconImages5"
|
|
811
811
|
| "IconImagesCircle"
|
|
812
812
|
| "IconImageSparkle"
|
|
813
|
+
| "IconImagine"
|
|
814
|
+
| "IconImagineAi"
|
|
813
815
|
| "IconImessage"
|
|
814
816
|
| "IconImport"
|
|
815
817
|
| "IconImport2"
|
|
@@ -818,6 +820,7 @@ export type CentralIconName =
|
|
|
818
820
|
| "IconInfinity"
|
|
819
821
|
| "IconInitiatives"
|
|
820
822
|
| "IconInjection"
|
|
823
|
+
| "IconInputForm"
|
|
821
824
|
| "IconInsertHtml"
|
|
822
825
|
| "IconInsights"
|
|
823
826
|
| "IconInstagram"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1549,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 44,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBoxSparkle",
|
|
@@ -29,6 +29,8 @@
|
|
|
29
29
|
"IconHatSparkle",
|
|
30
30
|
"IconImageAvatarSparkle",
|
|
31
31
|
"IconImageSparkle",
|
|
32
|
+
"IconImagine",
|
|
33
|
+
"IconImagineAi",
|
|
32
34
|
"IconListSparkle",
|
|
33
35
|
"IconMagicBook",
|
|
34
36
|
"IconMagicEdit",
|
|
@@ -443,7 +445,7 @@
|
|
|
443
445
|
]
|
|
444
446
|
},
|
|
445
447
|
"Edit": {
|
|
446
|
-
"count":
|
|
448
|
+
"count": 71,
|
|
447
449
|
"icons": [
|
|
448
450
|
"IconAddKeyframe",
|
|
449
451
|
"IconBezier",
|
|
@@ -481,6 +483,7 @@
|
|
|
481
483
|
"IconGlass",
|
|
482
484
|
"IconGooey",
|
|
483
485
|
"IconHighlight",
|
|
486
|
+
"IconInputForm",
|
|
484
487
|
"IconKeyframe",
|
|
485
488
|
"IconLineThickness",
|
|
486
489
|
"IconMagnet",
|
|
@@ -2547,6 +2550,8 @@
|
|
|
2547
2550
|
"IconImages5": "images-5, photos, pictures, shot",
|
|
2548
2551
|
"IconImagesCircle": "images-circle",
|
|
2549
2552
|
"IconImageSparkle": "image-sparkle, midjourney, ai generated, star",
|
|
2553
|
+
"IconImagine": "imagine, head, thinking",
|
|
2554
|
+
"IconImagineAi": "imagine-ai, cube, room, 3d, opject, vector",
|
|
2550
2555
|
"IconImessage": "imessage",
|
|
2551
2556
|
"IconImport": "import, download, save",
|
|
2552
2557
|
"IconImport2": "import-2, download, save",
|
|
@@ -2555,6 +2560,7 @@
|
|
|
2555
2560
|
"IconInfinity": "infinity, loop, boomerang",
|
|
2556
2561
|
"IconInitiatives": "initiatives, nav, rooting",
|
|
2557
2562
|
"IconInjection": "injection",
|
|
2563
|
+
"IconInputForm": "input-form, text-area, prompt",
|
|
2558
2564
|
"IconInsertHtml": "insert-html, code, brackets",
|
|
2559
2565
|
"IconInsights": "insights, analyze",
|
|
2560
2566
|
"IconInstagram": "instagram",
|
package/index.d.ts
CHANGED
|
@@ -809,6 +809,8 @@ export { IconImages3, default as IconImages3Default } from "./IconImages3";
|
|
|
809
809
|
export { IconImages4, default as IconImages4Default } from "./IconImages4";
|
|
810
810
|
export { IconImages5, default as IconImages5Default } from "./IconImages5";
|
|
811
811
|
export { IconImagesCircle, default as IconImagesCircleDefault, } from "./IconImagesCircle";
|
|
812
|
+
export { IconImagine, default as IconImagineDefault } from "./IconImagine";
|
|
813
|
+
export { IconImagineAi, default as IconImagineAiDefault, } from "./IconImagineAi";
|
|
812
814
|
export { IconImessage, default as IconImessageDefault } from "./IconImessage";
|
|
813
815
|
export { IconImport, default as IconImportDefault } from "./IconImport";
|
|
814
816
|
export { IconImport2, default as IconImport2Default } from "./IconImport2";
|
|
@@ -817,6 +819,7 @@ export { IconInboxEmpty, default as IconInboxEmptyDefault, } from "./IconInboxEm
|
|
|
817
819
|
export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
|
|
818
820
|
export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
|
|
819
821
|
export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
|
|
822
|
+
export { IconInputForm, default as IconInputFormDefault, } from "./IconInputForm";
|
|
820
823
|
export { IconInsertHtml, default as IconInsertHtmlDefault, } from "./IconInsertHtml";
|
|
821
824
|
export { IconInsights, default as IconInsightsDefault } from "./IconInsights";
|
|
822
825
|
export { IconInstagram, default as IconInstagramDefault, } from "./IconInstagram";
|