@central-icons-react-native/round-outlined-radius-2-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.
- package/IconScriptAi/index.d.ts +4 -0
- package/IconScriptAi/index.js +2 -0
- package/IconScriptAi/index.js.map +1 -0
- package/IconScriptAi/index.mjs +2 -0
- package/IconScriptAi/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- 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/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!B.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(s=L(o,n))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?m(f(r)):{},i(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>i(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconScriptAi:()=>d,default:()=>x});module.exports=h(P);var e=l(require("react"));var a=l(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>a.default.createElement(u.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"),d=r=>e.default.createElement(c,{...r},e.default.createElement(C.Path,{d:"M7 20H5.5C4.39543 20 3.5 19.1046 3.5 18V17C3.5 16.4477 3.94772 16 4.5 16H12.5C13.0523 16 13.5 16.4477 13.5 17V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V8C20.5 8.55228 20.0523 9 19.5 9H17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M15 20H6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M19 4H10.5M6 16V13.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(C.Path,{d:"M7.08091 4.77036L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.91909 4.77036C4.71594 5.29854 4.29854 5.71594 3.77036 5.91909L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L3.77036 8.08091C4.29854 8.28406 4.71594 8.70146 4.91909 9.22964L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.08091 9.22964C7.28406 8.70146 7.70146 8.28406 8.22964 8.08091L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L8.22964 5.91909C7.70146 5.71594 7.28406 5.29854 7.08091 4.77036Z",fill:"currentColor"})),x=d;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 20H5.5C4.39543 20 3.5 19.1046 3.5 18V17C3.5 16.4477 3.94772 16 4.5 16H12.5C13.0523 16 13.5 16.4477 13.5 17V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V8C20.5 8.55228 20.0523 9 19.5 9H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 20H6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 4H10.5M6 16V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M7.08091 4.77036L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.91909 4.77036C4.71594 5.29854 4.29854 5.71594 3.77036 5.91909L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L3.77036 8.08091C4.29854 8.28406 4.71594 8.70146 4.91909 9.22964L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.08091 9.22964C7.28406 8.70146 7.70146 8.28406 8.22964 8.08091L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L8.22964 5.91909C7.70146 5.71594 7.28406 5.29854 7.08091 4.77036Z\"\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,4RACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0nBACF,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,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"},e);import{Path as t}from"react-native-svg";var i=e=>o.createElement(n,{...e},o.createElement(t,{d:"M7 20H5.5C4.39543 20 3.5 19.1046 3.5 18V17C3.5 16.4477 3.94772 16 4.5 16H12.5C13.0523 16 13.5 16.4477 13.5 17V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V8C20.5 8.55228 20.0523 9 19.5 9H17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M15 20H6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M19 4H10.5M6 16V13.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M7.08091 4.77036L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.91909 4.77036C4.71594 5.29854 4.29854 5.71594 3.77036 5.91909L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L3.77036 8.08091C4.29854 8.28406 4.71594 8.70146 4.91909 9.22964L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.08091 9.22964C7.28406 8.70146 7.70146 8.28406 8.22964 8.08091L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L8.22964 5.91909C7.70146 5.71594 7.28406 5.29854 7.08091 4.77036Z",fill:"currentColor"})),B=i;export{i 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 20H5.5C4.39543 20 3.5 19.1046 3.5 18V17C3.5 16.4477 3.94772 16 4.5 16H12.5C13.0523 16 13.5 16.4477 13.5 17V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V8C20.5 8.55228 20.0523 9 19.5 9H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 20H6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 4H10.5M6 16V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M7.08091 4.77036L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.91909 4.77036C4.71594 5.29854 4.29854 5.71594 3.77036 5.91909L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L3.77036 8.08091C4.29854 8.28406 4.71594 8.70146 4.91909 9.22964L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.08091 9.22964C7.28406 8.70146 7.70146 8.28406 8.22964 8.08091L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L8.22964 5.91909C7.70146 5.71594 7.28406 5.29854 7.08091 4.77036Z\"\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,4RACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0nBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScriptAi","props","React","CentralIconBase","IconScriptAi_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -20958,6 +20958,20 @@
|
|
|
20958
20958
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
20959
20959
|
"componentName": "IconScript2"
|
|
20960
20960
|
},
|
|
20961
|
+
{
|
|
20962
|
+
"category": "AI & Magic",
|
|
20963
|
+
"svg": "<path d=\"M7 20H5.5C4.39543 20 3.5 19.1046 3.5 18V17C3.5 16.4477 3.94772 16 4.5 16H12.5C13.0523 16 13.5 16.4477 13.5 17V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V8C20.5 8.55228 20.0523 9 19.5 9H17.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15 20H6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 4H10.5M6 16V13.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M7.08091 4.77036L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.91909 4.77036C4.71594 5.29854 4.29854 5.71594 3.77036 5.91909L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L3.77036 8.08091C4.29854 8.28406 4.71594 8.70146 4.91909 9.22964L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.08091 9.22964C7.28406 8.70146 7.70146 8.28406 8.22964 8.08091L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L8.22964 5.91909C7.70146 5.71594 7.28406 5.29854 7.08091 4.77036Z\" fill=\"currentColor\"/>",
|
|
20964
|
+
"iconName": "script-ai, paper, page, contract, file, document, skills",
|
|
20965
|
+
"variant": {
|
|
20966
|
+
"join": "round",
|
|
20967
|
+
"filled": "off",
|
|
20968
|
+
"radius": "2",
|
|
20969
|
+
"stroke": "2"
|
|
20970
|
+
},
|
|
20971
|
+
"createdAt": "2026-04-16T06:02:31.853131+00:00",
|
|
20972
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
20973
|
+
"componentName": "IconScriptAi"
|
|
20974
|
+
},
|
|
20961
20975
|
{
|
|
20962
20976
|
"category": "Folders & Files",
|
|
20963
20977
|
"svg": "<path d=\"M15 3H7C5.89543 3 5 3.89543 5 5V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V11.9083C19 11.3161 18.8247 10.737 18.4962 10.2442L17.5038 8.75577C17.1753 8.26297 17 7.68395 17 7.09167V5C17 3.89543 16.1046 3 15 3Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 7V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 7V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.193",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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":
|
|
14
|
+
"totalIcons": 1941,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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";
|