@central-icons-react-native/round-filled-radius-2-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShortcut: FC<CentralIconBaseProps>;
4
+ export default IconShortcut;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=B(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconShortcut:()=>u,default:()=>g});module.exports=P(h);var p=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),u=o=>p.default.createElement(s,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM13.4033 7.83789C13.549 7.32776 12.905 6.97219 12.5508 7.36719L8.24707 12.166C7.95855 12.488 8.18773 13 8.62012 13H11.5L10.5967 16.1621C10.451 16.6722 11.095 17.0278 11.4492 16.6328L15.7529 11.834C16.0415 11.512 15.8123 11 15.3799 11H12.5L13.4033 7.83789Z",fill:"currentColor"})),g=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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM13.4033 7.83789C13.549 7.32776 12.905 6.97219 12.5508 7.36719L8.24707 12.166C7.95855 12.488 8.18773 13 8.62012 13H11.5L10.5967 16.1621C10.451 16.6722 11.095 17.0278 11.4492 16.6328L15.7529 11.834C16.0415 11.512 15.8123 11 15.3799 11H12.5L13.4033 7.83789Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,0XACF,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 C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM13.4033 7.83789C13.549 7.32776 12.905 6.97219 12.5508 7.36719L8.24707 12.166C7.95855 12.488 8.18773 13 8.62012 13H11.5L10.5967 16.1621C10.451 16.6722 11.095 17.0278 11.4492 16.6328L15.7529 11.834C16.0415 11.512 15.8123 11 15.3799 11H12.5L13.4033 7.83789Z",fill:"currentColor"})),v=a;export{a as IconShortcut,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM13.4033 7.83789C13.549 7.32776 12.905 6.97219 12.5508 7.36719L8.24707 12.166C7.95855 12.488 8.18773 13 8.62012 13H11.5L10.5967 16.1621C10.451 16.6722 11.095 17.0278 11.4492 16.6328L15.7529 11.834C16.0415 11.512 15.8123 11 15.3799 11H12.5L13.4033 7.83789Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,0XACF,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
@@ -20777,9 +20777,9 @@
20777
20777
  "componentName": "IconRuler"
20778
20778
  },
20779
20779
  {
20780
- "category": "Code",
20780
+ "category": "Keyboard",
20781
20781
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM14.8944 8.44721C15.1414 7.95324 14.9412 7.35256 14.4472 7.10557C13.9532 6.85858 13.3526 7.05881 13.1056 7.55279L9.10557 15.5528C8.85858 16.0468 9.05881 16.6474 9.55279 16.8944C10.0468 17.1414 10.6474 16.9412 10.8944 16.4472L14.8944 8.44721Z\" fill=\"currentColor\"/>",
20782
- "iconName": "run-shortcut,slash",
20782
+ "iconName": "run-shortcut, slash, skills",
20783
20783
  "variant": {
20784
20784
  "join": "round",
20785
20785
  "filled": "on",
@@ -21826,6 +21826,20 @@
21826
21826
  "packageName": "round-filled-radius-2-stroke-2",
21827
21827
  "componentName": "IconShoppingBagLike2"
21828
21828
  },
21829
+ {
21830
+ "category": "Keyboard",
21831
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM13.4033 7.83789C13.549 7.32776 12.905 6.97219 12.5508 7.36719L8.24707 12.166C7.95855 12.488 8.18773 13 8.62012 13H11.5L10.5967 16.1621C10.451 16.6722 11.095 17.0278 11.4492 16.6328L15.7529 11.834C16.0415 11.512 15.8123 11 15.3799 11H12.5L13.4033 7.83789Z\" fill=\"currentColor\"/>",
21832
+ "iconName": "shortcut, hotkey, powerkey, skill",
21833
+ "variant": {
21834
+ "join": "round",
21835
+ "filled": "on",
21836
+ "radius": "2",
21837
+ "stroke": "2"
21838
+ },
21839
+ "createdAt": "2026-04-16T12:02:20.982379+00:00",
21840
+ "packageName": "round-filled-radius-2-stroke-2",
21841
+ "componentName": "IconShortcut"
21842
+ },
21829
21843
  {
21830
21844
  "category": "Things",
21831
21845
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8387 2.58316C18.0611 1.8056 16.8004 1.80561 16.0229 2.58318L14.7358 3.87027C13.491 5.11509 13.2873 7.00677 14.1247 8.46331L10.4621 12.1259L9.08967 10.7535C7.9383 9.60216 6.0008 9.54979 4.86161 10.8334C2.25318 13.7725 1.28068 17.012 2.54918 20.8174C2.64827 21.1147 2.88153 21.3479 3.1788 21.447C6.98424 22.7155 10.2236 21.7429 13.1627 19.1345C14.4463 17.9953 14.394 16.0578 13.2426 14.9064L11.8699 13.5338L15.5325 9.87123C16.9891 10.7088 18.8809 10.5051 20.1258 9.26021L21.4129 7.97311C22.1904 7.19555 22.1904 5.93491 21.4129 5.15737L18.8387 2.58316ZM17.4308 3.99104L20.005 6.56525L18.718 7.85235C18.0071 8.56319 16.8546 8.56318 16.1437 7.85234C15.4329 7.14149 15.4329 5.98897 16.1438 5.27813L17.4308 3.99104Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1558,6 +1558,7 @@ export type CentralIconName =
1558
1558
  | "IconShoppingBagEdit2"
1559
1559
  | "IconShoppingBagLike1"
1560
1560
  | "IconShoppingBagLike2"
1561
+ | "IconShortcut"
1561
1562
  | "IconShovel"
1562
1563
  | "IconShredder"
1563
1564
  | "IconShuffle"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
3
- "version": "1.1.195",
3
+ "version": "1.1.196",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/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": 1950,
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": 65,
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": 13,
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";