@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.203 → 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/README.md +1 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +6 -4
- package/index.d.ts +1 -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 +3 -2
- package/tsx-icons.json +8 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!H.call(r,e)&&e!==C&&l(r,e,{get:()=>o[e],enumerable:!(p=c(o,e))||p.enumerable});return r};var a=(r,o,C)=>(C=r!=null?u(B(r)):{},L(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>L(l({},"__esModule",{value:!0}),r);var g={};I(g,{IconClapboardSparkle:()=>i,default:()=>P});module.exports=x(g);var n=a(require("react"));var f=a(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...C})=>f.default.createElement(m.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 t=require("react-native-svg"),i=r=>n.default.createElement(s,{...r},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:"M21 16.1436L20.1738 15.8262L19.4766 14.0146L19.4287 13.9023C19.1681 13.3545 18.6138 13 18 13C17.3862 13 16.8319 13.3545 16.5713 13.9023L16.5234 14.0146L15.8262 15.8262L14.0146 16.5234C13.4035 16.7585 13 17.3452 13 18C13 18.6548 13.4035 19.2415 14.0146 19.4766L15.8262 20.1738L16.1445 21H4.5C3.67157 21 3 20.3284 3 19.5V9H21V16.1436Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M6.92969 8H3V4.5C3 3.67157 3.67157 3 4.5 3H9.22168L6.92969 8Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M19.5 3C20.3284 3 21 3.67157 21 4.5V8H14.5283L16.8203 3H19.5Z",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=\"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=\"M21 16.1436L20.1738 15.8262L19.4766 14.0146L19.4287 13.9023C19.1681 13.3545 18.6138 13 18 13C17.3862 13 16.8319 13.3545 16.5713 13.9023L16.5234 14.0146L15.8262 15.8262L14.0146 16.5234C13.4035 16.7585 13 17.3452 13 18C13 18.6548 13.4035 19.2415 14.0146 19.4766L15.8262 20.1738L16.1445 21H4.5C3.67157 21 3 20.3284 3 19.5V9H21V16.1436Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.92969 8H3V4.5C3 3.67157 3.67157 3 4.5 3H9.22168L6.92969 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V8H14.5283L16.8203 3H19.5Z\"\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,onBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+UACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gEACF,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 l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,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 C}from"react-native-svg";var L=n=>o.createElement(t,{...n},o.createElement(C,{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(C,{d:"M21 16.1436L20.1738 15.8262L19.4766 14.0146L19.4287 13.9023C19.1681 13.3545 18.6138 13 18 13C17.3862 13 16.8319 13.3545 16.5713 13.9023L16.5234 14.0146L15.8262 15.8262L14.0146 16.5234C13.4035 16.7585 13 17.3452 13 18C13 18.6548 13.4035 19.2415 14.0146 19.4766L15.8262 20.1738L16.1445 21H4.5C3.67157 21 3 20.3284 3 19.5V9H21V16.1436Z",fill:"currentColor"}),o.createElement(C,{d:"M6.92969 8H3V4.5C3 3.67157 3.67157 3 4.5 3H9.22168L6.92969 8Z",fill:"currentColor"}),o.createElement(C,{d:"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z",fill:"currentColor"}),o.createElement(C,{d:"M19.5 3C20.3284 3 21 3.67157 21 4.5V8H14.5283L16.8203 3H19.5Z",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=\"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=\"M21 16.1436L20.1738 15.8262L19.4766 14.0146L19.4287 13.9023C19.1681 13.3545 18.6138 13 18 13C17.3862 13 16.8319 13.3545 16.5713 13.9023L16.5234 14.0146L15.8262 15.8262L14.0146 16.5234C13.4035 16.7585 13 17.3452 13 18C13 18.6548 13.4035 19.2415 14.0146 19.4766L15.8262 20.1738L16.1445 21H4.5C3.67157 21 3 20.3284 3 19.5V9H21V16.1436Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.92969 8H3V4.5C3 3.67157 3.67157 3 4.5 3H9.22168L6.92969 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V8H14.5283L16.8203 3H19.5Z\"\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,onBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+UACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClapboardSparkle","props","React","CentralIconBase","IconClapboardSparkle_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -6958,6 +6958,20 @@
|
|
|
6958
6958
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
6959
6959
|
"componentName": "IconClapboard"
|
|
6960
6960
|
},
|
|
6961
|
+
{
|
|
6962
|
+
"category": "AI & Magic",
|
|
6963
|
+
"svg": "<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=\"M21 16.1436L20.1738 15.8262L19.4766 14.0146L19.4287 13.9023C19.1681 13.3545 18.6138 13 18 13C17.3862 13 16.8319 13.3545 16.5713 13.9023L16.5234 14.0146L15.8262 15.8262L14.0146 16.5234C13.4035 16.7585 13 17.3452 13 18C13 18.6548 13.4035 19.2415 14.0146 19.4766L15.8262 20.1738L16.1445 21H4.5C3.67157 21 3 20.3284 3 19.5V9H21V16.1436Z\" fill=\"currentColor\"/><path d=\"M6.92969 8H3V4.5C3 3.67157 3.67157 3 4.5 3H9.22168L6.92969 8Z\" fill=\"currentColor\"/><path d=\"M13.4297 8H8.02832L10.3203 3H15.7217L13.4297 8Z\" fill=\"currentColor\"/><path d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V8H14.5283L16.8203 3H19.5Z\" fill=\"currentColor\"/>",
|
|
6964
|
+
"iconName": "clapboard-sparkle, movie, film, ai",
|
|
6965
|
+
"variant": {
|
|
6966
|
+
"join": "round",
|
|
6967
|
+
"filled": "on",
|
|
6968
|
+
"radius": "1",
|
|
6969
|
+
"stroke": "1"
|
|
6970
|
+
},
|
|
6971
|
+
"createdAt": "2026-04-22T18:02:13.757381+00:00",
|
|
6972
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
6973
|
+
"componentName": "IconClapboardSparkle"
|
|
6974
|
+
},
|
|
6961
6975
|
{
|
|
6962
6976
|
"category": "Photography & Video",
|
|
6963
6977
|
"svg": "<path d=\"M22 18.5C22 19.3284 21.3284 20 20.5 20H3.5C2.67157 20 2 19.3284 2 18.5V10H22V18.5Z\" fill=\"currentColor\"/><path d=\"M6.60938 9H2V5.5C2 4.67157 2.67157 4 3.5 4H8.90137L6.60938 9Z\" fill=\"currentColor\"/><path d=\"M13.9014 9H7.70801L10 4H16.1934L13.9014 9Z\" fill=\"currentColor\"/><path d=\"M22 9H15L17.292 4H20.5C21.3284 4 22 4.67157 22 5.5V9Z\" fill=\"currentColor\"/>",
|
|
@@ -15725,7 +15739,7 @@
|
|
|
15725
15739
|
{
|
|
15726
15740
|
"category": "Filter & Settings",
|
|
15727
15741
|
"svg": "<path d=\"M14.639 2C10.5736 2 7.27788 5.29568 7.27788 9.36111C7.27788 10.2447 7.43376 11.0928 7.71985 11.8789L2.35303 17.2495C1.76759 17.8353 1.76776 18.7848 2.3534 19.3704L4.62969 21.6467C5.21533 22.2323 6.16479 22.2325 6.75063 21.6471L12.1212 16.2802C12.9073 16.5663 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.5919 6.93809C21.5352 6.77559 21.399 6.65363 21.2313 6.61522C21.0635 6.57682 20.8878 6.62738 20.7662 6.74906L17.9799 9.53534C17.0092 10.506 15.4354 10.506 14.4648 9.53534C13.4941 8.56466 13.4941 6.99089 14.4648 6.02022L17.251 3.23395C17.3727 3.11227 17.4233 2.93656 17.3849 2.76882C17.3465 2.60107 17.2245 2.46486 17.062 2.40824C16.3026 2.14361 15.487 2 14.639 2Z\" fill=\"currentColor\"/>",
|
|
15728
|
-
"iconName": "maintenance, settings, service",
|
|
15742
|
+
"iconName": "maintenance, settings, service, tweak",
|
|
15729
15743
|
"variant": {
|
|
15730
15744
|
"join": "round",
|
|
15731
15745
|
"filled": "on",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.204",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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",
|
|
@@ -2659,6 +2660,7 @@
|
|
|
2659
2660
|
"IconCirclesThree": "circles-three, bubbles",
|
|
2660
2661
|
"IconCircleX": "circle-x, close, checkbox, remove, failed, cancel",
|
|
2661
2662
|
"IconClapboard": "clapboard, movie, film",
|
|
2663
|
+
"IconClapboardSparkle": "clapboard-sparkle, movie, film, ai",
|
|
2662
2664
|
"IconClapboardWide": "clapboard-wide, movie, film",
|
|
2663
2665
|
"IconClaudeai": "claudeai",
|
|
2664
2666
|
"IconClaw": "claw, openclaw, ai, qclaw",
|
|
@@ -3285,7 +3287,7 @@
|
|
|
3285
3287
|
"IconMagnet": "magnet, snap-pixel, snap",
|
|
3286
3288
|
"IconMagnifyingGlass": "magnifying-glass, search",
|
|
3287
3289
|
"IconMagnifyingGlass2": "magnifying-glass-2, search",
|
|
3288
|
-
"IconMaintenance": "maintenance, settings, service",
|
|
3290
|
+
"IconMaintenance": "maintenance, settings, service, tweak",
|
|
3289
3291
|
"IconMakeItPop": "make-it-pop, design",
|
|
3290
3292
|
"IconMall": "mall, store, shop, business",
|
|
3291
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";
|