@central-icons-react-native/round-outlined-radius-0-stroke-1 0.0.48 → 0.0.49

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 IconRandom: FC<CentralIconBaseProps>;
4
+ export default IconRandom;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)p(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of f(r))!B.call(o,e)&&e!==n&&p(o,e,{get:()=>r[e],enumerable:!(a=L(r,e))||a.enumerable});return o};var u=(o,r,n)=>(n=o!=null?d(k(o)):{},i(r||!o||!o.__esModule?p(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>i(p({},"__esModule",{value:!0}),o);var P={};I(P,{IconRandom:()=>l,default:()=>M});module.exports=x(P);var t=u(require("react"));var m=u(require("react")),C=require("react-native-svg"),c=({children:o,size:r=24,...n})=>m.default.createElement(C.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),l=o=>t.default.createElement(c,{...o},t.default.createElement(s.Path,{d:"M12 17.5V21.5M12 2.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M17.5 12L21.5 12M2.5 12H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),M=l;0&&(module.exports={IconRandom});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRandom/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 IconRandom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 17.5V21.5M12 2.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 12L21.5 12M2.5 12H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRandom_exports","__export","IconRandom","IconRandom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:n,size:o=24,...p})=>s.createElement(a,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>r.createElement(t,{...n},r.createElement(e,{d:"M12 17.5V21.5M12 2.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M17.5 12L21.5 12M2.5 12H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconRandom,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRandom/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 IconRandom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 17.5V21.5M12 2.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 12L21.5 12M2.5 12H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
package/README.md CHANGED
@@ -285,6 +285,7 @@ Below is a complete list of available icons:
285
285
  - IconMinimize315
286
286
  - IconMinimize45
287
287
  - IconOngoing
288
+ - IconRandom
288
289
  - IconShareArrowDown
289
290
  - IconSquareArrowBottomRight
290
291
  - IconSquareArrowCenter
@@ -15176,6 +15176,20 @@
15176
15176
  "packageName": "round-outlined-radius-0-stroke-1",
15177
15177
  "componentName": "IconRaisingHand5Finger"
15178
15178
  },
15179
+ {
15180
+ "category": "Arrows",
15181
+ "svg": "<path d=\"M12 17.5V21.5M12 2.5V6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 12L21.5 12M2.5 12H11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
15182
+ "iconName": "random, productivity, smart",
15183
+ "variant": {
15184
+ "join": "round",
15185
+ "filled": "off",
15186
+ "radius": "0",
15187
+ "stroke": "1"
15188
+ },
15189
+ "createdAt": "2025-08-20T08:30:23.126988+00:00",
15190
+ "packageName": "round-outlined-radius-0-stroke-1",
15191
+ "componentName": "IconRandom"
15192
+ },
15179
15193
  {
15180
15194
  "category": "Things",
15181
15195
  "svg": "<path d=\"M0.5 9.5H2M23.5 9.5H22M14.2393 9.09584C13.5798 8.71678 12.8152 8.5 12 8.5C11.1848 8.5 10.4202 8.71678 9.76072 9.09584M10.5 12C10.5 14.4853 8.48528 16.5 6 16.5C3.51472 16.5 1.5 14.4853 1.5 12C1.5 9.51472 3.51472 7.5 6 7.5C8.48528 7.5 10.5 9.51472 10.5 12ZM22.5 12C22.5 14.4853 20.4853 16.5 18 16.5C15.5147 16.5 13.5 14.4853 13.5 12C13.5 9.51472 15.5147 7.5 18 7.5C20.4853 7.5 22.5 9.51472 22.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1083,6 +1083,7 @@ export type CentralIconName =
1083
1083
  | "IconRainyLight"
1084
1084
  | "IconRaisingHand4Finger"
1085
1085
  | "IconRaisingHand5Finger"
1086
+ | "IconRandom"
1086
1087
  | "IconReadingList"
1087
1088
  | "IconRear"
1088
1089
  | "IconReceiptBill"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-1",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "style": "round-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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": 1488,
14
+ "totalIcons": 1489,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -65,7 +65,7 @@
65
65
  ]
66
66
  },
67
67
  "Arrows": {
68
- "count": 107,
68
+ "count": 108,
69
69
  "icons": [
70
70
  "IconArrow",
71
71
  "IconArrowBottomTop",
@@ -163,6 +163,7 @@
163
163
  "IconMinimize315",
164
164
  "IconMinimize45",
165
165
  "IconOngoing",
166
+ "IconRandom",
166
167
  "IconShareArrowDown",
167
168
  "IconSquareArrowBottomRight",
168
169
  "IconSquareArrowCenter",
@@ -2757,6 +2758,7 @@
2757
2758
  "IconRainyLight": "rainy-light",
2758
2759
  "IconRaisingHand4Finger": "raising-hand-4-finger, hey, hello",
2759
2760
  "IconRaisingHand5Finger": "raising-hand-5-finger, hey, hello, high-five",
2761
+ "IconRandom": "random, productivity, smart",
2760
2762
  "IconReadingList": "reading-list, glasses, steve-jobs",
2761
2763
  "IconRear": "rear, front-back, change-cam, lens",
2762
2764
  "IconReceiptBill": "receipt-bill, purchase, invoice",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-0-stroke-1",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -7588,6 +7588,13 @@
7588
7588
  "iconName": "raising-hand-5-finger, hey, hello, high-five",
7589
7589
  "pathname": "src/IconRaisingHand5Finger"
7590
7590
  },
7591
+ {
7592
+ "svg": "<Path d=\"M12 17.5V21.5M12 2.5V6.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.5 12L21.5 12M2.5 12H11.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
7593
+ "tags": "Path",
7594
+ "componentName": "IconRandom",
7595
+ "iconName": "random, productivity, smart",
7596
+ "pathname": "src/IconRandom"
7597
+ },
7591
7598
  {
7592
7599
  "svg": "<Path d=\"M0.5 9.5H2M23.5 9.5H22M14.2393 9.09584C13.5798 8.71678 12.8152 8.5 12 8.5C11.1848 8.5 10.4202 8.71678 9.76072 9.09584M10.5 12C10.5 14.4853 8.48528 16.5 6 16.5C3.51472 16.5 1.5 14.4853 1.5 12C1.5 9.51472 3.51472 7.5 6 7.5C8.48528 7.5 10.5 9.51472 10.5 12ZM22.5 12C22.5 14.4853 20.4853 16.5 18 16.5C15.5147 16.5 13.5 14.4853 13.5 12C13.5 9.51472 15.5147 7.5 18 7.5C20.4853 7.5 22.5 9.51472 22.5 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
7593
7600
  "tags": "Path",