@central-icons-react-native/round-outlined-radius-1-stroke-1 0.0.47 → 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"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRetouch: FC<CentralIconBaseProps>;
4
+ export default IconRetouch;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of f(r))!B.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(C=d(r,n))||C.enumerable});return o};var u=(o,r,e)=>(e=o!=null?m(k(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconRetouch:()=>l,default:()=>P});module.exports=x(g);var t=u(require("react"));var i=u(require("react")),c=require("react-native-svg"),L=({children:o,size:r=24,...e})=>i.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 s=require("react-native-svg"),l=o=>t.default.createElement(L,{...o},t.default.createElement(s.Path,{d:"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M17.5 11.5C17.5 10.9477 17.0523 10.5 16.5 10.5H7.5C6.94772 10.5 6.5 10.9477 6.5 11.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V11.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M2.5 20.5V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 20.5V12C21.5 10.9333 21.3242 9.90772 21 8.95056",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconRetouch});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRetouch/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 IconRetouch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 11.5C17.5 10.9477 17.0523 10.5 16.5 10.5H7.5C6.94772 10.5 6.5 10.9477 6.5 11.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V11.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 20.5V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 20.5V12C21.5 10.9333 21.3242 9.90772 21 8.95056\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRetouch;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRetouch_exports","__export","IconRetouch","IconRetouch_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRetouch","props","React","CentralIconBase","IconRetouch_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{d:"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M17.5 11.5C17.5 10.9477 17.0523 10.5 16.5 10.5H7.5C6.94772 10.5 6.5 10.9477 6.5 11.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V11.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M2.5 20.5V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 20.5V12C21.5 10.9333 21.3242 9.90772 21 8.95056",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconRetouch,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRetouch/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 IconRetouch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 11.5C17.5 10.9477 17.0523 10.5 16.5 10.5H7.5C6.94772 10.5 6.5 10.9477 6.5 11.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V11.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 20.5V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 20.5V12C21.5 10.9333 21.3242 9.90772 21 8.95056\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRetouch;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRetouch","props","React","CentralIconBase","IconRetouch_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
@@ -1164,6 +1165,7 @@ Below is a complete list of available icons:
1164
1165
  - IconRear
1165
1166
  - IconRemoveBackground
1166
1167
  - IconRemoveBackground2
1168
+ - IconRetouch
1167
1169
  - IconScreenCapture
1168
1170
  - IconShadows
1169
1171
  - IconShareScreen
@@ -10104,7 +10104,7 @@
10104
10104
  "radius": "1",
10105
10105
  "stroke": "1"
10106
10106
  },
10107
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
10107
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
10108
10108
  "packageName": "round-outlined-radius-1-stroke-1",
10109
10109
  "componentName": "IconGithub"
10110
10110
  },
@@ -15176,6 +15176,20 @@
15176
15176
  "packageName": "round-outlined-radius-1-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": "1",
15187
+ "stroke": "1"
15188
+ },
15189
+ "createdAt": "2025-08-20T08:30:23.126988+00:00",
15190
+ "packageName": "round-outlined-radius-1-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\"/>",
@@ -15498,6 +15512,20 @@
15498
15512
  "packageName": "round-outlined-radius-1-stroke-1",
15499
15513
  "componentName": "IconRescueRing"
15500
15514
  },
15515
+ {
15516
+ "category": "Photography & Video",
15517
+ "svg": "<path d=\"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 11.5C17.5 10.9477 17.0523 10.5 16.5 10.5H7.5C6.94772 10.5 6.5 10.9477 6.5 11.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V11.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 20.5V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 20.5V12C21.5 10.9333 21.3242 9.90772 21 8.95056\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
15518
+ "iconName": "retouch, face, hair",
15519
+ "variant": {
15520
+ "join": "round",
15521
+ "filled": "off",
15522
+ "radius": "1",
15523
+ "stroke": "1"
15524
+ },
15525
+ "createdAt": "2025-08-20T07:30:19.229783+00:00",
15526
+ "packageName": "round-outlined-radius-1-stroke-1",
15527
+ "componentName": "IconRetouch"
15528
+ },
15501
15529
  {
15502
15530
  "category": "Interface General",
15503
15531
  "svg": "<path d=\"M3.5 4.5C3.5 3.94772 3.94772 3.5 4.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.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M11.7692 7.80498C11.8546 7.59966 12.1454 7.59966 12.2308 7.80498L13.1978 10.1297C13.2338 10.2163 13.3152 10.2754 13.4086 10.2829L15.9184 10.4841C16.14 10.5019 16.2299 10.7785 16.061 10.9232L14.1489 12.5612C14.0777 12.6222 14.0466 12.7179 14.0683 12.8091L14.6525 15.2582C14.7041 15.4745 14.4688 15.6454 14.279 15.5295L12.1303 14.2171C12.0503 14.1682 11.9497 14.1682 11.8697 14.2171L9.72098 15.5295C9.5312 15.6454 9.29589 15.4745 9.34749 15.2582L9.93169 12.8091C9.95344 12.7179 9.92235 12.6222 9.85115 12.5612L7.93897 10.9232C7.77009 10.7785 7.85997 10.5019 8.08163 10.4841L10.5914 10.2829C10.6848 10.2754 10.7662 10.2163 10.8022 10.1297L11.7692 7.80498Z\" stroke=\"currentColor\" stroke-linejoin=\"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"
@@ -1106,6 +1107,7 @@ export type CentralIconName =
1106
1107
  | "IconRepeat"
1107
1108
  | "IconRequestClosed"
1108
1109
  | "IconRescueRing"
1110
+ | "IconRetouch"
1109
1111
  | "IconReview"
1110
1112
  | "IconRewind"
1111
1113
  | "IconRewind10s"
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": "0.0.47",
3
+ "version": "0.0.49",
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": 1487,
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",
@@ -1020,7 +1021,7 @@
1020
1021
  ]
1021
1022
  },
1022
1023
  "Photography & Video": {
1023
- "count": 78,
1024
+ "count": 79,
1024
1025
  "icons": [
1025
1026
  "Icon4k",
1026
1027
  "IconAdjustPhoto",
@@ -1084,6 +1085,7 @@
1084
1085
  "IconRear",
1085
1086
  "IconRemoveBackground",
1086
1087
  "IconRemoveBackground2",
1088
+ "IconRetouch",
1087
1089
  "IconScreenCapture",
1088
1090
  "IconShadows",
1089
1091
  "IconShareScreen",
@@ -2756,6 +2758,7 @@
2756
2758
  "IconRainyLight": "rainy-light",
2757
2759
  "IconRaisingHand4Finger": "raising-hand-4-finger, hey, hello",
2758
2760
  "IconRaisingHand5Finger": "raising-hand-5-finger, hey, hello, high-five",
2761
+ "IconRandom": "random, productivity, smart",
2759
2762
  "IconReadingList": "reading-list, glasses, steve-jobs",
2760
2763
  "IconRear": "rear, front-back, change-cam, lens",
2761
2764
  "IconReceiptBill": "receipt-bill, purchase, invoice",
@@ -2779,6 +2782,7 @@
2779
2782
  "IconRepeat": "repeat",
2780
2783
  "IconRequestClosed": "request-closed",
2781
2784
  "IconRescueRing": "rescue-ring, swim-boyle, help, support",
2785
+ "IconRetouch": "retouch, face, hair",
2782
2786
  "IconReview": "review, star-square",
2783
2787
  "IconRewind": "rewind",
2784
2788
  "IconRewind10s": "rewind-10s",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "0.0.47",
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",
@@ -7749,6 +7756,13 @@
7749
7756
  "iconName": "rescue-ring, swim-boyle, help, support",
7750
7757
  "pathname": "src/IconRescueRing"
7751
7758
  },
7759
+ {
7760
+ "svg": "<Path d=\"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.5 11.5C17.5 10.9477 17.0523 10.5 16.5 10.5H7.5C6.94772 10.5 6.5 10.9477 6.5 11.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V11.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2.5 20.5V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 20.5V12C21.5 10.9333 21.3242 9.90772 21 8.95056\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
7761
+ "tags": "Path",
7762
+ "componentName": "IconRetouch",
7763
+ "iconName": "retouch, face, hair",
7764
+ "pathname": "src/IconRetouch"
7765
+ },
7752
7766
  {
7753
7767
  "svg": "<Path d=\"M3.5 4.5C3.5 3.94772 3.94772 3.5 4.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.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M11.7692 7.80498C11.8546 7.59966 12.1454 7.59966 12.2308 7.80498L13.1978 10.1297C13.2338 10.2163 13.3152 10.2754 13.4086 10.2829L15.9184 10.4841C16.14 10.5019 16.2299 10.7785 16.061 10.9232L14.1489 12.5612C14.0777 12.6222 14.0466 12.7179 14.0683 12.8091L14.6525 15.2582C14.7041 15.4745 14.4688 15.6454 14.279 15.5295L12.1303 14.2171C12.0503 14.1682 11.9497 14.1682 11.8697 14.2171L9.72098 15.5295C9.5312 15.6454 9.29589 15.4745 9.34749 15.2582L9.93169 12.8091C9.95344 12.7179 9.92235 12.6222 9.85115 12.5612L7.93897 10.9232C7.77009 10.7785 7.85997 10.5019 8.08163 10.4841L10.5914 10.2829C10.6848 10.2754 10.7662 10.2163 10.8022 10.1297L11.7692 7.80498Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
7754
7768
  "tags": "Path",