@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.178 → 1.1.179

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFolderOpenFront: FC<CentralIconBaseProps>;
4
+ export default IconFolderOpenFront;
@@ -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,l)=>{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:!(l=B(o,e))||l.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)),F=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconFolderOpenFront:()=>i,default:()=>d});module.exports=F(v);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z",fill:"currentColor"})),d=i;0&&(module.exports={IconFolderOpenFront});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolderOpenFront/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 IconFolderOpenFront: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderOpenFront;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFolderOpenFront_exports","__export","IconFolderOpenFront","IconFolderOpenFront_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderOpenFront","props","React","CentralIconBase","IconFolderOpenFront_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...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 a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z",fill:"currentColor"}),t.createElement(n,{d:"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z",fill:"currentColor"})),P=a;export{a as IconFolderOpenFront,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolderOpenFront/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 IconFolderOpenFront: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderOpenFront;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderOpenFront","props","React","CentralIconBase","IconFolderOpenFront_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconImagineHead: FC<CentralIconBaseProps>;
4
+ export default IconImagineHead;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!g.call(C,e)&&e!==o&&t(C,e,{get:()=>r[e],enumerable:!(l=u(r,e))||l.enumerable});return C};var L=(C,r,o)=>(o=C!=null?i(B(C)):{},a(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),P=C=>a(t({},"__esModule",{value:!0}),C);var v={};x(v,{IconImagineHead:()=>c,default:()=>d});module.exports=P(v);var n=L(require("react"));var m=L(require("react")),f=require("react-native-svg"),s=({children:C,size:r=24,...o})=>m.default.createElement(f.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),c=C=>n.default.createElement(s,{...C},n.default.createElement(p.Path,{d:"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z",fill:"currentColor"})),d=c;0&&(module.exports={IconImagineHead});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconImagineHead/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 IconImagineHead: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineHead;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ikBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,stCACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8lBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconImagineHead_exports","__export","IconImagineHead","IconImagineHead_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImagineHead","props","React","CentralIconBase","IconImagineHead_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:C=24,...t})=>p.createElement(l,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>r.createElement(n,{...o},r.createElement(e,{d:"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z",fill:"currentColor"}),r.createElement(e,{d:"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z",fill:"currentColor"}),r.createElement(e,{d:"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z",fill:"currentColor"})),g=a;export{a as IconImagineHead,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconImagineHead/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 IconImagineHead: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineHead;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ikBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,stCACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8lBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImagineHead","props","React","CentralIconBase","IconImagineHead_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconInfoSimple: FC<CentralIconBaseProps>;
4
+ export default IconInfoSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=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,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var S={};g(S,{IconInfoSimple:()=>i,default:()=>H});module.exports=v(S);var C=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 p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z",fill:"currentColor"})),H=i;0&&(module.exports={IconInfoSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconInfoSimple/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 IconInfoSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInfoSimple;\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,EAAE,8SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconInfoSimple_exports","__export","IconInfoSimple","IconInfoSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconInfoSimple","props","React","CentralIconBase","IconInfoSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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=>t.createElement(e,{...o},t.createElement(n,{d:"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z",fill:"currentColor"}),t.createElement(n,{d:"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z",fill:"currentColor"})),P=a;export{a as IconInfoSimple,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconInfoSimple/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 IconInfoSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInfoSimple;\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,EAAE,8SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconInfoSimple","props","React","CentralIconBase","IconInfoSimple_default"]}
package/README.md CHANGED
@@ -177,6 +177,7 @@ Below is a complete list of available icons:
177
177
  - IconImagesSparkle
178
178
  - IconImagine
179
179
  - IconImagineAi
180
+ - IconImagineHead
180
181
  - IconLightbulbSparkle
181
182
  - IconListSparkle
182
183
  - IconLiveVoiceTranslate
@@ -832,6 +833,7 @@ Below is a complete list of available icons:
832
833
  - IconFolderLink
833
834
  - IconFolderLink2
834
835
  - IconFolderOpen
836
+ - IconFolderOpenFront
835
837
  - IconFolderPaper
836
838
  - IconFolderRestricted
837
839
  - IconFolders
@@ -1120,6 +1122,7 @@ Below is a complete list of available icons:
1120
1122
  - IconImport2
1121
1123
  - IconInboxChecked
1122
1124
  - IconInboxEmpty
1125
+ - IconInfoSimple
1123
1126
  - IconLightBulb
1124
1127
  - IconLightbulbGlow
1125
1128
  - IconLightBulbSimple
@@ -11536,6 +11536,20 @@
11536
11536
  "packageName": "round-filled-radius-1-stroke-1.5",
11537
11537
  "componentName": "IconFolderOpen"
11538
11538
  },
11539
+ {
11540
+ "category": "Folders & Files",
11541
+ "svg": "<path d=\"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z\" fill=\"currentColor\"/><path d=\"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z\" fill=\"currentColor\"/>",
11542
+ "iconName": "folder-open-front",
11543
+ "variant": {
11544
+ "join": "round",
11545
+ "filled": "on",
11546
+ "radius": "1",
11547
+ "stroke": "1.5"
11548
+ },
11549
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
11550
+ "packageName": "round-filled-radius-1-stroke-1.5",
11551
+ "componentName": "IconFolderOpenFront"
11552
+ },
11539
11553
  {
11540
11554
  "category": "Folders & Files",
11541
11555
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4.75C3 3.7835 3.7835 3 4.75 3H15.25C16.2165 3 17 3.7835 17 4.75V5H19.25C20.2165 5 21 5.7835 21 6.75V10.1684C21.5912 10.4493 22 11.0519 22 11.75V19.25C22 20.2165 21.2165 21 20.25 21H3.75C2.7835 21 2 20.2165 2 19.25V8.75C2 8.0519 2.40876 7.44927 3 7.16841V4.75ZM4.5 7H8.33579C8.79992 7 9.24503 7.18437 9.57322 7.51256L11.9874 9.92678C12.0343 9.97366 12.0979 10 12.1642 10H15.5V4.75C15.5 4.61193 15.3881 4.5 15.25 4.5H4.75C4.61193 4.5 4.5 4.61193 4.5 4.75V7ZM17 10H19.5V6.75C19.5 6.61193 19.3881 6.5 19.25 6.5H17V10Z\" fill=\"currentColor\"/>",
@@ -13818,6 +13832,20 @@
13818
13832
  "packageName": "round-filled-radius-1-stroke-1.5",
13819
13833
  "componentName": "IconImagineAi"
13820
13834
  },
13835
+ {
13836
+ "category": "AI & Magic",
13837
+ "svg": "<path d=\"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z\" fill=\"currentColor\"/><path d=\"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z\" fill=\"currentColor\"/><path d=\"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z\" fill=\"currentColor\"/>",
13838
+ "iconName": "imagine-head, thinking, ai",
13839
+ "variant": {
13840
+ "join": "round",
13841
+ "filled": "on",
13842
+ "radius": "1",
13843
+ "stroke": "1.5"
13844
+ },
13845
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
13846
+ "packageName": "round-filled-radius-1-stroke-1.5",
13847
+ "componentName": "IconImagineHead"
13848
+ },
13821
13849
  {
13822
13850
  "category": "Social Media & Brands",
13823
13851
  "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\"/>",
@@ -13916,6 +13944,20 @@
13916
13944
  "packageName": "round-filled-radius-1-stroke-1.5",
13917
13945
  "componentName": "IconInfinity"
13918
13946
  },
13947
+ {
13948
+ "category": "Interface General",
13949
+ "svg": "<path d=\"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z\" fill=\"currentColor\"/><path d=\"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z\" fill=\"currentColor\"/>",
13950
+ "iconName": "info-simple, tooltip, information",
13951
+ "variant": {
13952
+ "join": "round",
13953
+ "filled": "on",
13954
+ "radius": "1",
13955
+ "stroke": "1.5"
13956
+ },
13957
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
13958
+ "packageName": "round-filled-radius-1-stroke-1.5",
13959
+ "componentName": "IconInfoSimple"
13960
+ },
13919
13961
  {
13920
13962
  "category": "Location",
13921
13963
  "svg": "<path d=\"M3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12C20.5 12.9826 20.3336 13.9248 20.028 14.8008C19.8915 15.1919 20.098 15.6196 20.4891 15.756C20.8802 15.8925 21.3078 15.686 21.4443 15.2949C21.8045 14.2622 22 13.1531 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.1531 2.19549 14.2622 2.55574 15.2949C2.69218 15.686 3.11983 15.8925 3.51093 15.756C3.90202 15.6196 4.10847 15.1919 3.97204 14.8008C3.66643 13.9248 3.5 12.9826 3.5 12Z\" fill=\"currentColor\"/><path d=\"M13.5388 10.7661C12.8768 9.5441 11.1232 9.54411 10.4612 10.7661L6.44503 18.1807C5.61567 19.7118 7.28812 21.3829 8.81856 20.5523L11.8808 18.8903C11.9551 18.8499 12.0449 18.8499 12.1193 18.8903L15.1815 20.5523C16.7119 21.3829 18.3844 19.7118 17.555 18.1807L13.5388 10.7661Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -823,6 +823,7 @@ export type CentralIconName =
823
823
  | "IconFolderLink"
824
824
  | "IconFolderLink2"
825
825
  | "IconFolderOpen"
826
+ | "IconFolderOpenFront"
826
827
  | "IconFolderPaper"
827
828
  | "IconFolderRestricted"
828
829
  | "IconFolders"
@@ -986,6 +987,7 @@ export type CentralIconName =
986
987
  | "IconImagesSparkle"
987
988
  | "IconImagine"
988
989
  | "IconImagineAi"
990
+ | "IconImagineHead"
989
991
  | "IconImessage"
990
992
  | "IconImport"
991
993
  | "IconImport2"
@@ -993,6 +995,7 @@ export type CentralIconName =
993
995
  | "IconInboxEmpty"
994
996
  | "IconIncrease"
995
997
  | "IconInfinity"
998
+ | "IconInfoSimple"
996
999
  | "IconInitiatives"
997
1000
  | "IconInjection"
998
1001
  | "IconInputForm"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1.5",
3
- "version": "1.1.178",
3
+ "version": "1.1.179",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/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": 1917,
14
+ "totalIcons": 1920,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 74,
17
+ "count": 75,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -47,6 +47,7 @@
47
47
  "IconImagesSparkle",
48
48
  "IconImagine",
49
49
  "IconImagineAi",
50
+ "IconImagineHead",
50
51
  "IconLightbulbSparkle",
51
52
  "IconListSparkle",
52
53
  "IconLiveVoiceTranslate",
@@ -689,7 +690,7 @@
689
690
  ]
690
691
  },
691
692
  "Folders & Files": {
692
- "count": 83,
693
+ "count": 84,
693
694
  "icons": [
694
695
  "IconArchive",
695
696
  "IconBlankPageLandscape",
@@ -728,6 +729,7 @@
728
729
  "IconFolderLink",
729
730
  "IconFolderLink2",
730
731
  "IconFolderOpen",
732
+ "IconFolderOpenFront",
731
733
  "IconFolderPaper",
732
734
  "IconFolderRestricted",
733
735
  "IconFolders",
@@ -927,7 +929,7 @@
927
929
  ]
928
930
  },
929
931
  "Interface General": {
930
- "count": 195,
932
+ "count": 196,
931
933
  "icons": [
932
934
  "IconAnchor1",
933
935
  "IconAnchor2",
@@ -1028,6 +1030,7 @@
1028
1030
  "IconImport2",
1029
1031
  "IconInboxChecked",
1030
1032
  "IconInboxEmpty",
1033
+ "IconInfoSimple",
1031
1034
  "IconLightBulb",
1032
1035
  "IconLightbulbGlow",
1033
1036
  "IconLightBulbSimple",
@@ -2943,6 +2946,7 @@
2943
2946
  "IconFolderLink": "folder-link, link, attachment",
2944
2947
  "IconFolderLink2": "folder-link-2, link, attachment",
2945
2948
  "IconFolderOpen": "folder-open",
2949
+ "IconFolderOpenFront": "folder-open-front",
2946
2950
  "IconFolderPaper": "folder-paper",
2947
2951
  "IconFolderRestricted": "folder-restricted",
2948
2952
  "IconFolders": "folders",
@@ -3106,6 +3110,7 @@
3106
3110
  "IconImagesSparkle": "images-sparkle, photos, pictures, shot, generate",
3107
3111
  "IconImagine": "imagine, head, thinking",
3108
3112
  "IconImagineAi": "imagine-ai, cube, room, 3d, opject, vector",
3113
+ "IconImagineHead": "imagine-head, thinking, ai",
3109
3114
  "IconImessage": "imessage",
3110
3115
  "IconImport": "import, download, save",
3111
3116
  "IconImport2": "import-2, download, save",
@@ -3113,6 +3118,7 @@
3113
3118
  "IconInboxEmpty": "inbox-empty",
3114
3119
  "IconIncrease": "increase, scale, show-more, change-position",
3115
3120
  "IconInfinity": "infinity, loop, boomerang",
3121
+ "IconInfoSimple": "info-simple, tooltip, information",
3116
3122
  "IconInitiatives": "initiatives, nav, rooting",
3117
3123
  "IconInjection": "injection",
3118
3124
  "IconInputForm": "input-form, text-area, prompt, rename",
package/index.d.ts CHANGED
@@ -822,6 +822,7 @@ export { IconFolderDownload, default as IconFolderDownloadDefault, } from "./Ico
822
822
  export { IconFolderLink, default as IconFolderLinkDefault, } from "./IconFolderLink";
823
823
  export { IconFolderLink2, default as IconFolderLink2Default, } from "./IconFolderLink2";
824
824
  export { IconFolderOpen, default as IconFolderOpenDefault, } from "./IconFolderOpen";
825
+ export { IconFolderOpenFront, default as IconFolderOpenFrontDefault, } from "./IconFolderOpenFront";
825
826
  export { IconFolderPaper, default as IconFolderPaperDefault, } from "./IconFolderPaper";
826
827
  export { IconFolderRestricted, default as IconFolderRestrictedDefault, } from "./IconFolderRestricted";
827
828
  export { IconFolderShared, default as IconFolderSharedDefault, } from "./IconFolderShared";
@@ -985,6 +986,7 @@ export { IconImagesCircle, default as IconImagesCircleDefault, } from "./IconIma
985
986
  export { IconImagesSparkle, default as IconImagesSparkleDefault, } from "./IconImagesSparkle";
986
987
  export { IconImagine, default as IconImagineDefault } from "./IconImagine";
987
988
  export { IconImagineAi, default as IconImagineAiDefault, } from "./IconImagineAi";
989
+ export { IconImagineHead, default as IconImagineHeadDefault, } from "./IconImagineHead";
988
990
  export { IconImessage, default as IconImessageDefault } from "./IconImessage";
989
991
  export { IconImport, default as IconImportDefault } from "./IconImport";
990
992
  export { IconImport2, default as IconImport2Default } from "./IconImport2";
@@ -992,6 +994,7 @@ export { IconInboxChecked, default as IconInboxCheckedDefault, } from "./IconInb
992
994
  export { IconInboxEmpty, default as IconInboxEmptyDefault, } from "./IconInboxEmpty";
993
995
  export { IconIncrease, default as IconIncreaseDefault } from "./IconIncrease";
994
996
  export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
997
+ export { IconInfoSimple, default as IconInfoSimpleDefault, } from "./IconInfoSimple";
995
998
  export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
996
999
  export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
997
1000
  export { IconInputForm, default as IconInputFormDefault, } from "./IconInputForm";