@central-icons-react-native/square-filled-radius-0-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 u=Object.create;var p=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},C=(r,o,n,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!B.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(L=H(o,e))||L.enumerable});return r};var f=(r,o,n)=>(n=r!=null?u(d(r)):{},C(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),V=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconClapboardSparkle:()=>s,default:()=>x});module.exports=V(P);var l=f(require("react"));var a=f(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...n})=>a.default.createElement(m.Svg,{...n,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"),s=r=>l.default.createElement(i,{...r},l.default.createElement(t.Path,{d:"M21 15.0713L20.9473 15.0518L19.7734 12H16.2266L15.0518 15.0518L12 16.2266V19.7734L15.0518 20.9473L15.0723 21H3V9H21V15.0713Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 21H20.9268L20.9473 20.9473L21 20.9268V21Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M6.82324 7H3V3H8.42285L6.82324 7Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 7H15.5771L17.1768 3H21V7Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),x=s;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=\"M21 15.0713L20.9473 15.0518L19.7734 12H16.2266L15.0518 15.0518L12 16.2266V19.7734L15.0518 20.9473L15.0723 21H3V9H21V15.0713Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 21H20.9268L20.9473 20.9473L21 20.9268V21Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M6.82324 7H3V3H8.42285L6.82324 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 7H15.5771L17.1768 3H21V7Z\" fill=\"currentColor\" />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\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,+HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,oCAAoC,KAAK,eAAe,EAChE,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,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 r from"react";import p from"react";import{Svg as L}from"react-native-svg";var t=({children:l,size:o=24,...e})=>p.createElement(L,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{Path as n}from"react-native-svg";var C=l=>r.createElement(t,{...l},r.createElement(n,{d:"M21 15.0713L20.9473 15.0518L19.7734 12H16.2266L15.0518 15.0518L12 16.2266V19.7734L15.0518 20.9473L15.0723 21H3V9H21V15.0713Z",fill:"currentColor"}),r.createElement(n,{d:"M21 21H20.9268L20.9473 20.9473L21 20.9268V21Z",fill:"currentColor"}),r.createElement(n,{d:"M6.82324 7H3V3H8.42285L6.82324 7Z",fill:"currentColor"}),r.createElement(n,{d:"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z",fill:"currentColor"}),r.createElement(n,{d:"M21 7H15.5771L17.1768 3H21V7Z",fill:"currentColor"}),r.createElement(n,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),B=C;export{C as IconClapboardSparkle,B 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=\"M21 15.0713L20.9473 15.0518L19.7734 12H16.2266L15.0518 15.0518L12 16.2266V19.7734L15.0518 20.9473L15.0723 21H3V9H21V15.0713Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 21H20.9268L20.9473 20.9473L21 20.9268V21Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M6.82324 7H3V3H8.42285L6.82324 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 7H15.5771L17.1768 3H21V7Z\" fill=\"currentColor\" />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\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,+HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,oCAAoC,KAAK,eAAe,EAChEG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,KAAK,eACP,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 u=Object.create;var e=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)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconEducation:()=>i,default:()=>v});module.exports=d(h);var p=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.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(f,{...r},p.default.createElement(C.Path,{d:"M22 16H20.9268C20.5299 16.9818 20.5337 18.0138 20.9268 19H22V21H5.5C3.567 21 2 19.433 2 17.5C2 15.567 3.567 14 5.5 14H22V16Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M14.1367 2.88672C13.6306 3.39283 13.3153 3.77822 13.1299 4.12012C20.3338 2.60635 18.4593 15.8348 11.999 12.8535C5.44632 15.8779 3.61297 2.21897 11.1895 4.19727C11.4133 3.21942 12.041 2.43555 12.8633 1.61328L14.1367 2.88672Z",fill:"currentColor"})),v=i;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=\"M22 16H20.9268C20.5299 16.9818 20.5337 18.0138 20.9268 19H22V21H5.5C3.567 21 2 19.433 2 17.5C2 15.567 3.567 14 5.5 14H22V16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.1367 2.88672C13.6306 3.39283 13.3153 3.77822 13.1299 4.12012C20.3338 2.60635 18.4593 15.8348 11.999 12.8535C5.44632 15.8779 3.61297 2.21897 11.1895 4.19727C11.4133 3.21942 12.041 2.43555 12.8633 1.61328L14.1367 2.88672Z\"\n fill=\"currentColor\"\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,+HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kOACF,KAAK,eACP,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 t from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M22 16H20.9268C20.5299 16.9818 20.5337 18.0138 20.9268 19H22V21H5.5C3.567 21 2 19.433 2 17.5C2 15.567 3.567 14 5.5 14H22V16Z",fill:"currentColor"}),t.createElement(e,{d:"M14.1367 2.88672C13.6306 3.39283 13.3153 3.77822 13.1299 4.12012C20.3338 2.60635 18.4593 15.8348 11.999 12.8535C5.44632 15.8779 3.61297 2.21897 11.1895 4.19727C11.4133 3.21942 12.041 2.43555 12.8633 1.61328L14.1367 2.88672Z",fill:"currentColor"})),P=a;export{a as IconEducation,P 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=\"M22 16H20.9268C20.5299 16.9818 20.5337 18.0138 20.9268 19H22V21H5.5C3.567 21 2 19.433 2 17.5C2 15.567 3.567 14 5.5 14H22V16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.1367 2.88672C13.6306 3.39283 13.3153 3.77822 13.1299 4.12012C20.3338 2.60635 18.4593 15.8348 11.999 12.8535C5.44632 15.8779 3.61297 2.21897 11.1895 4.19727C11.4133 3.21942 12.041 2.43555 12.8633 1.61328L14.1367 2.88672Z\"\n fill=\"currentColor\"\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,+HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kOACF,KAAK,eACP,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": "square-filled-radius-0-stroke-2",
6959
6959
  "componentName": "IconClapboard"
6960
6960
  },
6961
+ {
6962
+ "category": "AI & Magic",
6963
+ "svg": "<path d=\"M21 15.0713L20.9473 15.0518L19.7734 12H16.2266L15.0518 15.0518L12 16.2266V19.7734L15.0518 20.9473L15.0723 21H3V9H21V15.0713Z\" fill=\"currentColor\"/><path d=\"M21 21H20.9268L20.9473 20.9473L21 20.9268V21Z\" fill=\"currentColor\"/><path d=\"M6.82324 7H3V3H8.42285L6.82324 7Z\" fill=\"currentColor\"/><path d=\"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z\" fill=\"currentColor\"/><path d=\"M21 7H15.5771L17.1768 3H21V7Z\" fill=\"currentColor\"/><path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
6964
+ "iconName": "clapboard-sparkle, movie, film, ai",
6965
+ "variant": {
6966
+ "join": "square",
6967
+ "filled": "on",
6968
+ "radius": "0",
6969
+ "stroke": "2"
6970
+ },
6971
+ "createdAt": "2026-04-22T18:02:13.757381+00:00",
6972
+ "packageName": "square-filled-radius-0-stroke-2",
6973
+ "componentName": "IconClapboardSparkle"
6974
+ },
6961
6975
  {
6962
6976
  "category": "Photography & Video",
6963
6977
  "svg": "<path d=\"M22 20H2V10H22V20Z\" fill=\"currentColor\"/><path d=\"M6.5 8H2V4H8.09961L6.5 8Z\" fill=\"currentColor\"/><path d=\"M13.7471 8H8.65332L10.2529 4H15.3467L13.7471 8Z\" fill=\"currentColor\"/><path d=\"M22 8H15.9004L17.5 4H22V8Z\" fill=\"currentColor\"/>",
@@ -9898,6 +9912,20 @@
9898
9912
  "packageName": "square-filled-radius-0-stroke-2",
9899
9913
  "componentName": "IconEditSmall2"
9900
9914
  },
9915
+ {
9916
+ "category": "Things",
9917
+ "svg": "<path d=\"M22 16H20.9268C20.5299 16.9818 20.5337 18.0138 20.9268 19H22V21H5.5C3.567 21 2 19.433 2 17.5C2 15.567 3.567 14 5.5 14H22V16Z\" fill=\"currentColor\"/><path d=\"M14.1367 2.88672C13.6306 3.39283 13.3153 3.77822 13.1299 4.12012C20.3338 2.60635 18.4593 15.8348 11.999 12.8535C5.44632 15.8779 3.61297 2.21897 11.1895 4.19727C11.4133 3.21942 12.041 2.43555 12.8633 1.61328L14.1367 2.88672Z\" fill=\"currentColor\"/>",
9918
+ "iconName": "education, book, reading, freetime, apple",
9919
+ "variant": {
9920
+ "join": "square",
9921
+ "filled": "on",
9922
+ "radius": "0",
9923
+ "stroke": "2"
9924
+ },
9925
+ "createdAt": "2026-04-21T10:02:32.178982+00:00",
9926
+ "packageName": "square-filled-radius-0-stroke-2",
9927
+ "componentName": "IconEducation"
9928
+ },
9901
9929
  {
9902
9930
  "category": "People",
9903
9931
  "svg": "<path d=\"M5.95898 13.5625C7.67899 12.4551 9.8844 12.3258 12.0312 13.4238C14.2014 12.4492 16.3732 12.4818 18.082 13.5303C19.9176 14.6568 20.9803 16.8081 21 19.4932L21.0078 20.501H17.0312L16.7314 20.1406C16.3194 19.6464 15.6121 19.519 15.0537 19.8389L14.9971 19.8711L14.4932 20.1602L13.9922 19.8652L13.0166 19.2891C12.3896 18.9192 11.6104 18.9192 10.9834 19.2891L10.0078 19.8652L9.50684 20.1602L9.00293 19.8711L8.94629 19.8389C8.38795 19.519 7.68059 19.6464 7.26855 20.1406L6.96875 20.501H3V19.501C3 16.919 4.13337 14.738 5.95898 13.5625Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7C21 9.20914 19.2091 11 17 11C15.0175 11 13.3724 9.5576 13.0557 7.66504C12.375 7.40906 11.624 7.40884 10.9434 7.66504C10.6265 9.55752 8.98247 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3C8.7278 3 10.1994 4.0956 10.7588 5.62988C11.5727 5.42131 12.4263 5.42147 13.2402 5.62988C13.7995 4.09544 15.2721 3 17 3ZM7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9C8.10457 9 9 8.10457 9 7C9 5.89543 8.10457 5 7 5ZM17 5C15.8954 5 15 5.89543 15 7C15 8.10457 15.8954 9 17 9C18.1046 9 19 8.10457 19 7C19 5.89543 18.1046 5 17 5Z\" fill=\"currentColor\"/>",
@@ -15711,7 +15739,7 @@
15711
15739
  {
15712
15740
  "category": "Filter & Settings",
15713
15741
  "svg": "<path d=\"M22 9.5C22 13.6421 18.6421 17 14.5 17C13.4668 17 12.4824 16.7911 11.5868 16.4132L6 22L2 18L7.5868 12.4132C7.20891 11.5176 7 10.5332 7 9.5C7 5.35786 10.3579 2 14.5 2C15.7996 2 17.0221 2.33057 18.0878 2.91221L14 7C13.1716 7.82843 13.1716 9.17157 14 10C14.8284 10.8284 16.1716 10.8284 17 10L21.0878 5.91221C21.6694 6.97793 22 8.20036 22 9.5Z\" fill=\"currentColor\"/>",
15714
- "iconName": "maintenance, settings, service",
15742
+ "iconName": "maintenance, settings, service, tweak",
15715
15743
  "variant": {
15716
15744
  "join": "square",
15717
15745
  "filled": "on",
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/square-filled-radius-0-stroke-2",
3
- "version": "1.1.202",
3
+ "version": "1.1.204",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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";