@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.14 → 1.1.16

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.
@@ -1,2 +1,2 @@
1
- "use strict";var s=Object.create;var n=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},H=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=c(o,t))||C.enumerable});return r};var V=(r,o,e)=>(e=r!=null?s(d(r)):{},H(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>H(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconBezierEdit:()=>i,default:()=>x});module.exports=v(P);var p=V(require("react"));var a=V(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>a.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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1262 14.8738C18.8724 14.62 18.4609 14.62 18.2071 14.8738L15 18.0809V19H15.9191L19.1262 15.7929C19.38 15.5391 19.38 15.1276 19.1262 14.8738ZM16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z",fill:"currentColor"})),x=i;0&&(module.exports={IconBezierEdit});
1
+ "use strict";var s=Object.create;var n=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},H=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=c(o,t))||C.enumerable});return r};var V=(r,o,e)=>(e=r!=null?s(d(r)):{},H(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>H(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconBezierEdit:()=>i,default:()=>x});module.exports=v(P);var p=V(require("react"));var a=V(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>a.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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z",fill:"currentColor"})),x=i;0&&(module.exports={IconBezierEdit});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.1262 14.8738C18.8724 14.62 18.4609 14.62 18.2071 14.8738L15 18.0809V19H15.9191L19.1262 15.7929C19.38 15.5391 19.38 15.1276 19.1262 14.8738ZM16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierEdit;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ySACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBezierEdit_exports","__export","IconBezierEdit","IconBezierEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBezierEdit","props","React","CentralIconBase","IconBezierEdit_default"]}
1
+ {"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierEdit;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,0JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBezierEdit_exports","__export","IconBezierEdit","IconBezierEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBezierEdit","props","React","CentralIconBase","IconBezierEdit_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(C,{...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 H=o=>e.createElement(t,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1262 14.8738C18.8724 14.62 18.4609 14.62 18.2071 14.8738L15 18.0809V19H15.9191L19.1262 15.7929C19.38 15.5391 19.38 15.1276 19.1262 14.8738ZM16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z",fill:"currentColor"}),e.createElement(n,{d:"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z",fill:"currentColor"})),B=H;export{H as IconBezierEdit,B as default};
1
+ import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(C,{...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 H=o=>e.createElement(t,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z",fill:"currentColor"}),e.createElement(n,{d:"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z",fill:"currentColor"})),B=H;export{H as IconBezierEdit,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.1262 14.8738C18.8724 14.62 18.4609 14.62 18.2071 14.8738L15 18.0809V19H15.9191L19.1262 15.7929C19.38 15.5391 19.38 15.1276 19.1262 14.8738ZM16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierEdit;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ySACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBezierEdit","props","React","CentralIconBase","IconBezierEdit_default"]}
1
+ {"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierEdit;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,0JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBezierEdit","props","React","CentralIconBase","IconBezierEdit_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconInputForm: FC<CentralIconBaseProps>;
4
+ export default IconInputForm;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(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 n of B(o))!P.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(m=I(o,n))||m.enumerable});return r};var a=(r,o,t)=>(t=r!=null?i(x(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>C(p({},"__esModule",{value:!0}),r);var d={};g(d,{IconInputForm:()=>u,default:()=>V});module.exports=H(d);var e=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.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"),u=r=>e.default.createElement(c,{...r},e.default.createElement(l.Path,{d:"M10 21H8V3H10V21Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M6 18H2V6H6V18Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M22 18H12V6H22V18Z",fill:"currentColor"})),V=u;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=\"M10 21H8V3H10V21Z\" fill=\"currentColor\" />\n <Path d=\"M6 18H2V6H6V18Z\" fill=\"currentColor\" />\n <Path d=\"M22 18H12V6H22V18Z\" fill=\"currentColor\" />\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,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,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 l from"react";import{Svg as m}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.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 n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(n,{d:"M10 21H8V3H10V21Z",fill:"currentColor"}),o.createElement(n,{d:"M6 18H2V6H6V18Z",fill:"currentColor"}),o.createElement(n,{d:"M22 18H12V6H22V18Z",fill:"currentColor"})),P=C;export{C as IconInputForm,P 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=\"M10 21H8V3H10V21Z\" fill=\"currentColor\" />\n <Path d=\"M6 18H2V6H6V18Z\" fill=\"currentColor\" />\n <Path d=\"M22 18H12V6H22V18Z\" fill=\"currentColor\" />\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,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconInputForm","props","React","CentralIconBase","IconInputForm_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=x(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var H={};d(H,{IconTextEdit:()=>i,default:()=>v});module.exports=g(H);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M18.5 3.08582L7 14.5858V20H12.4142L23.9142 8.50003L18.5 3.08582Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M1 5.00003V7.00003H10V5.00003H1Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M1 9.00003V11H7V9.00003H1Z",fill:"currentColor"})),v=i;0&&(module.exports={IconTextEdit});
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=x(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var H={};d(H,{IconTextEdit:()=>i,default:()=>v});module.exports=g(H);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M18.5 3.08594L7 14.5859V20.0002H12.4142L23.9142 8.50015L18.5 3.08594Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M1 5.00015V7.00015H10V5.00015H1Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M1 9.00015V11.0002H7V9.00015H1Z",fill:"currentColor"})),v=i;0&&(module.exports={IconTextEdit});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconTextEdit/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 IconTextEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 3.08582L7 14.5858V20H12.4142L23.9142 8.50003L18.5 3.08582Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M1 5.00003V7.00003H10V5.00003H1Z\" fill=\"currentColor\" />\n <Path d=\"M1 9.00003V11H7V9.00003H1Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconTextEdit;\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,mEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,6BAA6B,KAAK,eAAe,CAC3D,EAIGE,EAAQJ","names":["IconTextEdit_exports","__export","IconTextEdit","IconTextEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTextEdit","props","React","CentralIconBase","IconTextEdit_default"]}
1
+ {"version":3,"sources":["../src/IconTextEdit/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 IconTextEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 3.08594L7 14.5859V20.0002H12.4142L23.9142 8.50015L18.5 3.08594Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M1 5.00015V7.00015H10V5.00015H1Z\" fill=\"currentColor\" />\n <Path d=\"M1 9.00015V11.0002H7V9.00015H1Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconTextEdit;\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,wEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconTextEdit_exports","__export","IconTextEdit","IconTextEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTextEdit","props","React","CentralIconBase","IconTextEdit_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...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 a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M18.5 3.08582L7 14.5858V20H12.4142L23.9142 8.50003L18.5 3.08582Z",fill:"currentColor"}),o.createElement(e,{d:"M1 5.00003V7.00003H10V5.00003H1Z",fill:"currentColor"}),o.createElement(e,{d:"M1 9.00003V11H7V9.00003H1Z",fill:"currentColor"})),P=a;export{a as IconTextEdit,P as default};
1
+ import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...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 a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M18.5 3.08594L7 14.5859V20.0002H12.4142L23.9142 8.50015L18.5 3.08594Z",fill:"currentColor"}),o.createElement(e,{d:"M1 5.00015V7.00015H10V5.00015H1Z",fill:"currentColor"}),o.createElement(e,{d:"M1 9.00015V11.0002H7V9.00015H1Z",fill:"currentColor"})),P=a;export{a as IconTextEdit,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconTextEdit/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 IconTextEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 3.08582L7 14.5858V20H12.4142L23.9142 8.50003L18.5 3.08582Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M1 5.00003V7.00003H10V5.00003H1Z\" fill=\"currentColor\" />\n <Path d=\"M1 9.00003V11H7V9.00003H1Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconTextEdit;\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,mEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,6BAA6B,KAAK,eAAe,CAC3D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTextEdit","props","React","CentralIconBase","IconTextEdit_default"]}
1
+ {"version":3,"sources":["../src/IconTextEdit/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 IconTextEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 3.08594L7 14.5859V20.0002H12.4142L23.9142 8.50015L18.5 3.08594Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M1 5.00015V7.00015H10V5.00015H1Z\" fill=\"currentColor\" />\n <Path d=\"M1 9.00015V11.0002H7V9.00015H1Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconTextEdit;\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,wEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTextEdit","props","React","CentralIconBase","IconTextEdit_default"]}
package/LICENSE.md CHANGED
@@ -20,6 +20,10 @@ We offer three license types for all our products, depending on your team size:
20
20
 
21
21
  - For companies, unlimited users
22
22
 
23
+ ### Ultimate License
24
+
25
+ - For companies, unlimited users
26
+
23
27
  ## Grant of License
24
28
 
25
29
  Licensor grants Licensee a non-exclusive, non-transferable, worldwide right to use the Product, subject to the terms and conditions set forth in this Agreement.
package/README.md CHANGED
@@ -593,6 +593,7 @@ Below is a complete list of available icons:
593
593
  - IconGlass
594
594
  - IconGooey
595
595
  - IconHighlight
596
+ - IconInputForm
596
597
  - IconKeyframe
597
598
  - IconLineThickness
598
599
  - IconMagnet
@@ -2774,7 +2774,7 @@
2774
2774
  },
2775
2775
  {
2776
2776
  "category": "Edit",
2777
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.1262 14.8738C18.8724 14.62 18.4609 14.62 18.2071 14.8738L15 18.0809V19H15.9191L19.1262 15.7929C19.38 15.5391 19.38 15.1276 19.1262 14.8738ZM16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z\" fill=\"currentColor\"/><path d=\"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z\" fill=\"currentColor\"/>",
2777
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z\" fill=\"currentColor\"/><path d=\"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z\" fill=\"currentColor\"/>",
2778
2778
  "iconName": "bezier--edit",
2779
2779
  "variant": {
2780
2780
  "join": "square",
@@ -11494,6 +11494,20 @@
11494
11494
  "packageName": "square-filled-radius-0-stroke-2",
11495
11495
  "componentName": "IconInjection"
11496
11496
  },
11497
+ {
11498
+ "category": "Edit",
11499
+ "svg": "<path d=\"M10 21H8V3H10V21Z\" fill=\"currentColor\"/><path d=\"M6 18H2V6H6V18Z\" fill=\"currentColor\"/><path d=\"M22 18H12V6H22V18Z\" fill=\"currentColor\"/>",
11500
+ "iconName": "input-form, text-area, prompt",
11501
+ "variant": {
11502
+ "join": "square",
11503
+ "filled": "on",
11504
+ "radius": "0",
11505
+ "stroke": "2"
11506
+ },
11507
+ "createdAt": "2025-10-15T14:30:19.170335+00:00",
11508
+ "packageName": "square-filled-radius-0-stroke-2",
11509
+ "componentName": "IconInputForm"
11510
+ },
11497
11511
  {
11498
11512
  "category": "Typography",
11499
11513
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.41436 8.00015L4.41436 12.0002L8.41436 16.0001L7.00015 17.4144L1.58594 12.0002L7.00015 6.58594L8.41436 8.00015ZM17.0002 6.58594L22.4144 12.0002L17.0002 17.4144L15.5859 16.0001L19.5859 12.0002L15.5859 8.00015L17.0002 6.58594Z\" fill=\"currentColor\"/>",
@@ -19574,7 +19588,7 @@
19574
19588
  },
19575
19589
  {
19576
19590
  "category": "Edit",
19577
- "svg": "<path d=\"M18.5 3.08582L7 14.5858V20H12.4142L23.9142 8.50003L18.5 3.08582Z\" fill=\"currentColor\"/><path d=\"M1 5.00003V7.00003H10V5.00003H1Z\" fill=\"currentColor\"/><path d=\"M1 9.00003V11H7V9.00003H1Z\" fill=\"currentColor\"/>",
19591
+ "svg": "<path d=\"M18.5 3.08594L7 14.5859V20.0002H12.4142L23.9142 8.50015L18.5 3.08594Z\" fill=\"currentColor\"/><path d=\"M1 5.00015V7.00015H10V5.00015H1Z\" fill=\"currentColor\"/><path d=\"M1 9.00015V11.0002H7V9.00015H1Z\" fill=\"currentColor\"/>",
19578
19592
  "iconName": "text-edit, prompts, comment",
19579
19593
  "variant": {
19580
19594
  "join": "square",
package/icons/index.d.ts CHANGED
@@ -820,6 +820,7 @@ export type CentralIconName =
820
820
  | "IconInfinity"
821
821
  | "IconInitiatives"
822
822
  | "IconInjection"
823
+ | "IconInputForm"
823
824
  | "IconInsertHtml"
824
825
  | "IconInsights"
825
826
  | "IconInstagram"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1548,
14
+ "totalIcons": 1549,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 44,
@@ -445,7 +445,7 @@
445
445
  ]
446
446
  },
447
447
  "Edit": {
448
- "count": 70,
448
+ "count": 71,
449
449
  "icons": [
450
450
  "IconAddKeyframe",
451
451
  "IconBezier",
@@ -483,6 +483,7 @@
483
483
  "IconGlass",
484
484
  "IconGooey",
485
485
  "IconHighlight",
486
+ "IconInputForm",
486
487
  "IconKeyframe",
487
488
  "IconLineThickness",
488
489
  "IconMagnet",
@@ -2559,6 +2560,7 @@
2559
2560
  "IconInfinity": "infinity, loop, boomerang",
2560
2561
  "IconInitiatives": "initiatives, nav, rooting",
2561
2562
  "IconInjection": "injection",
2563
+ "IconInputForm": "input-form, text-area, prompt",
2562
2564
  "IconInsertHtml": "insert-html, code, brackets",
2563
2565
  "IconInsights": "insights, analyze",
2564
2566
  "IconInstagram": "instagram",
package/index.d.ts CHANGED
@@ -819,6 +819,7 @@ export { IconInboxEmpty, default as IconInboxEmptyDefault, } from "./IconInboxEm
819
819
  export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
820
820
  export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
821
821
  export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
822
+ export { IconInputForm, default as IconInputFormDefault, } from "./IconInputForm";
822
823
  export { IconInsertHtml, default as IconInsertHtmlDefault, } from "./IconInsertHtml";
823
824
  export { IconInsights, default as IconInsightsDefault } from "./IconInsights";
824
825
  export { IconInstagram, default as IconInstagramDefault, } from "./IconInstagram";