@central-icons-react-native/square-filled-radius-0-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.
- package/IconClapboardSparkle/index.d.ts +4 -0
- package/IconClapboardSparkle/index.js +2 -0
- package/IconClapboardSparkle/index.js.map +1 -0
- package/IconClapboardSparkle/index.mjs +2 -0
- package/IconClapboardSparkle/index.mjs.map +1 -0
- package/IconEducation/index.d.ts +4 -0
- package/IconEducation/index.js +2 -0
- package/IconEducation/index.js.map +1 -0
- package/IconEducation/index.mjs +2 -0
- package/IconEducation/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +9 -5
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +4 -2
- package/tsx-icons.json +15 -1
|
@@ -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 l of c(o))!B.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(L=H(o,l))||L.enumerable});return r};var a=(r,o,n)=>(n=r!=null?u(d(r)):{},C(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>C(p({},"__esModule",{value:!0}),r);var V={};I(V,{IconClapboardSparkle:()=>i,default:()=>P});module.exports=x(V);var t=a(require("react"));var f=a(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...n})=>f.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 e=require("react-native-svg"),i=r=>t.default.createElement(s,{...r},t.default.createElement(e.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"}),t.default.createElement(e.Path,{d:"M21 16.1436L20.1729 15.8262L19.0869 13H16.9131L15.8262 15.8262L13 16.9131V19.0869L15.8262 20.1729L16.1445 21H3V9H21V16.1436Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M6.92969 8H3V3H9.22168L6.92969 8Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 8H14.5283L16.8203 3H21V8Z",fill:"currentColor"})),P=i;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=\"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 <Path\n d=\"M21 16.1436L20.1729 15.8262L19.0869 13H16.9131L15.8262 15.8262L13 16.9131V19.0869L15.8262 20.1729L16.1445 21H3V9H21V16.1436Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M6.92969 8H3V3H9.22168L6.92969 8Z\" fill=\"currentColor\" />\n <Path\n d=\"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 8H14.5283L16.8203 3H21V8Z\" fill=\"currentColor\" />\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,wGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+HACF,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,CAC9D,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 e=({children:t,size:r=24,...l})=>p.createElement(L,{...l,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 n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.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"}),o.createElement(n,{d:"M21 16.1436L20.1729 15.8262L19.0869 13H16.9131L15.8262 15.8262L13 16.9131V19.0869L15.8262 20.1729L16.1445 21H3V9H21V16.1436Z",fill:"currentColor"}),o.createElement(n,{d:"M6.92969 8H3V3H9.22168L6.92969 8Z",fill:"currentColor"}),o.createElement(n,{d:"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z",fill:"currentColor"}),o.createElement(n,{d:"M21 8H14.5283L16.8203 3H21V8Z",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=\"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 <Path\n d=\"M21 16.1436L20.1729 15.8262L19.0869 13H16.9131L15.8262 15.8262L13 16.9131V19.0869L15.8262 20.1729L16.1445 21H3V9H21V16.1436Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M6.92969 8H3V3H9.22168L6.92969 8Z\" fill=\"currentColor\" />\n <Path\n d=\"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 8H14.5283L16.8203 3H21V8Z\" fill=\"currentColor\" />\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,wGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+HACF,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,CAC9D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClapboardSparkle","props","React","CentralIconBase","IconClapboardSparkle_default"]}
|
|
@@ -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 16H21.0176C20.4499 17.2715 20.4499 18.7285 21.0176 20H22V21H5C3.34315 21 2 19.6569 2 18C2 16.3431 3.34315 15 5 15H22V16Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M13.7998 2.65039C13.1669 3.12517 12.777 3.69659 12.6045 4.2832C20.7909 1.78862 18.907 16.8149 11.999 13.5273C5.04605 16.8369 3.18499 1.58284 11.5625 4.33496C11.7421 3.40076 12.3012 2.52383 13.2002 1.84961L13.7998 2.65039Z",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 16H21.0176C20.4499 17.2715 20.4499 18.7285 21.0176 20H22V21H5C3.34315 21 2 19.6569 2 18C2 16.3431 3.34315 15 5 15H22V16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.7998 2.65039C13.1669 3.12517 12.777 3.69659 12.6045 4.2832C20.7909 1.78862 18.907 16.8149 11.999 13.5273C5.04605 16.8369 3.18499 1.58284 11.5625 4.33496C11.7421 3.40076 12.3012 2.52383 13.2002 1.84961L13.7998 2.65039Z\"\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,gOACF,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 16H21.0176C20.4499 17.2715 20.4499 18.7285 21.0176 20H22V21H5C3.34315 21 2 19.6569 2 18C2 16.3431 3.34315 15 5 15H22V16Z",fill:"currentColor"}),t.createElement(e,{d:"M13.7998 2.65039C13.1669 3.12517 12.777 3.69659 12.6045 4.2832C20.7909 1.78862 18.907 16.8149 11.999 13.5273C5.04605 16.8369 3.18499 1.58284 11.5625 4.33496C11.7421 3.40076 12.3012 2.52383 13.2002 1.84961L13.7998 2.65039Z",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 16H21.0176C20.4499 17.2715 20.4499 18.7285 21.0176 20H22V21H5C3.34315 21 2 19.6569 2 18C2 16.3431 3.34315 15 5 15H22V16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.7998 2.65039C13.1669 3.12517 12.777 3.69659 12.6045 4.2832C20.7909 1.78862 18.907 16.8149 11.999 13.5273C5.04605 16.8369 3.18499 1.58284 11.5625 4.33496C11.7421 3.40076 12.3012 2.52383 13.2002 1.84961L13.7998 2.65039Z\"\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,gOACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -6958,6 +6958,20 @@
|
|
|
6958
6958
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
6959
6959
|
"componentName": "IconClapboard"
|
|
6960
6960
|
},
|
|
6961
|
+
{
|
|
6962
|
+
"category": "AI & Magic",
|
|
6963
|
+
"svg": "<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\"/><path d=\"M21 16.1436L20.1729 15.8262L19.0869 13H16.9131L15.8262 15.8262L13 16.9131V19.0869L15.8262 20.1729L16.1445 21H3V9H21V16.1436Z\" fill=\"currentColor\"/><path d=\"M6.92969 8H3V3H9.22168L6.92969 8Z\" fill=\"currentColor\"/><path d=\"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z\" fill=\"currentColor\"/><path d=\"M21 8H14.5283L16.8203 3H21V8Z\" fill=\"currentColor\"/>",
|
|
6964
|
+
"iconName": "clapboard-sparkle, movie, film, ai",
|
|
6965
|
+
"variant": {
|
|
6966
|
+
"join": "square",
|
|
6967
|
+
"filled": "on",
|
|
6968
|
+
"radius": "0",
|
|
6969
|
+
"stroke": "1"
|
|
6970
|
+
},
|
|
6971
|
+
"createdAt": "2026-04-22T18:02:13.757381+00:00",
|
|
6972
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
6973
|
+
"componentName": "IconClapboardSparkle"
|
|
6974
|
+
},
|
|
6961
6975
|
{
|
|
6962
6976
|
"category": "Photography & Video",
|
|
6963
6977
|
"svg": "<path d=\"M22 20H2V10H22V20Z\" fill=\"currentColor\"/><path d=\"M6.60938 9H2V4H8.90137L6.60938 9Z\" fill=\"currentColor\"/><path d=\"M13.9014 9H7.70801L10 4H16.1934L13.9014 9Z\" fill=\"currentColor\"/><path d=\"M22 9H15L17.292 4H22V9Z\" fill=\"currentColor\"/>",
|
|
@@ -9898,6 +9912,20 @@
|
|
|
9898
9912
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
9899
9913
|
"componentName": "IconEditSmall2"
|
|
9900
9914
|
},
|
|
9915
|
+
{
|
|
9916
|
+
"category": "Things",
|
|
9917
|
+
"svg": "<path d=\"M22 16H21.0176C20.4499 17.2715 20.4499 18.7285 21.0176 20H22V21H5C3.34315 21 2 19.6569 2 18C2 16.3431 3.34315 15 5 15H22V16Z\" fill=\"currentColor\"/><path d=\"M13.7998 2.65039C13.1669 3.12517 12.777 3.69659 12.6045 4.2832C20.7909 1.78862 18.907 16.8149 11.999 13.5273C5.04605 16.8369 3.18499 1.58284 11.5625 4.33496C11.7421 3.40076 12.3012 2.52383 13.2002 1.84961L13.7998 2.65039Z\" fill=\"currentColor\"/>",
|
|
9918
|
+
"iconName": "education, book, reading, freetime, apple",
|
|
9919
|
+
"variant": {
|
|
9920
|
+
"join": "square",
|
|
9921
|
+
"filled": "on",
|
|
9922
|
+
"radius": "0",
|
|
9923
|
+
"stroke": "1"
|
|
9924
|
+
},
|
|
9925
|
+
"createdAt": "2026-04-21T10:02:32.178982+00:00",
|
|
9926
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
9927
|
+
"componentName": "IconEducation"
|
|
9928
|
+
},
|
|
9901
9929
|
{
|
|
9902
9930
|
"category": "People",
|
|
9903
9931
|
"svg": "<path d=\"M8.04492 12.5498C8.99008 12.3768 10.133 12.6917 10.9697 13C11.4022 13.1594 11.7819 13.3276 12.0527 13.4561C12.1261 13.4908 12.1912 13.5236 12.248 13.5518C12.2886 13.5302 12.3337 13.5067 12.3828 13.4814C12.6146 13.3624 12.9403 13.2048 13.3154 13.0527C14.0427 12.758 15.0445 12.4446 15.9189 12.5439C16.7788 12.6417 17.5067 12.861 18.1582 13.2529C18.808 13.6439 19.3531 14.1898 19.8721 14.8984C20.4542 15.6934 20.7236 16.8782 20.8564 17.791C20.9247 18.2605 20.9601 18.6849 20.9785 18.9912C20.9877 19.1442 20.9934 19.2685 20.9961 19.3555C20.9974 19.3988 20.9976 19.4333 20.998 19.457C20.9983 19.4689 20.9989 19.4788 20.999 19.4854V19.4961L21.0029 20H17.6484L17.501 19.7676C17.0587 19.0701 16.1543 18.8295 15.4238 19.2148L15.0654 19.4043L14.8105 19.5381L14.5664 19.3857L13.584 18.7695C12.772 18.2607 11.7406 18.2606 10.9287 18.7695L9.94629 19.3857L9.70215 19.5381L9.44727 19.4043L9.37012 19.3633C8.39496 18.8492 7.19724 19.0459 6.4375 19.8447L6.28906 20H2.95312L3.00098 19.4561V19.4531C3.00098 19.4531 3.0017 19.449 3.00195 19.4463C3.00247 19.4408 3.00293 19.4328 3.00391 19.4229C3.00587 19.4028 3.00871 19.3738 3.0127 19.3369C3.02069 19.2628 3.03354 19.1564 3.05078 19.0254C3.08522 18.7637 3.13982 18.4007 3.2207 17.9961C3.37879 17.2054 3.65019 16.1856 4.10742 15.4648C4.60006 14.6883 5.11084 14.04 5.74316 13.5449C6.38236 13.0445 7.12201 12.7188 8.04492 12.5498Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.999 3.5C19.0701 3.5 20.749 5.17893 20.749 7.25C20.749 9.32107 19.0701 11 16.999 11C14.9888 11 13.3477 9.41836 13.2529 7.43164C13.2391 7.42375 13.2242 7.41756 13.2109 7.4082C12.4395 6.86359 11.5585 6.86359 10.7871 7.4082C10.7736 7.41772 10.7582 7.42363 10.7441 7.43164C10.6494 9.41834 9.00919 11 6.99902 11C4.92796 11 3.24902 9.32107 3.24902 7.25C3.24902 5.17893 4.92796 3.5 6.99902 3.5C8.75438 3.5 10.2272 4.70628 10.6357 6.33496C11.5125 5.88891 12.4846 5.88918 13.3613 6.33496C13.7697 4.70616 15.2436 3.5 16.999 3.5ZM6.99902 4.5C5.48024 4.5 4.24902 5.73122 4.24902 7.25C4.24902 8.76878 5.48024 10 6.99902 10C8.51781 10 9.74902 8.76878 9.74902 7.25C9.74902 5.73122 8.51781 4.5 6.99902 4.5ZM16.999 4.5C15.4802 4.5 14.249 5.73122 14.249 7.25C14.249 8.76878 15.4802 10 16.999 10C18.5178 10 19.749 8.76878 19.749 7.25C19.749 5.73122 18.5178 4.5 16.999 4.5Z\" fill=\"currentColor\"/>",
|
|
@@ -15711,7 +15739,7 @@
|
|
|
15711
15739
|
{
|
|
15712
15740
|
"category": "Filter & Settings",
|
|
15713
15741
|
"svg": "<path d=\"M14.639 2C10.5735 2 7.27785 5.29568 7.27785 9.36111C7.27785 10.2446 7.43372 11.0927 7.71979 11.8787L1.79297 17.8056L6.19452 22.2071L12.1213 16.2803C12.9074 16.5664 13.7554 16.7222 14.639 16.7222C18.7044 16.7222 22.0001 13.4265 22.0001 9.36111C22.0001 8.51308 21.8565 7.69752 21.5918 6.93809L21.3296 6.18557L17.9799 9.53534C17.0092 10.506 15.4354 10.506 14.4647 9.53534C13.4941 8.56466 13.4941 6.99089 14.4647 6.02022L17.8145 2.67046L17.062 2.40824C16.3026 2.14361 15.487 2 14.639 2Z\" 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-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.204",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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":
|
|
14
|
+
"totalIcons": 1961,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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":
|
|
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";
|