@central-icons-react-native/round-filled-radius-3-stroke-1.5 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.
- package/IconBezierEdit/index.js +1 -1
- package/IconBezierEdit/index.js.map +1 -1
- package/IconBezierEdit/index.mjs +1 -1
- package/IconBezierEdit/index.mjs.map +1 -1
- package/IconCourt/index.js +1 -1
- package/IconCourt/index.js.map +1 -1
- package/IconCourt/index.mjs +1 -1
- package/IconCourt/index.mjs.map +1 -1
- 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/LICENSE.md +4 -0
- package/README.md +1 -0
- package/filtered-icons.json +16 -2
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +9 -2
package/IconBezierEdit/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!I.call(r,C)&&C!==e&&t(r,C,{get:()=>o[C],enumerable:!(l=d(o,C))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(H(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var P={};V(P,{IconBezierEdit:()=>c,default:()=>x});module.exports=v(P);var n=m(require("react"));var f=m(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...e})=>f.default.createElement(i.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M5.25 3C4.00736 3 3 4.00736 3 5.25V6.75C3 7.99264 4.00736 9 5.25 9V15C4.00736 15 3 16.0074 3 17.25V18.75C3 19.9926 4.00736 21 5.25 21H6.5C7.74264 21 8.75 19.9926 8.75 18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75C8.75 16.0919 7.87499 15.1381 6.75 15.0137V9C7.99264 9 9 7.99264 9 6.75H15C15 7.99264 16.0074 9 17.25 9V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9C19.9926 9 21 7.99264 21 6.75V5.25C21 4.00736 19.9926 3 18.75 3H17.25C16.0074 3 15 4.00736 15 5.25H9C9 4.00736 7.99264 3 6.75 3H5.25Z",fill:"currentColor"})),x=c;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=\"
|
|
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.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.25 3C4.00736 3 3 4.00736 3 5.25V6.75C3 7.99264 4.00736 9 5.25 9V15C4.00736 15 3 16.0074 3 17.25V18.75C3 19.9926 4.00736 21 5.25 21H6.5C7.74264 21 8.75 19.9926 8.75 18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75C8.75 16.0919 7.87499 15.1381 6.75 15.0137V9C7.99264 9 9 7.99264 9 6.75H15C15 7.99264 16.0074 9 17.25 9V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9C19.9926 9 21 7.99264 21 6.75V5.25C21 4.00736 19.9926 3 18.75 3H17.25C16.0074 3 15 4.00736 15 5.25H9C9 4.00736 7.99264 3 6.75 3H5.25Z\"\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,8QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sjBACF,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"]}
|
package/IconBezierEdit/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 t}from"react-native-svg";var a=o=>e.createElement(C,{...o},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z",fill:"currentColor"}),e.createElement(t,{d:"M5.25 3C4.00736 3 3 4.00736 3 5.25V6.75C3 7.99264 4.00736 9 5.25 9V15C4.00736 15 3 16.0074 3 17.25V18.75C3 19.9926 4.00736 21 5.25 21H6.5C7.74264 21 8.75 19.9926 8.75 18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75C8.75 16.0919 7.87499 15.1381 6.75 15.0137V9C7.99264 9 9 7.99264 9 6.75H15C15 7.99264 16.0074 9 17.25 9V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9C19.9926 9 21 7.99264 21 6.75V5.25C21 4.00736 19.9926 3 18.75 3H17.25C16.0074 3 15 4.00736 15 5.25H9C9 4.00736 7.99264 3 6.75 3H5.25Z",fill:"currentColor"})),I=a;export{a as IconBezierEdit,I 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=\"
|
|
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.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.25 3C4.00736 3 3 4.00736 3 5.25V6.75C3 7.99264 4.00736 9 5.25 9V15C4.00736 15 3 16.0074 3 17.25V18.75C3 19.9926 4.00736 21 5.25 21H6.5C7.74264 21 8.75 19.9926 8.75 18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75C8.75 16.0919 7.87499 15.1381 6.75 15.0137V9C7.99264 9 9 7.99264 9 6.75H15C15 7.99264 16.0074 9 17.25 9V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9C19.9926 9 21 7.99264 21 6.75V5.25C21 4.00736 19.9926 3 18.75 3H17.25C16.0074 3 15 4.00736 15 5.25H9C9 4.00736 7.99264 3 6.75 3H5.25Z\"\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,8QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sjBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBezierEdit","props","React","CentralIconBase","IconBezierEdit_default"]}
|
package/IconCourt/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var H={};P(H,{IconCourt:()=>V,default:()=>v});module.exports=g(H);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),V=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M20.25 19.4998C20.6641 19.4998 20.9999 19.8357 21 20.2498C20.9999 20.664 20.6642 20.9998 20.25 20.9998H3.75C3.33583 20.9998 3.00007 20.664 3 20.2498C3.00012 19.8357 3.33586 19.4998 3.75 19.4998H20.25Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M11.2881 2.19613C11.7499 2.04221 12.2501 2.04221 12.7119 2.19613L19.4619 4.44613C20.3805 4.75245 20.9999 5.61262 21 6.58089V7.74984C21 8.99244 19.9926 9.99984 18.75 9.99984V17.7498C18.7499 18.164 18.4142 18.4998 18 18.4998C17.5858 18.4998 17.2501 18.164 17.25 17.7498V9.99984H14.75V17.7498C14.7499 18.164 14.4142 18.4998 14 18.4998C13.5858 18.4998 13.2501 18.164 13.25 17.7498V9.99984H10.75V17.7498C10.7499 18.164 10.4142 18.4998 10 18.4998C9.58583 18.4998 9.25007 18.164 9.25 17.7498V9.99984H6.75V17.7498C6.74993 18.164 6.41417 18.4998 6 18.4998C5.58583 18.4998 5.25007 18.164 5.25 17.7498V9.99984C4.00739 9.99984 3.00005 8.99244 3 7.74984V6.58089C3.0001 5.61262 3.61955 4.75245 4.53809 4.44613L11.2881 2.19613Z",fill:"currentColor"})),v=V;0&&(module.exports={IconCourt});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconCourt/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCourt/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 IconCourt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.
|
|
1
|
+
{"version":3,"sources":["../src/IconCourt/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 IconCourt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 19.4998C20.6641 19.4998 20.9999 19.8357 21 20.2498C20.9999 20.664 20.6642 20.9998 20.25 20.9998H3.75C3.33583 20.9998 3.00007 20.664 3 20.2498C3.00012 19.8357 3.33586 19.4998 3.75 19.4998H20.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.2881 2.19613C11.7499 2.04221 12.2501 2.04221 12.7119 2.19613L19.4619 4.44613C20.3805 4.75245 20.9999 5.61262 21 6.58089V7.74984C21 8.99244 19.9926 9.99984 18.75 9.99984V17.7498C18.7499 18.164 18.4142 18.4998 18 18.4998C17.5858 18.4998 17.2501 18.164 17.25 17.7498V9.99984H14.75V17.7498C14.7499 18.164 14.4142 18.4998 14 18.4998C13.5858 18.4998 13.2501 18.164 13.25 17.7498V9.99984H10.75V17.7498C10.7499 18.164 10.4142 18.4998 10 18.4998C9.58583 18.4998 9.25007 18.164 9.25 17.7498V9.99984H6.75V17.7498C6.74993 18.164 6.41417 18.4998 6 18.4998C5.58583 18.4998 5.25007 18.164 5.25 17.7498V9.99984C4.00739 9.99984 3.00005 8.99244 3 7.74984V6.58089C3.0001 5.61262 3.61955 4.75245 4.53809 4.44613L11.2881 2.19613Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCourt;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2sBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCourt_exports","__export","IconCourt","IconCourt_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCourt","props","React","CentralIconBase","IconCourt_default"]}
|
package/IconCourt/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M20.25 19.4998C20.6641 19.4998 20.9999 19.8357 21 20.2498C20.9999 20.664 20.6642 20.9998 20.25 20.9998H3.75C3.33583 20.9998 3.00007 20.664 3 20.2498C3.00012 19.8357 3.33586 19.4998 3.75 19.4998H20.25Z",fill:"currentColor"}),C.createElement(e,{d:"M11.2881 2.19613C11.7499 2.04221 12.2501 2.04221 12.7119 2.19613L19.4619 4.44613C20.3805 4.75245 20.9999 5.61262 21 6.58089V7.74984C21 8.99244 19.9926 9.99984 18.75 9.99984V17.7498C18.7499 18.164 18.4142 18.4998 18 18.4998C17.5858 18.4998 17.2501 18.164 17.25 17.7498V9.99984H14.75V17.7498C14.7499 18.164 14.4142 18.4998 14 18.4998C13.5858 18.4998 13.2501 18.164 13.25 17.7498V9.99984H10.75V17.7498C10.7499 18.164 10.4142 18.4998 10 18.4998C9.58583 18.4998 9.25007 18.164 9.25 17.7498V9.99984H6.75V17.7498C6.74993 18.164 6.41417 18.4998 6 18.4998C5.58583 18.4998 5.25007 18.164 5.25 17.7498V9.99984C4.00739 9.99984 3.00005 8.99244 3 7.74984V6.58089C3.0001 5.61262 3.61955 4.75245 4.53809 4.44613L11.2881 2.19613Z",fill:"currentColor"})),x=a;export{a as IconCourt,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconCourt/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCourt/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 IconCourt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.
|
|
1
|
+
{"version":3,"sources":["../src/IconCourt/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 IconCourt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 19.4998C20.6641 19.4998 20.9999 19.8357 21 20.2498C20.9999 20.664 20.6642 20.9998 20.25 20.9998H3.75C3.33583 20.9998 3.00007 20.664 3 20.2498C3.00012 19.8357 3.33586 19.4998 3.75 19.4998H20.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.2881 2.19613C11.7499 2.04221 12.2501 2.04221 12.7119 2.19613L19.4619 4.44613C20.3805 4.75245 20.9999 5.61262 21 6.58089V7.74984C21 8.99244 19.9926 9.99984 18.75 9.99984V17.7498C18.7499 18.164 18.4142 18.4998 18 18.4998C17.5858 18.4998 17.2501 18.164 17.25 17.7498V9.99984H14.75V17.7498C14.7499 18.164 14.4142 18.4998 14 18.4998C13.5858 18.4998 13.2501 18.164 13.25 17.7498V9.99984H10.75V17.7498C10.7499 18.164 10.4142 18.4998 10 18.4998C9.58583 18.4998 9.25007 18.164 9.25 17.7498V9.99984H6.75V17.7498C6.74993 18.164 6.41417 18.4998 6 18.4998C5.58583 18.4998 5.25007 18.164 5.25 17.7498V9.99984C4.00739 9.99984 3.00005 8.99244 3 7.74984V6.58089C3.0001 5.61262 3.61955 4.75245 4.53809 4.44613L11.2881 2.19613Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCourt;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2sBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCourt","props","React","CentralIconBase","IconCourt_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconInputForm:()=>I,default:()=>V});module.exports=H(v);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.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 f=require("react-native-svg"),I=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M9 21H7.5V3H9V21ZM6 18H5.75C3.67893 18 2 16.3211 2 14.25V9.75C2 7.67893 3.67893 6 5.75 6H6V18ZM18.25 6C20.3211 6 22 7.67893 22 9.75V14.25C22 16.3211 20.3211 18 18.25 18H10.5V6H18.25Z",fill:"currentColor"})),V=I;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\n d=\"M9 21H7.5V3H9V21ZM6 18H5.75C3.67893 18 2 16.3211 2 14.25V9.75C2 7.67893 3.67893 6 5.75 6H6V18ZM18.25 6C20.3211 6 22 7.67893 22 9.75V14.25C22 16.3211 20.3211 18 18.25 18H10.5V6H18.25Z\"\n fill=\"currentColor\"\n />\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,QACC,EAAE,yLACF,KAAK,eACP,CACF,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 e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M9 21H7.5V3H9V21ZM6 18H5.75C3.67893 18 2 16.3211 2 14.25V9.75C2 7.67893 3.67893 6 5.75 6H6V18ZM18.25 6C20.3211 6 22 7.67893 22 9.75V14.25C22 16.3211 20.3211 18 18.25 18H10.5V6H18.25Z",fill:"currentColor"})),P=m;export{m 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\n d=\"M9 21H7.5V3H9V21ZM6 18H5.75C3.67893 18 2 16.3211 2 14.25V9.75C2 7.67893 3.67893 6 5.75 6H6V18ZM18.25 6C20.3211 6 22 7.67893 22 9.75V14.25C22 16.3211 20.3211 18 18.25 18H10.5V6H18.25Z\"\n fill=\"currentColor\"\n />\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,CACC,EAAE,yLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconInputForm","props","React","CentralIconBase","IconInputForm_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
package/filtered-icons.json
CHANGED
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
},
|
|
2775
2775
|
{
|
|
2776
2776
|
"category": "Edit",
|
|
2777
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
2777
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z\" fill=\"currentColor\"/><path d=\"M5.25 3C4.00736 3 3 4.00736 3 5.25V6.75C3 7.99264 4.00736 9 5.25 9V15C4.00736 15 3 16.0074 3 17.25V18.75C3 19.9926 4.00736 21 5.25 21H6.5C7.74264 21 8.75 19.9926 8.75 18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75C8.75 16.0919 7.87499 15.1381 6.75 15.0137V9C7.99264 9 9 7.99264 9 6.75H15C15 7.99264 16.0074 9 17.25 9V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9C19.9926 9 21 7.99264 21 6.75V5.25C21 4.00736 19.9926 3 18.75 3H17.25C16.0074 3 15 4.00736 15 5.25H9C9 4.00736 7.99264 3 6.75 3H5.25Z\" fill=\"currentColor\"/>",
|
|
2778
2778
|
"iconName": "bezier--edit",
|
|
2779
2779
|
"variant": {
|
|
2780
2780
|
"join": "round",
|
|
@@ -6918,7 +6918,7 @@
|
|
|
6918
6918
|
},
|
|
6919
6919
|
{
|
|
6920
6920
|
"category": "Building",
|
|
6921
|
-
"svg": "<path d=\"M11.
|
|
6921
|
+
"svg": "<path d=\"M20.25 19.4998C20.6641 19.4998 20.9999 19.8357 21 20.2498C20.9999 20.664 20.6642 20.9998 20.25 20.9998H3.75C3.33583 20.9998 3.00007 20.664 3 20.2498C3.00012 19.8357 3.33586 19.4998 3.75 19.4998H20.25Z\" fill=\"currentColor\"/><path d=\"M11.2881 2.19613C11.7499 2.04221 12.2501 2.04221 12.7119 2.19613L19.4619 4.44613C20.3805 4.75245 20.9999 5.61262 21 6.58089V7.74984C21 8.99244 19.9926 9.99984 18.75 9.99984V17.7498C18.7499 18.164 18.4142 18.4998 18 18.4998C17.5858 18.4998 17.2501 18.164 17.25 17.7498V9.99984H14.75V17.7498C14.7499 18.164 14.4142 18.4998 14 18.4998C13.5858 18.4998 13.2501 18.164 13.25 17.7498V9.99984H10.75V17.7498C10.7499 18.164 10.4142 18.4998 10 18.4998C9.58583 18.4998 9.25007 18.164 9.25 17.7498V9.99984H6.75V17.7498C6.74993 18.164 6.41417 18.4998 6 18.4998C5.58583 18.4998 5.25007 18.164 5.25 17.7498V9.99984C4.00739 9.99984 3.00005 8.99244 3 7.74984V6.58089C3.0001 5.61262 3.61955 4.75245 4.53809 4.44613L11.2881 2.19613Z\" fill=\"currentColor\"/>",
|
|
6922
6922
|
"iconName": "court",
|
|
6923
6923
|
"variant": {
|
|
6924
6924
|
"join": "round",
|
|
@@ -11494,6 +11494,20 @@
|
|
|
11494
11494
|
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
11495
11495
|
"componentName": "IconInjection"
|
|
11496
11496
|
},
|
|
11497
|
+
{
|
|
11498
|
+
"category": "Edit",
|
|
11499
|
+
"svg": "<path d=\"M9 21H7.5V3H9V21ZM6 18H5.75C3.67893 18 2 16.3211 2 14.25V9.75C2 7.67893 3.67893 6 5.75 6H6V18ZM18.25 6C20.3211 6 22 7.67893 22 9.75V14.25C22 16.3211 20.3211 18 18.25 18H10.5V6H18.25Z\" fill=\"currentColor\"/>",
|
|
11500
|
+
"iconName": "input-form, text-area, prompt",
|
|
11501
|
+
"variant": {
|
|
11502
|
+
"join": "round",
|
|
11503
|
+
"filled": "on",
|
|
11504
|
+
"radius": "3",
|
|
11505
|
+
"stroke": "1.5"
|
|
11506
|
+
},
|
|
11507
|
+
"createdAt": "2025-10-15T14:30:19.170335+00:00",
|
|
11508
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
11509
|
+
"componentName": "IconInputForm"
|
|
11510
|
+
},
|
|
11497
11511
|
{
|
|
11498
11512
|
"category": "Typography",
|
|
11499
11513
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.26577 7.20385C7.5674 7.48774 7.58179 7.9624 7.2979 8.26403L3.94295 11.8287C3.85235 11.9249 3.85235 12.0751 3.94295 12.1713L7.2979 15.736C7.58179 16.0376 7.5674 16.5123 7.26577 16.7962C6.96414 17.08 6.48949 17.0657 6.2056 16.764L2.85065 13.1994C2.21645 12.5256 2.21645 11.4745 2.85065 10.8006L6.2056 7.23598C6.48949 6.93435 6.96414 6.91996 7.26577 7.20385ZM16.7377 7.20385C17.0394 6.91996 17.514 6.93435 17.7979 7.23598L21.1529 10.8006C21.7871 11.4745 21.7871 12.5256 21.1529 13.1994L17.7979 16.764C17.514 17.0657 17.0394 17.08 16.7377 16.7962C16.4361 16.5123 16.4217 16.0376 16.7056 15.736L20.0606 12.1713C20.1512 12.0751 20.1512 11.9249 20.0606 11.8287L16.7056 8.26403C16.4217 7.9624 16.4361 7.48774 16.7377 7.20385Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1.5/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":
|
|
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":
|
|
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";
|