@central-icons-react-native/round-outlined-radius-2-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 f=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!d.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(a=u(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(B(r)):{},s(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>s(C({},"__esModule",{value:!0}),r);var h={};g(h,{IconImagine:()=>c,default:()=>P});module.exports=x(h);var n=l(require("react"));var m=l(require("react")),i=require("react-native-svg"),L=({children:r,size:o=24,...e})=>m.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(L,{...r},n.default.createElement(p.Path,{d:"M7 21V16.7887C7 16.1349 6.66659 15.5363 6.19153 15.0871C4.84201 13.8111 4 12.0039 4 10C4 6.13401 7.13401 3 11 3C14.6621 3 17.6674 5.81212 17.9742 9.39474C18.0079 9.78814 18.1169 10.1753 18.3359 10.5038L19.7376 12.6064C19.8848 12.8272 19.8339 13.1246 19.6216 13.2838L18.8 13.9C18.2964 14.2777 18 14.8705 18 15.5V16C18 17.1046 17.1046 18 16 18H15C14.4477 18 14 18.4477 14 19V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M11.9059 7.94536L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L10.0941 7.94536C9.89094 8.47354 9.47355 8.89094 8.94536 9.09409L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L8.94536 10.9059C9.47354 11.1091 9.89094 11.5265 10.0941 12.0546L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L11.9059 12.0546C12.1091 11.5265 12.5265 11.1091 13.0546 10.9059L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L13.0546 9.09409C12.5265 8.89094 12.1091 8.47355 11.9059 7.94536Z",fill:"currentColor"})),P=c;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 21V16.7887C7 16.1349 6.66659 15.5363 6.19153 15.0871C4.84201 13.8111 4 12.0039 4 10C4 6.13401 7.13401 3 11 3C14.6621 3 17.6674 5.81212 17.9742 9.39474C18.0079 9.78814 18.1169 10.1753 18.3359 10.5038L19.7376 12.6064C19.8848 12.8272 19.8339 13.1246 19.6216 13.2838L18.8 13.9C18.2964 14.2777 18 14.8705 18 15.5V16C18 17.1046 17.1046 18 16 18H15C14.4477 18 14 18.4477 14 19V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9059 7.94536L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L10.0941 7.94536C9.89094 8.47354 9.47355 8.89094 8.94536 9.09409L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L8.94536 10.9059C9.47354 11.1091 9.89094 11.5265 10.0941 12.0546L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L11.9059 12.0546C12.1091 11.5265 12.5265 11.1091 13.0546 10.9059L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L13.0546 9.09409C12.5265 8.89094 12.1091 8.47355 11.9059 7.94536Z\"\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,0XACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,spBACF,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 e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 C}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(C,{d:"M7 21V16.7887C7 16.1349 6.66659 15.5363 6.19153 15.0871C4.84201 13.8111 4 12.0039 4 10C4 6.13401 7.13401 3 11 3C14.6621 3 17.6674 5.81212 17.9742 9.39474C18.0079 9.78814 18.1169 10.1753 18.3359 10.5038L19.7376 12.6064C19.8848 12.8272 19.8339 13.1246 19.6216 13.2838L18.8 13.9C18.2964 14.2777 18 14.8705 18 15.5V16C18 17.1046 17.1046 18 16 18H15C14.4477 18 14 18.4477 14 19V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(C,{d:"M11.9059 7.94536L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L10.0941 7.94536C9.89094 8.47354 9.47355 8.89094 8.94536 9.09409L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L8.94536 10.9059C9.47354 11.1091 9.89094 11.5265 10.0941 12.0546L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L11.9059 12.0546C12.1091 11.5265 12.5265 11.1091 13.0546 10.9059L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L13.0546 9.09409C12.5265 8.89094 12.1091 8.47355 11.9059 7.94536Z",fill:"currentColor"})),d=s;export{s as IconImagine,d 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 21V16.7887C7 16.1349 6.66659 15.5363 6.19153 15.0871C4.84201 13.8111 4 12.0039 4 10C4 6.13401 7.13401 3 11 3C14.6621 3 17.6674 5.81212 17.9742 9.39474C18.0079 9.78814 18.1169 10.1753 18.3359 10.5038L19.7376 12.6064C19.8848 12.8272 19.8339 13.1246 19.6216 13.2838L18.8 13.9C18.2964 14.2777 18 14.8705 18 15.5V16C18 17.1046 17.1046 18 16 18H15C14.4477 18 14 18.4477 14 19V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9059 7.94536L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L10.0941 7.94536C9.89094 8.47354 9.47355 8.89094 8.94536 9.09409L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L8.94536 10.9059C9.47354 11.1091 9.89094 11.5265 10.0941 12.0546L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L11.9059 12.0546C12.1091 11.5265 12.5265 11.1091 13.0546 10.9059L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L13.0546 9.09409C12.5265 8.89094 12.1091 8.47355 11.9059 7.94536Z\"\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,0XACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,spBACF,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 f=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(L=u(o,t))||L.enumerable});return r};var s=(r,o,e)=>(e=r!=null?f(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var P={};g(P,{IconImagineAi:()=>c,default:()=>M});module.exports=x(P);var C=s(require("react"));var l=s(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.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 p=require("react-native-svg"),c=r=>C.default.createElement(i,{...r},C.default.createElement(p.Path,{d:"M13.133 9.27582L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.867 9.27582C10.5856 10.0074 10.0074 10.5856 9.27582 10.867L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L9.27582 13.133C10.0074 13.4144 10.5856 13.9926 10.867 14.7242L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.133 14.7242C13.4144 13.9926 13.9926 13.4144 14.7242 13.133L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L14.7242 10.867C13.9926 10.5856 13.4144 10.0074 13.133 9.27582Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M20 14.25V15.4734C20 16.1863 19.6206 16.8452 19.004 17.2031L18 17.7859M4 14.25V15.4734C4 16.1863 4.37944 16.8452 4.99598 17.2031L5.99999 17.7859M10 3.9047L11 3.32735C11.6188 2.97008 12.3812 2.97008 13 3.32735L14 3.9047M18 6.21411L19.004 6.79688C19.6206 7.15475 20 7.81374 20 8.52661V9.75M14 20.0953L13 20.6726C12.3812 21.0299 11.6188 21.0299 11 20.6726L10 20.0953M5.99999 6.21411L4.99598 6.79688C4.37944 7.15475 4 7.81373 4 8.52661V9.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),M=c;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=\"M13.133 9.27582L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.867 9.27582C10.5856 10.0074 10.0074 10.5856 9.27582 10.867L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L9.27582 13.133C10.0074 13.4144 10.5856 13.9926 10.867 14.7242L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.133 14.7242C13.4144 13.9926 13.9926 13.4144 14.7242 13.133L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L14.7242 10.867C13.9926 10.5856 13.4144 10.0074 13.133 9.27582Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 14.25V15.4734C20 16.1863 19.6206 16.8452 19.004 17.2031L18 17.7859M4 14.25V15.4734C4 16.1863 4.37944 16.8452 4.99598 17.2031L5.99999 17.7859M10 3.9047L11 3.32735C11.6188 2.97008 12.3812 2.97008 13 3.32735L14 3.9047M18 6.21411L19.004 6.79688C19.6206 7.15475 20 7.81374 20 8.52661V9.75M14 20.0953L13 20.6726C12.3812 21.0299 11.6188 21.0299 11 20.6726L10 20.0953M5.99999 6.21411L4.99598 6.79688C4.37944 7.15475 4 7.81373 4 8.52661V9.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,ioBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ubACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 e from"react";import p from"react";import{Svg as L}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(L,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M13.133 9.27582L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.867 9.27582C10.5856 10.0074 10.0074 10.5856 9.27582 10.867L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L9.27582 13.133C10.0074 13.4144 10.5856 13.9926 10.867 14.7242L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.133 14.7242C13.4144 13.9926 13.9926 13.4144 14.7242 13.133L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L14.7242 10.867C13.9926 10.5856 13.4144 10.0074 13.133 9.27582Z",fill:"currentColor"}),e.createElement(n,{d:"M20 14.25V15.4734C20 16.1863 19.6206 16.8452 19.004 17.2031L18 17.7859M4 14.25V15.4734C4 16.1863 4.37944 16.8452 4.99598 17.2031L5.99999 17.7859M10 3.9047L11 3.32735C11.6188 2.97008 12.3812 2.97008 13 3.32735L14 3.9047M18 6.21411L19.004 6.79688C19.6206 7.15475 20 7.81374 20 8.52661V9.75M14 20.0953L13 20.6726C12.3812 21.0299 11.6188 21.0299 11 20.6726L10 20.0953M5.99999 6.21411L4.99598 6.79688C4.37944 7.15475 4 7.81373 4 8.52661V9.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),d=a;export{a as IconImagineAi,d 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=\"M13.133 9.27582L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.867 9.27582C10.5856 10.0074 10.0074 10.5856 9.27582 10.867L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L9.27582 13.133C10.0074 13.4144 10.5856 13.9926 10.867 14.7242L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.133 14.7242C13.4144 13.9926 13.9926 13.4144 14.7242 13.133L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L14.7242 10.867C13.9926 10.5856 13.4144 10.0074 13.133 9.27582Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 14.25V15.4734C20 16.1863 19.6206 16.8452 19.004 17.2031L18 17.7859M4 14.25V15.4734C4 16.1863 4.37944 16.8452 4.99598 17.2031L5.99999 17.7859M10 3.9047L11 3.32735C11.6188 2.97008 12.3812 2.97008 13 3.32735L14 3.9047M18 6.21411L19.004 6.79688C19.6206 7.15475 20 7.81374 20 8.52661V9.75M14 20.0953L13 20.6726C12.3812 21.0299 11.6188 21.0299 11 20.6726L10 20.0953M5.99999 6.21411L4.99598 6.79688C4.37944 7.15475 4 7.81373 4 8.52661V9.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,ioBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ubACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 l=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var a=(r,o,e)=>(e=r!=null?l(I(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(p({},"__esModule",{value:!0}),r);var g={};h(g,{IconInputForm:()=>c,default:()=>P});module.exports=x(g);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),m=({children:r,size:o=24,...e})=>u.default.createElement(d.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 s=require("react-native-svg"),c=r=>n.default.createElement(m,{...r},n.default.createElement(s.Path,{d:"M13 7H19C20.1046 7 21 7.89543 21 9V15C21 16.1046 20.1046 17 19 17H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M5 7C3.89543 7 3 7.89543 3 9V15C3 16.1046 3.89543 17 5 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M9 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;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=\"M13 7H19C20.1046 7 21 7.89543 21 9V15C21 16.1046 20.1046 17 19 17H13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 7C3.89543 7 3 7.89543 3 9V15C3 16.1046 3.89543 17 5 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 4V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4DACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 o from"react";import s from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M13 7H19C20.1046 7 21 7.89543 21 9V15C21 16.1046 20.1046 17 19 17H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M5 7C3.89543 7 3 7.89543 3 9V15C3 16.1046 3.89543 17 5 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M9 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=C;export{C as IconInputForm,B 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=\"M13 7H19C20.1046 7 21 7.89543 21 9V15C21 16.1046 20.1046 17 19 17H13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 7C3.89543 7 3 7.89543 3 9V15C3 16.1046 3.89543 17 5 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 4V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4DACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,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": "round-outlined-radius-2-stroke-2",
|
|
11355
11355
|
"componentName": "IconImageSparkle"
|
|
11356
11356
|
},
|
|
11357
|
+
{
|
|
11358
|
+
"category": "AI & Magic",
|
|
11359
|
+
"svg": "<path d=\"M7 21V16.7887C7 16.1349 6.66659 15.5363 6.19153 15.0871C4.84201 13.8111 4 12.0039 4 10C4 6.13401 7.13401 3 11 3C14.6621 3 17.6674 5.81212 17.9742 9.39474C18.0079 9.78814 18.1169 10.1753 18.3359 10.5038L19.7376 12.6064C19.8848 12.8272 19.8339 13.1246 19.6216 13.2838L18.8 13.9C18.2964 14.2777 18 14.8705 18 15.5V16C18 17.1046 17.1046 18 16 18H15C14.4477 18 14 18.4477 14 19V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9059 7.94536L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L10.0941 7.94536C9.89094 8.47354 9.47355 8.89094 8.94536 9.09409L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L8.94536 10.9059C9.47354 11.1091 9.89094 11.5265 10.0941 12.0546L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L11.9059 12.0546C12.1091 11.5265 12.5265 11.1091 13.0546 10.9059L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L13.0546 9.09409C12.5265 8.89094 12.1091 8.47355 11.9059 7.94536Z\" fill=\"currentColor\"/>",
|
|
11360
|
+
"iconName": "imagine, head, thinking",
|
|
11361
|
+
"variant": {
|
|
11362
|
+
"join": "round",
|
|
11363
|
+
"filled": "off",
|
|
11364
|
+
"radius": "2",
|
|
11365
|
+
"stroke": "2"
|
|
11366
|
+
},
|
|
11367
|
+
"createdAt": "2025-10-15T11:00:57.7131+00:00",
|
|
11368
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
11369
|
+
"componentName": "IconImagine"
|
|
11370
|
+
},
|
|
11371
|
+
{
|
|
11372
|
+
"category": "AI & Magic",
|
|
11373
|
+
"svg": "<path d=\"M13.133 9.27582L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.867 9.27582C10.5856 10.0074 10.0074 10.5856 9.27582 10.867L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L9.27582 13.133C10.0074 13.4144 10.5856 13.9926 10.867 14.7242L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.133 14.7242C13.4144 13.9926 13.9926 13.4144 14.7242 13.133L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L14.7242 10.867C13.9926 10.5856 13.4144 10.0074 13.133 9.27582Z\" fill=\"currentColor\"/><path d=\"M20 14.25V15.4734C20 16.1863 19.6206 16.8452 19.004 17.2031L18 17.7859M4 14.25V15.4734C4 16.1863 4.37944 16.8452 4.99598 17.2031L5.99999 17.7859M10 3.9047L11 3.32735C11.6188 2.97008 12.3812 2.97008 13 3.32735L14 3.9047M18 6.21411L19.004 6.79688C19.6206 7.15475 20 7.81374 20 8.52661V9.75M14 20.0953L13 20.6726C12.3812 21.0299 11.6188 21.0299 11 20.6726L10 20.0953M5.99999 6.21411L4.99598 6.79688C4.37944 7.15475 4 7.81373 4 8.52661V9.75\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
11374
|
+
"iconName": "imagine-ai, cube, room, 3d, opject, vector",
|
|
11375
|
+
"variant": {
|
|
11376
|
+
"join": "round",
|
|
11377
|
+
"filled": "off",
|
|
11378
|
+
"radius": "2",
|
|
11379
|
+
"stroke": "2"
|
|
11380
|
+
},
|
|
11381
|
+
"createdAt": "2025-10-15T11:00:57.7131+00:00",
|
|
11382
|
+
"packageName": "round-outlined-radius-2-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": "round-outlined-radius-2-stroke-2",
|
|
11467
11495
|
"componentName": "IconInjection"
|
|
11468
11496
|
},
|
|
11497
|
+
{
|
|
11498
|
+
"category": "Edit",
|
|
11499
|
+
"svg": "<path d=\"M13 7H19C20.1046 7 21 7.89543 21 9V15C21 16.1046 20.1046 17 19 17H13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 7C3.89543 7 3 7.89543 3 9V15C3 16.1046 3.89543 17 5 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 4V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
11500
|
+
"iconName": "input-form, text-area, prompt",
|
|
11501
|
+
"variant": {
|
|
11502
|
+
"join": "round",
|
|
11503
|
+
"filled": "off",
|
|
11504
|
+
"radius": "2",
|
|
11505
|
+
"stroke": "2"
|
|
11506
|
+
},
|
|
11507
|
+
"createdAt": "2025-10-15T14:30:19.170335+00:00",
|
|
11508
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
11509
|
+
"componentName": "IconInputForm"
|
|
11510
|
+
},
|
|
11469
11511
|
{
|
|
11470
11512
|
"category": "Typography",
|
|
11471
11513
|
"svg": "<path d=\"M17 8L20.2929 11.2929C20.6834 11.6834 20.6834 12.3166 20.2929 12.7071L17 16M7 16L3.70711 12.7071C3.31658 12.3166 3.31658 11.6834 3.70711 11.2929L7 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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/round-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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";
|