@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.195 → 1.1.196
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/IconShortcut/index.d.ts +4 -0
- package/IconShortcut/index.js +2 -0
- package/IconShortcut/index.js.map +1 -0
- package/IconShortcut/index.mjs +2 -0
- package/IconShortcut/index.mjs.map +1 -0
- package/README.md +2 -1
- package/filtered-icons.json +16 -2
- package/icons/index.d.ts +1 -0
- package/icons-index.json +8 -6
- 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 +8 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>l(n({},"__esModule",{value:!0}),r);var S={};g(S,{IconShortcut:()=>u,default:()=>v});module.exports=h(S);var C=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 p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),C.default.createElement(p.Path,{d:"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z",fill:"currentColor"})),v=u;0&&(module.exports={IconShortcut});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShortcut/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 IconShortcut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShortcut;\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,uKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gWACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShortcut_exports","__export","IconShortcut","IconShortcut_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShortcut","props","React","CentralIconBase","IconShortcut_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(a,{...C,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 n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),t.createElement(n,{d:"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z",fill:"currentColor"})),P=l;export{l as IconShortcut,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShortcut/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 IconShortcut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShortcut;\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,uKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gWACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShortcut","props","React","CentralIconBase","IconShortcut_default"]}
|
package/README.md
CHANGED
|
@@ -494,7 +494,6 @@ Below is a complete list of available icons:
|
|
|
494
494
|
- IconPullRequestSimple
|
|
495
495
|
- IconPush
|
|
496
496
|
- IconRequestClosed
|
|
497
|
-
- IconRunShortcut
|
|
498
497
|
- IconSandbox
|
|
499
498
|
- IconShip
|
|
500
499
|
- IconSpeedDots
|
|
@@ -1245,7 +1244,9 @@ Below is a complete list of available icons:
|
|
|
1245
1244
|
- IconOpt
|
|
1246
1245
|
- IconOptAlt
|
|
1247
1246
|
- IconOptionKey
|
|
1247
|
+
- IconRunShortcut
|
|
1248
1248
|
- IconShift
|
|
1249
|
+
- IconShortcut
|
|
1249
1250
|
- IconSpacebar
|
|
1250
1251
|
|
|
1251
1252
|
### Layout
|
package/filtered-icons.json
CHANGED
|
@@ -20777,9 +20777,9 @@
|
|
|
20777
20777
|
"componentName": "IconRuler"
|
|
20778
20778
|
},
|
|
20779
20779
|
{
|
|
20780
|
-
"category": "
|
|
20780
|
+
"category": "Keyboard",
|
|
20781
20781
|
"svg": "<path d=\"M9.5 17.5L14.5 6.5M4.5 3.5H19.5C20.0523 3.5 20.5 3.94772 20.5 4.5V19.5C20.5 20.0523 20.0523 20.5 19.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V4.5C3.5 3.94772 3.94772 3.5 4.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
20782
|
-
"iconName": "run-shortcut,slash",
|
|
20782
|
+
"iconName": "run-shortcut, slash, skills",
|
|
20783
20783
|
"variant": {
|
|
20784
20784
|
"join": "round",
|
|
20785
20785
|
"filled": "off",
|
|
@@ -21826,6 +21826,20 @@
|
|
|
21826
21826
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21827
21827
|
"componentName": "IconShoppingBagLike2"
|
|
21828
21828
|
},
|
|
21829
|
+
{
|
|
21830
|
+
"category": "Keyboard",
|
|
21831
|
+
"svg": "<path d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\" stroke=\"currentColor\"/><path d=\"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z\" fill=\"currentColor\"/>",
|
|
21832
|
+
"iconName": "shortcut, hotkey, powerkey, skill",
|
|
21833
|
+
"variant": {
|
|
21834
|
+
"join": "round",
|
|
21835
|
+
"filled": "off",
|
|
21836
|
+
"radius": "1",
|
|
21837
|
+
"stroke": "1"
|
|
21838
|
+
},
|
|
21839
|
+
"createdAt": "2026-04-16T12:02:20.982379+00:00",
|
|
21840
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21841
|
+
"componentName": "IconShortcut"
|
|
21842
|
+
},
|
|
21829
21843
|
{
|
|
21830
21844
|
"category": "Things",
|
|
21831
21845
|
"svg": "<path d=\"M13.7929 16.3745L7.62527 10.2069C7.23475 9.8164 6.60006 9.81535 6.21813 10.2143C2.93282 13.6457 1.60651 16.31 3.12737 20.8725C7.68983 22.3933 10.3541 21.0669 13.7855 17.7817C14.1845 17.3997 14.1834 16.765 13.7929 16.3745Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 15.5L15.5 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.8509 4.04052L17.2934 2.67083C17.6866 2.29748 18.3056 2.30549 18.689 2.68889L21.311 5.31081C21.6944 5.6942 21.7024 6.3133 21.329 6.70649L19.9593 8.14896C18.8248 9.28348 16.9854 9.28348 15.8509 8.14896C14.7164 7.01445 14.7164 5.17503 15.8509 4.04052Z\" stroke=\"currentColor\" 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-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.196",
|
|
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,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1951,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 77,
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
]
|
|
318
318
|
},
|
|
319
319
|
"Code": {
|
|
320
|
-
"count":
|
|
320
|
+
"count": 64,
|
|
321
321
|
"icons": [
|
|
322
322
|
"IconAgent",
|
|
323
323
|
"IconAgenticCoding",
|
|
@@ -376,7 +376,6 @@
|
|
|
376
376
|
"IconPullRequestSimple",
|
|
377
377
|
"IconPush",
|
|
378
378
|
"IconRequestClosed",
|
|
379
|
-
"IconRunShortcut",
|
|
380
379
|
"IconSandbox",
|
|
381
380
|
"IconShip",
|
|
382
381
|
"IconSpeedDots",
|
|
@@ -1142,7 +1141,7 @@
|
|
|
1142
1141
|
]
|
|
1143
1142
|
},
|
|
1144
1143
|
"Keyboard": {
|
|
1145
|
-
"count":
|
|
1144
|
+
"count": 15,
|
|
1146
1145
|
"icons": [
|
|
1147
1146
|
"IconAt",
|
|
1148
1147
|
"IconBackward",
|
|
@@ -1155,7 +1154,9 @@
|
|
|
1155
1154
|
"IconOpt",
|
|
1156
1155
|
"IconOptAlt",
|
|
1157
1156
|
"IconOptionKey",
|
|
1157
|
+
"IconRunShortcut",
|
|
1158
1158
|
"IconShift",
|
|
1159
|
+
"IconShortcut",
|
|
1159
1160
|
"IconSpacebar"
|
|
1160
1161
|
]
|
|
1161
1162
|
},
|
|
@@ -3636,7 +3637,7 @@
|
|
|
3636
3637
|
"IconRoulette2": "roulette-2, coincidence, gambling",
|
|
3637
3638
|
"IconRssFeed": "rss-feed",
|
|
3638
3639
|
"IconRuler": "ruler",
|
|
3639
|
-
"IconRunShortcut": "run-shortcut, slash",
|
|
3640
|
+
"IconRunShortcut": "run-shortcut, slash, skills",
|
|
3640
3641
|
"IconSafari": "safari",
|
|
3641
3642
|
"IconSafeSimple": "safe-simple, save",
|
|
3642
3643
|
"IconSandbox": "sandbox, playground",
|
|
@@ -3711,6 +3712,7 @@
|
|
|
3711
3712
|
"IconShoppingBagEdit2": "shopping-bag-edit-2",
|
|
3712
3713
|
"IconShoppingBagLike1": "shopping-bag-like-1",
|
|
3713
3714
|
"IconShoppingBagLike2": "shopping-bag-like-2",
|
|
3715
|
+
"IconShortcut": "shortcut, hotkey, powerkey, skill",
|
|
3714
3716
|
"IconShovel": "shovel, spade, pick",
|
|
3715
3717
|
"IconShredder": "shredder, permanently",
|
|
3716
3718
|
"IconShuffle": "shuffle, random",
|
package/index.d.ts
CHANGED
|
@@ -1557,6 +1557,7 @@ export { IconShoppingBagBookmark2, default as IconShoppingBagBookmark2Default, }
|
|
|
1557
1557
|
export { IconShoppingBagEdit2, default as IconShoppingBagEdit2Default, } from "./IconShoppingBagEdit2";
|
|
1558
1558
|
export { IconShoppingBagLike1, default as IconShoppingBagLike1Default, } from "./IconShoppingBagLike1";
|
|
1559
1559
|
export { IconShoppingBagLike2, default as IconShoppingBagLike2Default, } from "./IconShoppingBagLike2";
|
|
1560
|
+
export { IconShortcut, default as IconShortcutDefault } from "./IconShortcut";
|
|
1560
1561
|
export { IconShovel, default as IconShovelDefault } from "./IconShovel";
|
|
1561
1562
|
export { IconShredder, default as IconShredderDefault } from "./IconShredder";
|
|
1562
1563
|
export { IconShuffle, default as IconShuffleDefault } from "./IconShuffle";
|