@central-icons-react-native/round-outlined-radius-1-stroke-1 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 L=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=d(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?L(k(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconScriptAi:()=>m,default:()=>P});module.exports=x(g);var n=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(c.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 C=require("react-native-svg"),m=r=>n.default.createElement(l,{...r},n.default.createElement(C.Path,{d:"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M16 20.5H6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M19 3.5H10M5.5 13V16.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z",stroke:"currentColor"})),P=m;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=\"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 20.5H6\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 3.5H10M5.5 13V16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z\"\n stroke=\"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,uVACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+oBACF,OAAO,eACT,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...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 a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M16 20.5H6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19 3.5H10M5.5 13V16.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z",stroke:"currentColor"})),B=a;export{a as IconScriptAi,B 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=\"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 20.5H6\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 3.5H10M5.5 13V16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z\"\n stroke=\"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,uVACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+oBACF,OAAO,eACT,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-outlined-radius-1-stroke-1",
20959
20959
  "componentName": "IconScript2"
20960
20960
  },
20961
+ {
20962
+ "category": "AI & Magic",
20963
+ "svg": "<path d=\"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 20.5H6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 3.5H10M5.5 13V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z\" stroke=\"currentColor\"/>",
20964
+ "iconName": "script-ai, paper, page, contract, file, document, skills",
20965
+ "variant": {
20966
+ "join": "round",
20967
+ "filled": "off",
20968
+ "radius": "1",
20969
+ "stroke": "1"
20970
+ },
20971
+ "createdAt": "2026-04-16T06:02:31.853131+00:00",
20972
+ "packageName": "round-outlined-radius-1-stroke-1",
20973
+ "componentName": "IconScriptAi"
20974
+ },
20961
20975
  {
20962
20976
  "category": "Folders & Files",
20963
20977
  "svg": "<path d=\"M16.5 2.5H5.5C4.94772 2.5 4.5 2.94771 4.5 3.5V20.5C4.5 21.0523 4.94772 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5V11.5661C19.5 11.196 19.3973 10.8331 19.2033 10.5179L17.7967 8.23211C17.6027 7.91689 17.5 7.55404 17.5 7.18392V3.5C17.5 2.94772 17.0523 2.5 16.5 2.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 6.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 6.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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-outlined-radius-1-stroke-1",
3
- "version": "1.1.192",
3
+ "version": "1.1.193",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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": 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";