@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.192 → 1.1.193

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 IconScriptAi: FC<CentralIconBaseProps>;
4
+ export default IconScriptAi;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,C)=>{for(var o in C)l(r,o,{get:C[o],enumerable:!0})},f=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let n of B(C))!x.call(r,n)&&n!==o&&l(r,n,{get:()=>C[n],enumerable:!(p=u(C,n))||p.enumerable});return r};var m=(r,C,o)=>(o=r!=null?c(I(r)):{},f(C||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),d=r=>f(l({},"__esModule",{value:!0}),r);var v={};P(v,{IconScriptAi:()=>L,default:()=>g});module.exports=d(v);var t=m(require("react"));var a=m(require("react")),i=require("react-native-svg"),s=({children:r,size:C=24,...o})=>a.default.createElement(i.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),L=r=>t.default.createElement(s,{...r},t.default.createElement(e.Path,{d:"M12 16C13.1046 16 14 16.8954 14 18C14 19.28 14.803 20.3691 15.9316 20.7998C15.9721 20.8153 15.9999 20.8541 16 20.8975C16 20.954 15.954 21 15.8975 21H5C3.34315 21 2 19.6569 2 18C2 16.8954 2.89543 16 4 16H12Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M17.5039 3C17.1892 3.41817 17 3.93631 17 4.5V19C17 19.5522 16.5254 20.0209 16.041 19.7559C15.4207 19.4163 15 18.7571 15 18C15 16.3431 13.6569 15 12 15H5V11.9512C5.29128 12.1412 5.6362 12.25 6 12.25C6.7582 12.25 7.43778 11.7829 7.70996 11.0752L8.24805 9.67871C8.32423 9.48064 8.48064 9.32423 8.67871 9.24805L10.0752 8.70996C10.7829 8.43778 11.25 7.7582 11.25 7C11.25 6.2418 10.7829 5.56222 10.0752 5.29004L8.67871 4.75195C8.48064 4.67577 8.32423 4.51936 8.24805 4.32129L7.74316 3.01172C7.82785 3.00454 7.91346 3 8 3H17.5039Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M6 3C6.24094 3 6.4574 3.1482 6.54395 3.37305L7.08105 4.77051C7.2842 5.29855 7.70145 5.71579 8.22949 5.91895L9.62695 6.45605C9.8518 6.5426 10 6.75906 10 7C10 7.24094 9.8518 7.4574 9.62695 7.54395L8.22949 8.08105C7.70145 8.2842 7.28421 8.70145 7.08105 9.22949L6.54395 10.627C6.4574 10.8518 6.24094 11 6 11C5.75906 11 5.5426 10.8518 5.45605 10.627L4.91895 9.22949C4.71579 8.70145 4.29855 8.28421 3.77051 8.08105L2.37305 7.54395C2.1482 7.4574 2 7.24094 2 7C2 6.75906 2.1482 6.5426 2.37305 6.45605L3.77051 5.91895C4.29855 5.71579 4.71579 5.29855 4.91895 4.77051L5.45605 3.37305C5.5426 3.1482 5.75906 3 6 3Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M19.5 3C20.3284 3 21 3.67157 21 4.5V7C21 8.10457 20.1046 9 19 9H18V4.5C18 3.67157 18.6716 3 19.5 3Z",fill:"currentColor"})),g=L;0&&(module.exports={IconScriptAi});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScriptAi/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 IconScriptAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 16C13.1046 16 14 16.8954 14 18C14 19.28 14.803 20.3691 15.9316 20.7998C15.9721 20.8153 15.9999 20.8541 16 20.8975C16 20.954 15.954 21 15.8975 21H5C3.34315 21 2 19.6569 2 18C2 16.8954 2.89543 16 4 16H12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5039 3C17.1892 3.41817 17 3.93631 17 4.5V19C17 19.5522 16.5254 20.0209 16.041 19.7559C15.4207 19.4163 15 18.7571 15 18C15 16.3431 13.6569 15 12 15H5V11.9512C5.29128 12.1412 5.6362 12.25 6 12.25C6.7582 12.25 7.43778 11.7829 7.70996 11.0752L8.24805 9.67871C8.32423 9.48064 8.48064 9.32423 8.67871 9.24805L10.0752 8.70996C10.7829 8.43778 11.25 7.7582 11.25 7C11.25 6.2418 10.7829 5.56222 10.0752 5.29004L8.67871 4.75195C8.48064 4.67577 8.32423 4.51936 8.24805 4.32129L7.74316 3.01172C7.82785 3.00454 7.91346 3 8 3H17.5039Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 3C6.24094 3 6.4574 3.1482 6.54395 3.37305L7.08105 4.77051C7.2842 5.29855 7.70145 5.71579 8.22949 5.91895L9.62695 6.45605C9.8518 6.5426 10 6.75906 10 7C10 7.24094 9.8518 7.4574 9.62695 7.54395L8.22949 8.08105C7.70145 8.2842 7.28421 8.70145 7.08105 9.22949L6.54395 10.627C6.4574 10.8518 6.24094 11 6 11C5.75906 11 5.5426 10.8518 5.45605 10.627L4.91895 9.22949C4.71579 8.70145 4.29855 8.28421 3.77051 8.08105L2.37305 7.54395C2.1482 7.4574 2 7.24094 2 7C2 6.75906 2.1482 6.5426 2.37305 6.45605L3.77051 5.91895C4.29855 5.71579 4.71579 5.29855 4.91895 4.77051L5.45605 3.37305C5.5426 3.1482 5.75906 3 6 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V7C21 8.10457 20.1046 9 19 9H18V4.5C18 3.67157 18.6716 3 19.5 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScriptAi;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8gBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4lBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconScriptAi_exports","__export","IconScriptAi","IconScriptAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScriptAi","props","React","CentralIconBase","IconScriptAi_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,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"},t);import{Path as o}from"react-native-svg";var f=t=>C.createElement(n,{...t},C.createElement(o,{d:"M12 16C13.1046 16 14 16.8954 14 18C14 19.28 14.803 20.3691 15.9316 20.7998C15.9721 20.8153 15.9999 20.8541 16 20.8975C16 20.954 15.954 21 15.8975 21H5C3.34315 21 2 19.6569 2 18C2 16.8954 2.89543 16 4 16H12Z",fill:"currentColor"}),C.createElement(o,{d:"M17.5039 3C17.1892 3.41817 17 3.93631 17 4.5V19C17 19.5522 16.5254 20.0209 16.041 19.7559C15.4207 19.4163 15 18.7571 15 18C15 16.3431 13.6569 15 12 15H5V11.9512C5.29128 12.1412 5.6362 12.25 6 12.25C6.7582 12.25 7.43778 11.7829 7.70996 11.0752L8.24805 9.67871C8.32423 9.48064 8.48064 9.32423 8.67871 9.24805L10.0752 8.70996C10.7829 8.43778 11.25 7.7582 11.25 7C11.25 6.2418 10.7829 5.56222 10.0752 5.29004L8.67871 4.75195C8.48064 4.67577 8.32423 4.51936 8.24805 4.32129L7.74316 3.01172C7.82785 3.00454 7.91346 3 8 3H17.5039Z",fill:"currentColor"}),C.createElement(o,{d:"M6 3C6.24094 3 6.4574 3.1482 6.54395 3.37305L7.08105 4.77051C7.2842 5.29855 7.70145 5.71579 8.22949 5.91895L9.62695 6.45605C9.8518 6.5426 10 6.75906 10 7C10 7.24094 9.8518 7.4574 9.62695 7.54395L8.22949 8.08105C7.70145 8.2842 7.28421 8.70145 7.08105 9.22949L6.54395 10.627C6.4574 10.8518 6.24094 11 6 11C5.75906 11 5.5426 10.8518 5.45605 10.627L4.91895 9.22949C4.71579 8.70145 4.29855 8.28421 3.77051 8.08105L2.37305 7.54395C2.1482 7.4574 2 7.24094 2 7C2 6.75906 2.1482 6.5426 2.37305 6.45605L3.77051 5.91895C4.29855 5.71579 4.71579 5.29855 4.91895 4.77051L5.45605 3.37305C5.5426 3.1482 5.75906 3 6 3Z",fill:"currentColor"}),C.createElement(o,{d:"M19.5 3C20.3284 3 21 3.67157 21 4.5V7C21 8.10457 20.1046 9 19 9H18V4.5C18 3.67157 18.6716 3 19.5 3Z",fill:"currentColor"})),x=f;export{f as IconScriptAi,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScriptAi/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 IconScriptAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 16C13.1046 16 14 16.8954 14 18C14 19.28 14.803 20.3691 15.9316 20.7998C15.9721 20.8153 15.9999 20.8541 16 20.8975C16 20.954 15.954 21 15.8975 21H5C3.34315 21 2 19.6569 2 18C2 16.8954 2.89543 16 4 16H12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5039 3C17.1892 3.41817 17 3.93631 17 4.5V19C17 19.5522 16.5254 20.0209 16.041 19.7559C15.4207 19.4163 15 18.7571 15 18C15 16.3431 13.6569 15 12 15H5V11.9512C5.29128 12.1412 5.6362 12.25 6 12.25C6.7582 12.25 7.43778 11.7829 7.70996 11.0752L8.24805 9.67871C8.32423 9.48064 8.48064 9.32423 8.67871 9.24805L10.0752 8.70996C10.7829 8.43778 11.25 7.7582 11.25 7C11.25 6.2418 10.7829 5.56222 10.0752 5.29004L8.67871 4.75195C8.48064 4.67577 8.32423 4.51936 8.24805 4.32129L7.74316 3.01172C7.82785 3.00454 7.91346 3 8 3H17.5039Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 3C6.24094 3 6.4574 3.1482 6.54395 3.37305L7.08105 4.77051C7.2842 5.29855 7.70145 5.71579 8.22949 5.91895L9.62695 6.45605C9.8518 6.5426 10 6.75906 10 7C10 7.24094 9.8518 7.4574 9.62695 7.54395L8.22949 8.08105C7.70145 8.2842 7.28421 8.70145 7.08105 9.22949L6.54395 10.627C6.4574 10.8518 6.24094 11 6 11C5.75906 11 5.5426 10.8518 5.45605 10.627L4.91895 9.22949C4.71579 8.70145 4.29855 8.28421 3.77051 8.08105L2.37305 7.54395C2.1482 7.4574 2 7.24094 2 7C2 6.75906 2.1482 6.5426 2.37305 6.45605L3.77051 5.91895C4.29855 5.71579 4.71579 5.29855 4.91895 4.77051L5.45605 3.37305C5.5426 3.1482 5.75906 3 6 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V7C21 8.10457 20.1046 9 19 9H18V4.5C18 3.67157 18.6716 3 19.5 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScriptAi;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8gBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4lBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScriptAi","props","React","CentralIconBase","IconScriptAi_default"]}
package/README.md CHANGED
@@ -197,6 +197,7 @@ Below is a complete list of available icons:
197
197
  - IconReceiptionBellSparkle
198
198
  - IconRobot
199
199
  - IconScanTextSparkle
200
+ - IconScriptAi
200
201
  - IconSearchIntelligence
201
202
  - IconSearchlinesSparkle
202
203
  - IconSeparateVideoVoice
@@ -20958,6 +20958,20 @@
20958
20958
  "packageName": "round-filled-radius-1-stroke-2",
20959
20959
  "componentName": "IconScript2"
20960
20960
  },
20961
+ {
20962
+ "category": "AI & Magic",
20963
+ "svg": "<path d=\"M12 16C13.1046 16 14 16.8954 14 18C14 19.28 14.803 20.3691 15.9316 20.7998C15.9721 20.8153 15.9999 20.8541 16 20.8975C16 20.954 15.954 21 15.8975 21H5C3.34315 21 2 19.6569 2 18C2 16.8954 2.89543 16 4 16H12Z\" fill=\"currentColor\"/><path d=\"M17.5039 3C17.1892 3.41817 17 3.93631 17 4.5V19C17 19.5522 16.5254 20.0209 16.041 19.7559C15.4207 19.4163 15 18.7571 15 18C15 16.3431 13.6569 15 12 15H5V11.9512C5.29128 12.1412 5.6362 12.25 6 12.25C6.7582 12.25 7.43778 11.7829 7.70996 11.0752L8.24805 9.67871C8.32423 9.48064 8.48064 9.32423 8.67871 9.24805L10.0752 8.70996C10.7829 8.43778 11.25 7.7582 11.25 7C11.25 6.2418 10.7829 5.56222 10.0752 5.29004L8.67871 4.75195C8.48064 4.67577 8.32423 4.51936 8.24805 4.32129L7.74316 3.01172C7.82785 3.00454 7.91346 3 8 3H17.5039Z\" fill=\"currentColor\"/><path d=\"M6 3C6.24094 3 6.4574 3.1482 6.54395 3.37305L7.08105 4.77051C7.2842 5.29855 7.70145 5.71579 8.22949 5.91895L9.62695 6.45605C9.8518 6.5426 10 6.75906 10 7C10 7.24094 9.8518 7.4574 9.62695 7.54395L8.22949 8.08105C7.70145 8.2842 7.28421 8.70145 7.08105 9.22949L6.54395 10.627C6.4574 10.8518 6.24094 11 6 11C5.75906 11 5.5426 10.8518 5.45605 10.627L4.91895 9.22949C4.71579 8.70145 4.29855 8.28421 3.77051 8.08105L2.37305 7.54395C2.1482 7.4574 2 7.24094 2 7C2 6.75906 2.1482 6.5426 2.37305 6.45605L3.77051 5.91895C4.29855 5.71579 4.71579 5.29855 4.91895 4.77051L5.45605 3.37305C5.5426 3.1482 5.75906 3 6 3Z\" fill=\"currentColor\"/><path d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V7C21 8.10457 20.1046 9 19 9H18V4.5C18 3.67157 18.6716 3 19.5 3Z\" fill=\"currentColor\"/>",
20964
+ "iconName": "script-ai, paper, page, contract, file, document, skills",
20965
+ "variant": {
20966
+ "join": "round",
20967
+ "filled": "on",
20968
+ "radius": "1",
20969
+ "stroke": "2"
20970
+ },
20971
+ "createdAt": "2026-04-16T06:02:31.853131+00:00",
20972
+ "packageName": "round-filled-radius-1-stroke-2",
20973
+ "componentName": "IconScriptAi"
20974
+ },
20961
20975
  {
20962
20976
  "category": "Folders & Files",
20963
20977
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 2C4.89543 2 4 2.89543 4 4V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V11.6056C20 11.0133 19.8247 10.4343 19.4962 9.94145L18.1679 7.94915C18.0584 7.78488 18 7.59187 18 7.39445V4C18 2.89543 17.1046 2 16 2H6ZM9 6C9.55228 6 10 6.44772 10 7V9C10 9.55228 9.55228 10 9 10C8.44772 10 8 9.55228 8 9V7C8 6.44772 8.44772 6 9 6ZM14 7C14 6.44772 13.5523 6 13 6C12.4477 6 12 6.44772 12 7V9C12 9.55228 12.4477 10 13 10C13.5523 10 14 9.55228 14 9V7Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1496,6 +1496,7 @@ export type CentralIconName =
1496
1496
  | "IconScreenCapture"
1497
1497
  | "IconScript"
1498
1498
  | "IconScript2"
1499
+ | "IconScriptAi"
1499
1500
  | "IconSdCard"
1500
1501
  | "IconSearchIntelligence"
1501
1502
  | "IconSearchlinesSparkle"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-2",
3
- "version": "1.1.192",
3
+ "version": "1.1.193",
4
4
  "style": "round-filled-radius-1-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 1940,
14
+ "totalIcons": 1941,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 76,
17
+ "count": 77,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -67,6 +67,7 @@
67
67
  "IconReceiptionBellSparkle",
68
68
  "IconRobot",
69
69
  "IconScanTextSparkle",
70
+ "IconScriptAi",
70
71
  "IconSearchIntelligence",
71
72
  "IconSearchlinesSparkle",
72
73
  "IconSeparateVideoVoice",
@@ -3639,6 +3640,7 @@
3639
3640
  "IconScreenCapture": "screen-capture, recording",
3640
3641
  "IconScript": "script, paper, page, contract, file, document, skills",
3641
3642
  "IconScript2": "script-2, paper, page, contract, file, document, skills",
3643
+ "IconScriptAi": "script-ai, paper, page, contract, file, document, skills",
3642
3644
  "IconSdCard": "sd-card, memory-stick",
3643
3645
  "IconSearchIntelligence": "search-intelligence, search-ai",
3644
3646
  "IconSearchlinesSparkle": "search lines-sparkle, magnifier, document, list, page, file",
package/index.d.ts CHANGED
@@ -1495,6 +1495,7 @@ export { IconScratchCard, default as IconScratchCardDefault, } from "./IconScrat
1495
1495
  export { IconScreenCapture, default as IconScreenCaptureDefault, } from "./IconScreenCapture";
1496
1496
  export { IconScript, default as IconScriptDefault } from "./IconScript";
1497
1497
  export { IconScript2, default as IconScript2Default } from "./IconScript2";
1498
+ export { IconScriptAi, default as IconScriptAiDefault } from "./IconScriptAi";
1498
1499
  export { IconSdCard, default as IconSdCardDefault } from "./IconSdCard";
1499
1500
  export { IconSearchIntelligence, default as IconSearchIntelligenceDefault, } from "./IconSearchIntelligence";
1500
1501
  export { IconSearchMenu, default as IconSearchMenuDefault, } from "./IconSearchMenu";