@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.202 → 1.1.204

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 IconClapboardSparkle: FC<CentralIconBaseProps>;
4
+ export default IconClapboardSparkle;
@@ -0,0 +1,2 @@
1
+ "use strict";var L=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of k(o))!h.call(r,C)&&C!==t&&p(r,C,{get:()=>o[C],enumerable:!(s=c(o,C))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?L(f(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>l(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconClapboardSparkle:()=>u,default:()=>x});module.exports=I(P);var e=a(require("react"));var d=a(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...t})=>d.default.createElement(i.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 n=require("react-native-svg"),u=r=>e.default.createElement(m,{...r},e.default.createElement(n.Path,{d:"M20 11V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M4 9H20",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M8.25 9L10.25 4",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M13.75 9L15.75 4",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),x=u;0&&(module.exports={IconClapboardSparkle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClapboardSparkle/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 IconClapboardSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 11V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M4 9H20\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8.25 9L10.25 4\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M13.75 9L15.75 4\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClapboardSparkle;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+FACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChE,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjE,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconClapboardSparkle_exports","__export","IconClapboardSparkle","IconClapboardSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClapboardSparkle","props","React","CentralIconBase","IconClapboardSparkle_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,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 l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20 11V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M4 9H20",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M8.25 9L10.25 4",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M13.75 9L15.75 4",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),h=l;export{l as IconClapboardSparkle,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClapboardSparkle/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 IconClapboardSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 11V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M4 9H20\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8.25 9L10.25 4\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M13.75 9L15.75 4\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClapboardSparkle;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,EACxDG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChEG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjEG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClapboardSparkle","props","React","CentralIconBase","IconClapboardSparkle_default"]}
@@ -1,2 +1,2 @@
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,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of B(C))!x.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(p=i(C,t))||p.enumerable});return r};var s=(r,C,o)=>(o=r!=null?u(I(r)):{},a(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),Z=r=>a(e({},"__esModule",{value:!0}),r);var H={};P(H,{IconDateCustom:()=>f,default:()=>g});module.exports=Z(H);var n=s(require("react"));var m=s(require("react")),M=require("react-native-svg"),c=({children:r,size:C=24,...o})=>m.default.createElement(M.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),f=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M5.4 12H5.6M5.4 18.5H5.6M11.9 18.5H12.1M18.4 5.5H18.6M18.4 12H18.6M11.9 5.5H12.1M6 12C6 12.2761 5.77614 12.5 5.5 12.5C5.22386 12.5 5 12.2761 5 12C5 11.7239 5.22386 11.5 5.5 11.5C5.77614 11.5 6 11.7239 6 12ZM6 18.5C6 18.7761 5.77614 19 5.5 19C5.22386 19 5 18.7761 5 18.5C5 18.2239 5.22386 18 5.5 18C5.77614 18 6 18.2239 6 18.5ZM12.5 18.5C12.5 18.7761 12.2761 19 12 19C11.7239 19 11.5 18.7761 11.5 18.5C11.5 18.2239 11.7239 18 12 18C12.2761 18 12.5 18.2239 12.5 18.5ZM19 5.5C19 5.77614 18.7761 6 18.5 6C18.2239 6 18 5.77614 18 5.5C18 5.22386 18.2239 5 18.5 5C18.7761 5 19 5.22386 19 5.5ZM19 12C19 12.2761 18.7761 12.5 18.5 12.5C18.2239 12.5 18 12.2761 18 12C18 11.7239 18.2239 11.5 18.5 11.5C18.7761 11.5 19 11.7239 19 12ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12ZM12.5 5.5C12.5 5.77614 12.2761 6 12 6C11.7239 6 11.5 5.77614 11.5 5.5C11.5 5.22386 11.7239 5 12 5C12.2761 5 12.5 5.22386 12.5 5.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),g=f;0&&(module.exports={IconDateCustom});
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},s=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?c(I(r)):{},s(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>s(l({},"__esModule",{value:!0}),r);var g={};M(g,{IconDateCustom:()=>a,default:()=>Z});module.exports=P(g);var t=f(require("react"));var u=f(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...C})=>u.default.createElement(i.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 e=require("react-native-svg"),a=r=>t.default.createElement(m,{...r},t.default.createElement(e.Path,{d:"M5.5 17C6.32843 17 7 17.6716 7 18.5C7 19.3284 6.32843 20 5.5 20C4.67157 20 4 19.3284 4 18.5C4 17.6716 4.67157 17 5.5 17Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12 17C12.8284 17 13.5 17.6716 13.5 18.5C13.5 19.3284 12.8284 20 12 20C11.1716 20 10.5 19.3284 10.5 18.5C10.5 17.6716 11.1716 17 12 17Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M5.5 10.5C6.32843 10.5 7 11.1716 7 12C7 12.8284 6.32843 13.5 5.5 13.5C4.67157 13.5 4 12.8284 4 12C4 11.1716 4.67157 10.5 5.5 10.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M18.5 10.5C19.3284 10.5 20 11.1716 20 12C20 12.8284 19.3284 13.5 18.5 13.5C17.6716 13.5 17 12.8284 17 12C17 11.1716 17.6716 10.5 18.5 10.5Z",fill:"currentColor"}),t.default.createElement(e.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"}),t.default.createElement(e.Path,{d:"M18.5 4C19.3284 4 20 4.67157 20 5.5C20 6.32843 19.3284 7 18.5 7C17.6716 7 17 6.32843 17 5.5C17 4.67157 17.6716 4 18.5 4Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),Z=a;0&&(module.exports={IconDateCustom});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconDateCustom/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 IconDateCustom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.4 12H5.6M5.4 18.5H5.6M11.9 18.5H12.1M18.4 5.5H18.6M18.4 12H18.6M11.9 5.5H12.1M6 12C6 12.2761 5.77614 12.5 5.5 12.5C5.22386 12.5 5 12.2761 5 12C5 11.7239 5.22386 11.5 5.5 11.5C5.77614 11.5 6 11.7239 6 12ZM6 18.5C6 18.7761 5.77614 19 5.5 19C5.22386 19 5 18.7761 5 18.5C5 18.2239 5.22386 18 5.5 18C5.77614 18 6 18.2239 6 18.5ZM12.5 18.5C12.5 18.7761 12.2761 19 12 19C11.7239 19 11.5 18.7761 11.5 18.5C11.5 18.2239 11.7239 18 12 18C12.2761 18 12.5 18.2239 12.5 18.5ZM19 5.5C19 5.77614 18.7761 6 18.5 6C18.2239 6 18 5.77614 18 5.5C18 5.22386 18.2239 5 18.5 5C18.7761 5 19 5.22386 19 5.5ZM19 12C19 12.2761 18.7761 12.5 18.5 12.5C18.2239 12.5 18 12.2761 18 12C18 11.7239 18.2239 11.5 18.5 11.5C18.7761 11.5 19 11.7239 19 12ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12ZM12.5 5.5C12.5 5.77614 12.2761 6 12 6C11.7239 6 11.5 5.77614 11.5 5.5C11.5 5.22386 11.7239 5 12 5C12.2761 5 12.5 5.22386 12.5 5.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDateCustom;\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,s+BACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconDateCustom_exports","__export","IconDateCustom","IconDateCustom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDateCustom","props","React","CentralIconBase","IconDateCustom_default"]}
1
+ {"version":3,"sources":["../src/IconDateCustom/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 IconDateCustom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 17C6.32843 17 7 17.6716 7 18.5C7 19.3284 6.32843 20 5.5 20C4.67157 20 4 19.3284 4 18.5C4 17.6716 4.67157 17 5.5 17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 17C12.8284 17 13.5 17.6716 13.5 18.5C13.5 19.3284 12.8284 20 12 20C11.1716 20 10.5 19.3284 10.5 18.5C10.5 17.6716 11.1716 17 12 17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.5 10.5C6.32843 10.5 7 11.1716 7 12C7 12.8284 6.32843 13.5 5.5 13.5C4.67157 13.5 4 12.8284 4 12C4 11.1716 4.67157 10.5 5.5 10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 10.5C19.3284 10.5 20 11.1716 20 12C20 12.8284 19.3284 13.5 18.5 13.5C17.6716 13.5 17 12.8284 17 12C17 11.1716 17.6716 10.5 18.5 10.5Z\"\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 <Path\n d=\"M18.5 4C19.3284 4 20 4.67157 20 5.5C20 6.32843 19.3284 7 18.5 7C17.6716 7 17 6.32843 17 5.5C17 4.67157 17.6716 4 18.5 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDateCustom;\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,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconDateCustom_exports","__export","IconDateCustom","IconDateCustom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDateCustom","props","React","CentralIconBase","IconDateCustom_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:C,size:r=24,...e})=>n.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as a}from"react-native-svg";var s=C=>t.createElement(o,{...C},t.createElement(a,{d:"M5.4 12H5.6M5.4 18.5H5.6M11.9 18.5H12.1M18.4 5.5H18.6M18.4 12H18.6M11.9 5.5H12.1M6 12C6 12.2761 5.77614 12.5 5.5 12.5C5.22386 12.5 5 12.2761 5 12C5 11.7239 5.22386 11.5 5.5 11.5C5.77614 11.5 6 11.7239 6 12ZM6 18.5C6 18.7761 5.77614 19 5.5 19C5.22386 19 5 18.7761 5 18.5C5 18.2239 5.22386 18 5.5 18C5.77614 18 6 18.2239 6 18.5ZM12.5 18.5C12.5 18.7761 12.2761 19 12 19C11.7239 19 11.5 18.7761 11.5 18.5C11.5 18.2239 11.7239 18 12 18C12.2761 18 12.5 18.2239 12.5 18.5ZM19 5.5C19 5.77614 18.7761 6 18.5 6C18.2239 6 18 5.77614 18 5.5C18 5.22386 18.2239 5 18.5 5C18.7761 5 19 5.22386 19 5.5ZM19 12C19 12.2761 18.7761 12.5 18.5 12.5C18.2239 12.5 18 12.2761 18 12C18 11.7239 18.2239 11.5 18.5 11.5C18.7761 11.5 19 11.7239 19 12ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12ZM12.5 5.5C12.5 5.77614 12.2761 6 12 6C11.7239 6 11.5 5.77614 11.5 5.5C11.5 5.22386 11.7239 5 12 5C12.2761 5 12.5 5.22386 12.5 5.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),x=s;export{s as IconDateCustom,x as default};
1
+ import r from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:t,size:C=24,...n})=>l.createElement(p,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},t);import{Path as o}from"react-native-svg";var s=t=>r.createElement(e,{...t},r.createElement(o,{d:"M5.5 17C6.32843 17 7 17.6716 7 18.5C7 19.3284 6.32843 20 5.5 20C4.67157 20 4 19.3284 4 18.5C4 17.6716 4.67157 17 5.5 17Z",fill:"currentColor"}),r.createElement(o,{d:"M12 17C12.8284 17 13.5 17.6716 13.5 18.5C13.5 19.3284 12.8284 20 12 20C11.1716 20 10.5 19.3284 10.5 18.5C10.5 17.6716 11.1716 17 12 17Z",fill:"currentColor"}),r.createElement(o,{d:"M5.5 10.5C6.32843 10.5 7 11.1716 7 12C7 12.8284 6.32843 13.5 5.5 13.5C4.67157 13.5 4 12.8284 4 12C4 11.1716 4.67157 10.5 5.5 10.5Z",fill:"currentColor"}),r.createElement(o,{d:"M18.5 10.5C19.3284 10.5 20 11.1716 20 12C20 12.8284 19.3284 13.5 18.5 13.5C17.6716 13.5 17 12.8284 17 12C17 11.1716 17.6716 10.5 18.5 10.5Z",fill:"currentColor"}),r.createElement(o,{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"}),r.createElement(o,{d:"M18.5 4C19.3284 4 20 4.67157 20 5.5C20 6.32843 19.3284 7 18.5 7C17.6716 7 17 6.32843 17 5.5C17 4.67157 17.6716 4 18.5 4Z",fill:"currentColor"}),r.createElement(o,{d:"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),x=s;export{s as IconDateCustom,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconDateCustom/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 IconDateCustom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.4 12H5.6M5.4 18.5H5.6M11.9 18.5H12.1M18.4 5.5H18.6M18.4 12H18.6M11.9 5.5H12.1M6 12C6 12.2761 5.77614 12.5 5.5 12.5C5.22386 12.5 5 12.2761 5 12C5 11.7239 5.22386 11.5 5.5 11.5C5.77614 11.5 6 11.7239 6 12ZM6 18.5C6 18.7761 5.77614 19 5.5 19C5.22386 19 5 18.7761 5 18.5C5 18.2239 5.22386 18 5.5 18C5.77614 18 6 18.2239 6 18.5ZM12.5 18.5C12.5 18.7761 12.2761 19 12 19C11.7239 19 11.5 18.7761 11.5 18.5C11.5 18.2239 11.7239 18 12 18C12.2761 18 12.5 18.2239 12.5 18.5ZM19 5.5C19 5.77614 18.7761 6 18.5 6C18.2239 6 18 5.77614 18 5.5C18 5.22386 18.2239 5 18.5 5C18.7761 5 19 5.22386 19 5.5ZM19 12C19 12.2761 18.7761 12.5 18.5 12.5C18.2239 12.5 18 12.2761 18 12C18 11.7239 18.2239 11.5 18.5 11.5C18.7761 11.5 19 11.7239 19 12ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12ZM12.5 5.5C12.5 5.77614 12.2761 6 12 6C11.7239 6 11.5 5.77614 11.5 5.5C11.5 5.22386 11.7239 5 12 5C12.2761 5 12.5 5.22386 12.5 5.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDateCustom;\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,s+BACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDateCustom","props","React","CentralIconBase","IconDateCustom_default"]}
1
+ {"version":3,"sources":["../src/IconDateCustom/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 IconDateCustom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 17C6.32843 17 7 17.6716 7 18.5C7 19.3284 6.32843 20 5.5 20C4.67157 20 4 19.3284 4 18.5C4 17.6716 4.67157 17 5.5 17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 17C12.8284 17 13.5 17.6716 13.5 18.5C13.5 19.3284 12.8284 20 12 20C11.1716 20 10.5 19.3284 10.5 18.5C10.5 17.6716 11.1716 17 12 17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.5 10.5C6.32843 10.5 7 11.1716 7 12C7 12.8284 6.32843 13.5 5.5 13.5C4.67157 13.5 4 12.8284 4 12C4 11.1716 4.67157 10.5 5.5 10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 10.5C19.3284 10.5 20 11.1716 20 12C20 12.8284 19.3284 13.5 18.5 13.5C17.6716 13.5 17 12.8284 17 12C17 11.1716 17.6716 10.5 18.5 10.5Z\"\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 <Path\n d=\"M18.5 4C19.3284 4 20 4.67157 20 5.5C20 6.32843 19.3284 7 18.5 7C17.6716 7 17 6.32843 17 5.5C17 4.67157 17.6716 4 18.5 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDateCustom;\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,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDateCustom","props","React","CentralIconBase","IconDateCustom_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEducation: FC<CentralIconBaseProps>;
4
+ export default IconEducation;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(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 n of f(o))!h.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(i=m(o,n))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(L(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconEducation:()=>k,default:()=>x});module.exports=I(P);var t=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(a.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"),k=r=>t.default.createElement(c,{...r},t.default.createElement(s.Path,{d:"M21 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"})),x=k;0&&(module.exports={IconEducation});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconEducation/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 IconEducation: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEducation;\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,kEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconEducation_exports","__export","IconEducation","IconEducation_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEducation","props","React","CentralIconBase","IconEducation_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M21 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"})),h=C;export{C as IconEducation,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconEducation/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 IconEducation: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEducation;\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,kEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEducation","props","React","CentralIconBase","IconEducation_default"]}
package/README.md CHANGED
@@ -160,6 +160,7 @@ Below is a complete list of available icons:
160
160
  - IconBubbleWideSparkle
161
161
  - IconCalenderSparkle
162
162
  - IconCameraSparkle
163
+ - IconClapboardSparkle
163
164
  - IconClaw
164
165
  - IconClipboard2Sparkle
165
166
  - IconCloudySparkle
@@ -1919,6 +1920,7 @@ Below is a complete list of available icons:
1919
1920
  - IconDiscoBall
1920
1921
  - IconDoorHanger
1921
1922
  - IconDumbell
1923
+ - IconEducation
1922
1924
  - IconElements
1923
1925
  - IconEmojiAstonished
1924
1926
  - IconExplosion
@@ -6958,6 +6958,20 @@
6958
6958
  "packageName": "round-outlined-radius-2-stroke-2",
6959
6959
  "componentName": "IconClapboard"
6960
6960
  },
6961
+ {
6962
+ "category": "AI & Magic",
6963
+ "svg": "<path d=\"M20 11V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 9H20\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8.25 9L10.25 4\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M13.75 9L15.75 4\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
6964
+ "iconName": "clapboard-sparkle, movie, film, ai",
6965
+ "variant": {
6966
+ "join": "round",
6967
+ "filled": "off",
6968
+ "radius": "2",
6969
+ "stroke": "2"
6970
+ },
6971
+ "createdAt": "2026-04-22T18:02:13.757381+00:00",
6972
+ "packageName": "round-outlined-radius-2-stroke-2",
6973
+ "componentName": "IconClapboardSparkle"
6974
+ },
6961
6975
  {
6962
6976
  "category": "Photography & Video",
6963
6977
  "svg": "<path d=\"M19 5H5C3.89543 5 3 5.89543 3 7V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V7C21 5.89543 20.1046 5 19 5Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M4 10H20\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7.75 10L9.75 5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M14.25 10L16.25 5\" stroke=\"currentColor\" stroke-width=\"2\"/>",
@@ -8808,7 +8822,7 @@
8808
8822
  },
8809
8823
  {
8810
8824
  "category": "Time & Date",
8811
- "svg": "<path d=\"M5.4 12H5.6M5.4 18.5H5.6M11.9 18.5H12.1M18.4 5.5H18.6M18.4 12H18.6M11.9 5.5H12.1M6 12C6 12.2761 5.77614 12.5 5.5 12.5C5.22386 12.5 5 12.2761 5 12C5 11.7239 5.22386 11.5 5.5 11.5C5.77614 11.5 6 11.7239 6 12ZM6 18.5C6 18.7761 5.77614 19 5.5 19C5.22386 19 5 18.7761 5 18.5C5 18.2239 5.22386 18 5.5 18C5.77614 18 6 18.2239 6 18.5ZM12.5 18.5C12.5 18.7761 12.2761 19 12 19C11.7239 19 11.5 18.7761 11.5 18.5C11.5 18.2239 11.7239 18 12 18C12.2761 18 12.5 18.2239 12.5 18.5ZM19 5.5C19 5.77614 18.7761 6 18.5 6C18.2239 6 18 5.77614 18 5.5C18 5.22386 18.2239 5 18.5 5C18.7761 5 19 5.22386 19 5.5ZM19 12C19 12.2761 18.7761 12.5 18.5 12.5C18.2239 12.5 18 12.2761 18 12C18 11.7239 18.2239 11.5 18.5 11.5C18.7761 11.5 19 11.7239 19 12ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12ZM12.5 5.5C12.5 5.77614 12.2761 6 12 6C11.7239 6 11.5 5.77614 11.5 5.5C11.5 5.22386 11.7239 5 12 5C12.2761 5 12.5 5.22386 12.5 5.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
8825
+ "svg": "<path d=\"M5.5 17C6.32843 17 7 17.6716 7 18.5C7 19.3284 6.32843 20 5.5 20C4.67157 20 4 19.3284 4 18.5C4 17.6716 4.67157 17 5.5 17Z\" fill=\"currentColor\"/><path d=\"M12 17C12.8284 17 13.5 17.6716 13.5 18.5C13.5 19.3284 12.8284 20 12 20C11.1716 20 10.5 19.3284 10.5 18.5C10.5 17.6716 11.1716 17 12 17Z\" fill=\"currentColor\"/><path d=\"M5.5 10.5C6.32843 10.5 7 11.1716 7 12C7 12.8284 6.32843 13.5 5.5 13.5C4.67157 13.5 4 12.8284 4 12C4 11.1716 4.67157 10.5 5.5 10.5Z\" fill=\"currentColor\"/><path d=\"M18.5 10.5C19.3284 10.5 20 11.1716 20 12C20 12.8284 19.3284 13.5 18.5 13.5C17.6716 13.5 17 12.8284 17 12C17 11.1716 17.6716 10.5 18.5 10.5Z\" 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\"/><path d=\"M18.5 4C19.3284 4 20 4.67157 20 5.5C20 6.32843 19.3284 7 18.5 7C17.6716 7 17 6.32843 17 5.5C17 4.67157 17.6716 4 18.5 4Z\" fill=\"currentColor\"/><path d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
8812
8826
  "iconName": "date-custom",
8813
8827
  "variant": {
8814
8828
  "join": "round",
@@ -9898,6 +9912,20 @@
9898
9912
  "packageName": "round-outlined-radius-2-stroke-2",
9899
9913
  "componentName": "IconEditSmall2"
9900
9914
  },
9915
+ {
9916
+ "category": "Things",
9917
+ "svg": "<path d=\"M21 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"/>",
9918
+ "iconName": "education, book, reading, freetime, apple",
9919
+ "variant": {
9920
+ "join": "round",
9921
+ "filled": "off",
9922
+ "radius": "2",
9923
+ "stroke": "2"
9924
+ },
9925
+ "createdAt": "2026-04-21T10:02:32.178982+00:00",
9926
+ "packageName": "round-outlined-radius-2-stroke-2",
9927
+ "componentName": "IconEducation"
9928
+ },
9901
9929
  {
9902
9930
  "category": "People",
9903
9931
  "svg": "<circle cx=\"7\" cy=\"7\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"17\" cy=\"7\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M10 7L10.2111 6.89443C11.3373 6.33137 12.6627 6.33137 13.7889 6.89443L14 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.80066 19.5006H5.70253C4.76225 19.5006 3.97479 18.7267 4.19396 17.8124C4.95844 14.623 7.87428 12.823 10.9962 14.05C11.644 14.3046 12.3711 14.3316 13.0268 14.0983C16.2791 12.9408 19.0932 14.4861 19.819 17.8066C20.0198 18.7253 19.2339 19.5006 18.2935 19.5006H18.1993C17.7562 19.5006 17.336 19.3038 17.0523 18.9634L17.0128 18.916C16.5717 18.3866 15.8141 18.2504 15.2162 18.5932C14.7735 18.847 14.2285 18.8436 13.7889 18.5843L13.0162 18.1285C12.3892 17.7586 11.6108 17.7586 10.9838 18.1285L10.2111 18.5843C9.77149 18.8436 9.22654 18.847 8.78378 18.5932C8.18595 18.2504 7.42832 18.3866 6.98718 18.916L6.94768 18.9634C6.66402 19.3038 6.24379 19.5006 5.80066 19.5006Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -15711,7 +15739,7 @@
15711
15739
  {
15712
15740
  "category": "Filter & Settings",
15713
15741
  "svg": "<path d=\"M14.5 16C18.0899 16 21 13.0899 21 9.5C21 8.75038 20.8731 8.03041 20.6396 7.36037L18 10C16.8954 11.1046 15.1046 11.1046 14 10C12.8954 8.89543 12.8954 7.10457 14 6L16.6396 3.36037C15.9696 3.12689 15.2496 3 14.5 3C10.9101 3 8 5.91015 8 9.5C8 10.3864 8.17743 11.2314 8.4987 12.0013L3.66421 16.8358C2.88316 17.6168 2.88316 18.8832 3.66421 19.6642L4.33579 20.3358C5.11684 21.1168 6.38316 21.1168 7.16421 20.3358L11.9987 15.5013C12.7686 15.8226 13.6136 16 14.5 16Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
15714
- "iconName": "maintenance, settings, service",
15742
+ "iconName": "maintenance, settings, service, tweak",
15715
15743
  "variant": {
15716
15744
  "join": "round",
15717
15745
  "filled": "off",
package/icons/index.d.ts CHANGED
@@ -496,6 +496,7 @@ export type CentralIconName =
496
496
  | "IconCirclesThree"
497
497
  | "IconCircleX"
498
498
  | "IconClapboard"
499
+ | "IconClapboardSparkle"
499
500
  | "IconClapboardWide"
500
501
  | "IconClaudeai"
501
502
  | "IconClaw"
@@ -706,6 +707,7 @@ export type CentralIconName =
706
707
  | "IconEditBig"
707
708
  | "IconEditSmall1"
708
709
  | "IconEditSmall2"
710
+ | "IconEducation"
709
711
  | "IconEinstein"
710
712
  | "IconElectrocardiogram"
711
713
  | "IconElements"
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.202",
3
+ "version": "1.1.204",
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": 1959,
14
+ "totalIcons": 1961,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 77,
17
+ "count": 78,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -29,6 +29,7 @@
29
29
  "IconBubbleWideSparkle",
30
30
  "IconCalenderSparkle",
31
31
  "IconCameraSparkle",
32
+ "IconClapboardSparkle",
32
33
  "IconClaw",
33
34
  "IconClipboard2Sparkle",
34
35
  "IconCloudySparkle",
@@ -1813,7 +1814,7 @@
1813
1814
  ]
1814
1815
  },
1815
1816
  "Things": {
1816
- "count": 138,
1817
+ "count": 139,
1817
1818
  "icons": [
1818
1819
  "IconAnvil",
1819
1820
  "IconApps",
@@ -1852,6 +1853,7 @@
1852
1853
  "IconDiscoBall",
1853
1854
  "IconDoorHanger",
1854
1855
  "IconDumbell",
1856
+ "IconEducation",
1855
1857
  "IconElements",
1856
1858
  "IconEmojiAstonished",
1857
1859
  "IconExplosion",
@@ -2658,6 +2660,7 @@
2658
2660
  "IconCirclesThree": "circles-three, bubbles",
2659
2661
  "IconCircleX": "circle-x, close, checkbox, remove, failed, cancel",
2660
2662
  "IconClapboard": "clapboard, movie, film",
2663
+ "IconClapboardSparkle": "clapboard-sparkle, movie, film, ai",
2661
2664
  "IconClapboardWide": "clapboard-wide, movie, film",
2662
2665
  "IconClaudeai": "claudeai",
2663
2666
  "IconClaw": "claw, openclaw, ai, qclaw",
@@ -2868,6 +2871,7 @@
2868
2871
  "IconEditBig": "edit-big, box, pencil, pen, write, draw",
2869
2872
  "IconEditSmall1": "edit-small-1, box, pencil, pen, write, draw",
2870
2873
  "IconEditSmall2": "edit-small-2",
2874
+ "IconEducation": "education, book, reading, freetime, apple",
2871
2875
  "IconEinstein": "einstein, thinking, physics",
2872
2876
  "IconElectrocardiogram": "electrocardiogram, activity, notification, pulse, heartbeat, beat",
2873
2877
  "IconElements": "elements, materials, products, tools, teams, skills, circles",
@@ -3283,7 +3287,7 @@
3283
3287
  "IconMagnet": "magnet, snap-pixel, snap",
3284
3288
  "IconMagnifyingGlass": "magnifying-glass, search",
3285
3289
  "IconMagnifyingGlass2": "magnifying-glass-2, search",
3286
- "IconMaintenance": "maintenance, settings, service",
3290
+ "IconMaintenance": "maintenance, settings, service, tweak",
3287
3291
  "IconMakeItPop": "make-it-pop, design",
3288
3292
  "IconMall": "mall, store, shop, business",
3289
3293
  "IconManusAi": "manus-ai",
package/index.d.ts CHANGED
@@ -495,6 +495,7 @@ export { IconCircleRecord, default as IconCircleRecordDefault, } from "./IconCir
495
495
  export { IconCircleX, default as IconCircleXDefault } from "./IconCircleX";
496
496
  export { IconCirclesThree, default as IconCirclesThreeDefault, } from "./IconCirclesThree";
497
497
  export { IconClapboard, default as IconClapboardDefault, } from "./IconClapboard";
498
+ export { IconClapboardSparkle, default as IconClapboardSparkleDefault, } from "./IconClapboardSparkle";
498
499
  export { IconClapboardWide, default as IconClapboardWideDefault, } from "./IconClapboardWide";
499
500
  export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
500
501
  export { IconClaw, default as IconClawDefault } from "./IconClaw";
@@ -705,6 +706,7 @@ export { IconEarth, default as IconEarthDefault } from "./IconEarth";
705
706
  export { IconEditBig, default as IconEditBigDefault } from "./IconEditBig";
706
707
  export { IconEditSmall1, default as IconEditSmall1Default, } from "./IconEditSmall1";
707
708
  export { IconEditSmall2, default as IconEditSmall2Default, } from "./IconEditSmall2";
709
+ export { IconEducation, default as IconEducationDefault, } from "./IconEducation";
708
710
  export { IconEinstein, default as IconEinsteinDefault } from "./IconEinstein";
709
711
  export { IconElectrocardiogram, default as IconElectrocardiogramDefault, } from "./IconElectrocardiogram";
710
712
  export { IconElements, default as IconElementsDefault } from "./IconElements";