@central-icons-react-native/round-outlined-radius-3-stroke-1.5 0.0.59 → 0.0.60

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 Icon3dBoxTop: FC<CentralIconBaseProps>;
4
+ export default Icon3dBoxTop;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!k.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(s=L(r,t))||s.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(B(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>a(n({},"__esModule",{value:!0}),o);var g={};x(g,{Icon3dBoxTop:()=>u,default:()=>P});module.exports=I(g);var C=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({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 p=require("react-native-svg"),u=o=>C.default.createElement(l,{...o},C.default.createElement(p.Path,{d:"M9.59981 3.13565C10.4741 2.63086 10.9113 2.37846 11.3761 2.27967C11.7873 2.19226 12.2123 2.19226 12.6235 2.27967C13.0883 2.37846 13.5255 2.63086 14.3998 3.13565L18.4766 5.48937C19.3509 5.99416 19.7881 6.24656 20.106 6.59967C20.3873 6.9121 20.5998 7.28017 20.7297 7.68001C20.8766 8.13191 20.8766 8.6367 20.8766 9.64629V14.3537C20.8766 15.3633 20.8766 15.8681 20.7297 16.32C20.5998 16.7199 20.3873 17.0879 20.106 17.4004C19.7881 17.7535 19.3509 18.0059 18.4766 18.5107L14.3998 20.8644C13.5255 21.3692 13.0883 21.6216 12.6235 21.7204C12.2123 21.8078 11.7873 21.8078 11.3761 21.7204C10.9113 21.6216 10.4741 21.3692 9.59981 20.8644L5.52305 18.5107C4.64872 18.0059 4.21155 17.7535 3.89361 17.4004C3.6123 17.0879 3.39979 16.7199 3.26988 16.32C3.12305 15.8681 3.12305 15.3633 3.12305 14.3537V9.64629C3.12305 8.6367 3.12305 8.13191 3.26988 7.68001C3.39979 7.28017 3.6123 6.9121 3.89361 6.59967C4.21155 6.24656 4.64872 5.99416 5.52305 5.48937L9.59981 3.13565Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M11.9994 12L3.70703 7.2124M11.9994 12L20.2917 7.2124M11.9994 12L11.9995 21.5447",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={Icon3dBoxTop});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxTop/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 Icon3dBoxTop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.59981 3.13565C10.4741 2.63086 10.9113 2.37846 11.3761 2.27967C11.7873 2.19226 12.2123 2.19226 12.6235 2.27967C13.0883 2.37846 13.5255 2.63086 14.3998 3.13565L18.4766 5.48937C19.3509 5.99416 19.7881 6.24656 20.106 6.59967C20.3873 6.9121 20.5998 7.28017 20.7297 7.68001C20.8766 8.13191 20.8766 8.6367 20.8766 9.64629V14.3537C20.8766 15.3633 20.8766 15.8681 20.7297 16.32C20.5998 16.7199 20.3873 17.0879 20.106 17.4004C19.7881 17.7535 19.3509 18.0059 18.4766 18.5107L14.3998 20.8644C13.5255 21.3692 13.0883 21.6216 12.6235 21.7204C12.2123 21.8078 11.7873 21.8078 11.3761 21.7204C10.9113 21.6216 10.4741 21.3692 9.59981 20.8644L5.52305 18.5107C4.64872 18.0059 4.21155 17.7535 3.89361 17.4004C3.6123 17.0879 3.39979 16.7199 3.26988 16.32C3.12305 15.8681 3.12305 15.3633 3.12305 14.3537V9.64629C3.12305 8.6367 3.12305 8.13191 3.26988 7.68001C3.39979 7.28017 3.6123 6.9121 3.89361 6.59967C4.21155 6.24656 4.64872 5.99416 5.52305 5.48937L9.59981 3.13565Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9994 12L3.70703 7.2124M11.9994 12L20.2917 7.2124M11.9994 12L11.9995 21.5447\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,w7BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["Icon3dBoxTop_exports","__export","Icon3dBoxTop","Icon3dBoxTop_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:r,size:o=24,...C})=>p.createElement(s,{...C,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 n}from"react-native-svg";var a=r=>e.createElement(t,{...r},e.createElement(n,{d:"M9.59981 3.13565C10.4741 2.63086 10.9113 2.37846 11.3761 2.27967C11.7873 2.19226 12.2123 2.19226 12.6235 2.27967C13.0883 2.37846 13.5255 2.63086 14.3998 3.13565L18.4766 5.48937C19.3509 5.99416 19.7881 6.24656 20.106 6.59967C20.3873 6.9121 20.5998 7.28017 20.7297 7.68001C20.8766 8.13191 20.8766 8.6367 20.8766 9.64629V14.3537C20.8766 15.3633 20.8766 15.8681 20.7297 16.32C20.5998 16.7199 20.3873 17.0879 20.106 17.4004C19.7881 17.7535 19.3509 18.0059 18.4766 18.5107L14.3998 20.8644C13.5255 21.3692 13.0883 21.6216 12.6235 21.7204C12.2123 21.8078 11.7873 21.8078 11.3761 21.7204C10.9113 21.6216 10.4741 21.3692 9.59981 20.8644L5.52305 18.5107C4.64872 18.0059 4.21155 17.7535 3.89361 17.4004C3.6123 17.0879 3.39979 16.7199 3.26988 16.32C3.12305 15.8681 3.12305 15.3633 3.12305 14.3537V9.64629C3.12305 8.6367 3.12305 8.13191 3.26988 7.68001C3.39979 7.28017 3.6123 6.9121 3.89361 6.59967C4.21155 6.24656 4.64872 5.99416 5.52305 5.48937L9.59981 3.13565Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M11.9994 12L3.70703 7.2124M11.9994 12L20.2917 7.2124M11.9994 12L11.9995 21.5447",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),k=a;export{a as Icon3dBoxTop,k as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxTop/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 Icon3dBoxTop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.59981 3.13565C10.4741 2.63086 10.9113 2.37846 11.3761 2.27967C11.7873 2.19226 12.2123 2.19226 12.6235 2.27967C13.0883 2.37846 13.5255 2.63086 14.3998 3.13565L18.4766 5.48937C19.3509 5.99416 19.7881 6.24656 20.106 6.59967C20.3873 6.9121 20.5998 7.28017 20.7297 7.68001C20.8766 8.13191 20.8766 8.6367 20.8766 9.64629V14.3537C20.8766 15.3633 20.8766 15.8681 20.7297 16.32C20.5998 16.7199 20.3873 17.0879 20.106 17.4004C19.7881 17.7535 19.3509 18.0059 18.4766 18.5107L14.3998 20.8644C13.5255 21.3692 13.0883 21.6216 12.6235 21.7204C12.2123 21.8078 11.7873 21.8078 11.3761 21.7204C10.9113 21.6216 10.4741 21.3692 9.59981 20.8644L5.52305 18.5107C4.64872 18.0059 4.21155 17.7535 3.89361 17.4004C3.6123 17.0879 3.39979 16.7199 3.26988 16.32C3.12305 15.8681 3.12305 15.3633 3.12305 14.3537V9.64629C3.12305 8.6367 3.12305 8.13191 3.26988 7.68001C3.39979 7.28017 3.6123 6.9121 3.89361 6.59967C4.21155 6.24656 4.64872 5.99416 5.52305 5.48937L9.59981 3.13565Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9994 12L3.70703 7.2124M11.9994 12L20.2917 7.2124M11.9994 12L11.9995 21.5447\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,w7BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
package/README.md CHANGED
@@ -300,6 +300,7 @@ Below is a complete list of available icons:
300
300
 
301
301
  ### Augmented Reality
302
302
 
303
+ - Icon3dBoxTop
303
304
  - Icon3dSphere
304
305
  - IconAr
305
306
  - IconArCube1
@@ -1,5 +1,19 @@
1
1
  {
2
2
  "data": [
3
+ {
4
+ "category": "Augmented Reality",
5
+ "svg": "<path d=\"M9.59981 3.13565C10.4741 2.63086 10.9113 2.37846 11.3761 2.27967C11.7873 2.19226 12.2123 2.19226 12.6235 2.27967C13.0883 2.37846 13.5255 2.63086 14.3998 3.13565L18.4766 5.48937C19.3509 5.99416 19.7881 6.24656 20.106 6.59967C20.3873 6.9121 20.5998 7.28017 20.7297 7.68001C20.8766 8.13191 20.8766 8.6367 20.8766 9.64629V14.3537C20.8766 15.3633 20.8766 15.8681 20.7297 16.32C20.5998 16.7199 20.3873 17.0879 20.106 17.4004C19.7881 17.7535 19.3509 18.0059 18.4766 18.5107L14.3998 20.8644C13.5255 21.3692 13.0883 21.6216 12.6235 21.7204C12.2123 21.8078 11.7873 21.8078 11.3761 21.7204C10.9113 21.6216 10.4741 21.3692 9.59981 20.8644L5.52305 18.5107C4.64872 18.0059 4.21155 17.7535 3.89361 17.4004C3.6123 17.0879 3.39979 16.7199 3.26988 16.32C3.12305 15.8681 3.12305 15.3633 3.12305 14.3537V9.64629C3.12305 8.6367 3.12305 8.13191 3.26988 7.68001C3.39979 7.28017 3.6123 6.9121 3.89361 6.59967C4.21155 6.24656 4.64872 5.99416 5.52305 5.48937L9.59981 3.13565Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9994 12L3.70703 7.2124M11.9994 12L20.2917 7.2124M11.9994 12L11.9995 21.5447\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6
+ "iconName": "3d-box-top, shaders, model, cube, ar",
7
+ "variant": {
8
+ "join": "round",
9
+ "filled": "off",
10
+ "radius": "3",
11
+ "stroke": "1.5"
12
+ },
13
+ "createdAt": "2025-08-28T10:30:32.636072+00:00",
14
+ "packageName": "round-outlined-radius-3-stroke-1.5",
15
+ "componentName": "Icon3dBoxTop"
16
+ },
3
17
  {
4
18
  "category": "Augmented Reality",
5
19
  "svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M2.60645 12.4757C3.29491 13.9989 7.23833 15.1666 12 15.1666C16.6988 15.1666 20.6009 14.0295 21.3646 12.5357\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M11.4997 21.3822C9.98835 20.6631 8.83301 16.7363 8.83301 12C8.83301 7.3877 9.92863 3.54312 11.3817 2.68079\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export type CentralIconName =
2
+ | "Icon3dBoxTop"
2
3
  | "Icon3dSphere"
3
4
  | "Icon4k"
4
5
  | "IconAddKeyframe"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-1.5",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "style": "round-outlined-radius-3-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1.5/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": 1512,
14
+ "totalIcons": 1513,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -178,8 +178,9 @@
178
178
  ]
179
179
  },
180
180
  "Augmented Reality": {
181
- "count": 15,
181
+ "count": 16,
182
182
  "icons": [
183
+ "Icon3dBoxTop",
183
184
  "Icon3dSphere",
184
185
  "IconAr",
185
186
  "IconArCube1",
@@ -1702,6 +1703,7 @@
1702
1703
  }
1703
1704
  },
1704
1705
  "iconAliases": {
1706
+ "Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
1705
1707
  "Icon3dSphere": "3d-sphere",
1706
1708
  "Icon4k": "4k",
1707
1709
  "IconAddKeyframe": "add-keyframe, rhombus",
package/license-check.js CHANGED
@@ -16,6 +16,11 @@ const licenseCheck = async () => {
16
16
  headers: {
17
17
  Authorization: `Bearer ${licenseKey}`,
18
18
  },
19
+ body: JSON.stringify({
20
+ package:
21
+ "central-icons-react-native/round-outlined-radius-3-stroke-1.5",
22
+ version: "0.0.60",
23
+ }),
19
24
  signal: controller.signal,
20
25
  });
21
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-3-stroke-1.5",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "data": [
3
+ {
4
+ "svg": "<Path d=\"M9.59981 3.13565C10.4741 2.63086 10.9113 2.37846 11.3761 2.27967C11.7873 2.19226 12.2123 2.19226 12.6235 2.27967C13.0883 2.37846 13.5255 2.63086 14.3998 3.13565L18.4766 5.48937C19.3509 5.99416 19.7881 6.24656 20.106 6.59967C20.3873 6.9121 20.5998 7.28017 20.7297 7.68001C20.8766 8.13191 20.8766 8.6367 20.8766 9.64629V14.3537C20.8766 15.3633 20.8766 15.8681 20.7297 16.32C20.5998 16.7199 20.3873 17.0879 20.106 17.4004C19.7881 17.7535 19.3509 18.0059 18.4766 18.5107L14.3998 20.8644C13.5255 21.3692 13.0883 21.6216 12.6235 21.7204C12.2123 21.8078 11.7873 21.8078 11.3761 21.7204C10.9113 21.6216 10.4741 21.3692 9.59981 20.8644L5.52305 18.5107C4.64872 18.0059 4.21155 17.7535 3.89361 17.4004C3.6123 17.0879 3.39979 16.7199 3.26988 16.32C3.12305 15.8681 3.12305 15.3633 3.12305 14.3537V9.64629C3.12305 8.6367 3.12305 8.13191 3.26988 7.68001C3.39979 7.28017 3.6123 6.9121 3.89361 6.59967C4.21155 6.24656 4.64872 5.99416 5.52305 5.48937L9.59981 3.13565Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.9994 12L3.70703 7.2124M11.9994 12L20.2917 7.2124M11.9994 12L11.9995 21.5447\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
5
+ "tags": "Path",
6
+ "componentName": "Icon3dBoxTop",
7
+ "iconName": "3d-box-top, shaders, model, cube, ar",
8
+ "pathname": "src/Icon3dBoxTop"
9
+ },
3
10
  {
4
11
  "svg": "<Path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M2.60645 12.4757C3.29491 13.9989 7.23833 15.1666 12 15.1666C16.6988 15.1666 20.6009 14.0295 21.3646 12.5357\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M11.4997 21.3822C9.98835 20.6631 8.83301 16.7363 8.83301 12C8.83301 7.3877 9.92863 3.54312 11.3817 2.68079\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
5
12
  "tags": "Path",