@central-icons-react-native/round-outlined-radius-3-stroke-1 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 d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of i(o))!I.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(l=f(o,C))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(B(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>s(p({},"__esModule",{value:!0}),r);var g={};k(g,{IconClapboardSparkle:()=>c,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),u=require("react-native-svg"),L=({children:r,size:o=24,...e})=>m.default.createElement(u.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 t=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(t.Path,{d:"M3.5 8.5H20.5",stroke:"currentColor"}),n.default.createElement(t.Path,{d:"M8.25 8.5L10.25 3.5",stroke:"currentColor"}),n.default.createElement(t.Path,{d:"M13.75 8.5L15.75 3.5",stroke:"currentColor"}),n.default.createElement(t.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"}),n.default.createElement(t.Path,{d:"M20.5 11.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;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 d=\"M3.5 8.5H20.5\" stroke=\"currentColor\" />\n <Path d=\"M8.25 8.5L10.25 3.5\" stroke=\"currentColor\" />\n <Path d=\"M13.75 8.5L15.75 3.5\" stroke=\"currentColor\" />\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 <Path\n d=\"M20.5 11.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,QAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,OAAO,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,EACrD,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 l}from"react-native-svg";var t=({children:n,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"},n);import{Path as e}from"react-native-svg";var s=n=>o.createElement(t,{...n},o.createElement(e,{d:"M3.5 8.5H20.5",stroke:"currentColor"}),o.createElement(e,{d:"M8.25 8.5L10.25 3.5",stroke:"currentColor"}),o.createElement(e,{d:"M13.75 8.5L15.75 3.5",stroke:"currentColor"}),o.createElement(e,{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"}),o.createElement(e,{d:"M20.5 11.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=s;export{s as IconClapboardSparkle,I 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 d=\"M3.5 8.5H20.5\" stroke=\"currentColor\" />\n <Path d=\"M8.25 8.5L10.25 3.5\" stroke=\"currentColor\" />\n <Path d=\"M13.75 8.5L15.75 3.5\" stroke=\"currentColor\" />\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 <Path\n d=\"M20.5 11.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,CAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,OAAO,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,OAAO,eAAe,EACrDG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClapboardSparkle","props","React","CentralIconBase","IconClapboardSparkle_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 m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var n in r)s(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==n&&s(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var u=(o,r,n)=>(n=o!=null?m(B(o)):{},i(r||!o||!o.__esModule?s(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>i(s({},"__esModule",{value:!0}),o);var g={};L(g,{IconEducation:()=>l,default:()=>P});module.exports=x(g);var e=u(require("react"));var a=u(require("react")),c=require("react-native-svg"),d=({children:o,size:r=24,...n})=>a.default.createElement(c.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),l=o=>e.default.createElement(d,{...o},e.default.createElement(p.Path,{d:"M21.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M12 5C12 4.5 12.5 3.25 13.5 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;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.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 5C12 4.5 12.5 3.25 13.5 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"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,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M21.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 5C12 4.5 12.5 3.25 13.5 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconEducation,I 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.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 5C12 4.5 12.5 3.25 13.5 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"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,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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-3-stroke-1",
6959
6959
  "componentName": "IconClapboard"
6960
6960
  },
6961
+ {
6962
+ "category": "AI & Magic",
6963
+ "svg": "<path d=\"M3.5 8.5H20.5\" stroke=\"currentColor\"/><path d=\"M8.25 8.5L10.25 3.5\" stroke=\"currentColor\"/><path d=\"M13.75 8.5L15.75 3.5\" stroke=\"currentColor\"/><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\"/><path d=\"M20.5 11.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6964
+ "iconName": "clapboard-sparkle, movie, film, ai",
6965
+ "variant": {
6966
+ "join": "round",
6967
+ "filled": "off",
6968
+ "radius": "3",
6969
+ "stroke": "1"
6970
+ },
6971
+ "createdAt": "2026-04-22T18:02:13.757381+00:00",
6972
+ "packageName": "round-outlined-radius-3-stroke-1",
6973
+ "componentName": "IconClapboardSparkle"
6974
+ },
6961
6975
  {
6962
6976
  "category": "Photography & Video",
6963
6977
  "svg": "<path d=\"M18.5 4.5H5.5C3.84315 4.5 2.5 5.84315 2.5 7.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5C20.1569 19.5 21.5 18.1569 21.5 16.5V7.5C21.5 5.84315 20.1569 4.5 18.5 4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 9.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.75 9.5L9.75 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.25 9.5L16.25 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -9898,6 +9912,20 @@
9898
9912
  "packageName": "round-outlined-radius-3-stroke-1",
9899
9913
  "componentName": "IconEditSmall2"
9900
9914
  },
9915
+ {
9916
+ "category": "Things",
9917
+ "svg": "<path d=\"M21.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 5C12 4.5 12.5 3.25 13.5 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9918
+ "iconName": "education, book, reading, freetime, apple",
9919
+ "variant": {
9920
+ "join": "round",
9921
+ "filled": "off",
9922
+ "radius": "3",
9923
+ "stroke": "1"
9924
+ },
9925
+ "createdAt": "2026-04-21T10:02:32.178982+00:00",
9926
+ "packageName": "round-outlined-radius-3-stroke-1",
9927
+ "componentName": "IconEducation"
9928
+ },
9901
9929
  {
9902
9930
  "category": "People",
9903
9931
  "svg": "<circle cx=\"7\" cy=\"7.25\" r=\"3.25\" stroke=\"currentColor\"/><circle cx=\"17\" cy=\"7.25\" r=\"3.25\" stroke=\"currentColor\"/><path d=\"M10.5 7C11.4443 6.33333 12.5557 6.33333 13.5 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.70958 18.8335L6.60864 18.9396C6.26838 19.2974 5.79624 19.5 5.30248 19.5C4.307 19.5 3.4776 18.6833 3.69042 17.7109C4.19082 15.4244 5.6765 13.4914 8.13636 13.0412C8.90879 12.8998 9.89384 13.1447 10.7072 13.4364C11.6974 13.7915 12.8061 13.7675 13.7934 13.4044C14.453 13.1617 15.2187 12.9678 15.8636 13.0412C18.5871 13.351 19.9512 15.454 20.3625 17.8459C20.518 18.7504 19.756 19.5 18.8383 19.5H18.6426C18.1953 19.5 17.7791 19.2711 17.5396 18.8933C17.175 18.3182 16.4297 18.1198 15.8273 18.4375L15.625 18.5442C15.135 18.8027 14.5444 18.7806 14.0749 18.4863L13.5998 18.1885C12.779 17.6739 11.7362 17.6739 10.9153 18.1885L10.5349 18.427C10.0068 18.758 9.34251 18.7828 8.7913 18.492C8.09921 18.127 7.2488 18.2665 6.70958 18.8335Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -15711,7 +15739,7 @@
15711
15739
  {
15712
15740
  "category": "Filter & Settings",
15713
15741
  "svg": "<path d=\"M14.6389 16.2222C18.4282 16.2222 21.5 13.1504 21.5 9.36111C21.5 8.56985 21.3661 7.80987 21.1196 7.10262L18.3333 9.88889C17.1674 11.0548 15.277 11.0548 14.1111 9.88889C12.9452 8.72295 12.9452 6.8326 14.1111 5.66667L16.8974 2.88039C16.1901 2.63394 15.4302 2.5 14.6389 2.5C10.8496 2.5 7.77778 5.57182 7.77778 9.36111C7.77778 10.2968 7.96506 11.1887 8.30419 12.0014L3.3444 16.9644C2.32567 17.9838 2.32594 19.6359 3.345 20.655C4.36406 21.6741 6.01621 21.6743 7.0356 20.6556L11.9986 15.6958C12.8113 16.0349 13.7032 16.2222 14.6389 16.2222Z\" stroke=\"currentColor\" 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-3-stroke-1",
3
- "version": "1.1.202",
3
+ "version": "1.1.204",
4
4
  "style": "round-outlined-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/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";