@central-icons-react-native/round-outlined-radius-2-stroke-2 0.0.47 → 0.0.48

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 IconRetouch: FC<CentralIconBaseProps>;
4
+ export default IconRetouch;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!I.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var g={};h(g,{IconRetouch:()=>m,default:()=>P});module.exports=x(g);var n=i(require("react"));var l=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(u.Svg,{...e,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"),m=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M17.9847 1.4329C17.9568 1.18651 17.7485 1.00025 17.5005 1C17.2525 0.999747 17.0438 1.18557 17.0154 1.43191C16.838 2.96993 15.9699 3.83801 14.4319 4.01541C14.1856 4.04382 13.9997 4.25253 14 4.5005C14.0003 4.74847 14.1865 4.9568 14.4329 4.9847C15.9491 5.15645 16.8774 6.01617 17.0141 7.55536C17.0365 7.80725 17.2477 8.00028 17.5005 8C17.7534 7.99971 17.9642 7.80621 17.986 7.55426C18.1173 6.03683 19.0368 5.11734 20.5543 4.98599C20.8062 4.96418 20.9997 4.75344 21 4.50055C21.0003 4.24766 20.8073 4.03648 20.5554 4.01411C19.0162 3.87738 18.1564 2.94911 17.9847 1.4329Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M3 21V12C3 7.31415 6.58102 3.46471 11.1556 3.03906M21 21V12C21 10.961 20.8239 9.96305 20.5 9.03448",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M15.5 11H8.5C7.67157 11 7 11.6716 7 12.5V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V12.5C17 11.6716 16.3284 11 15.5 11Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;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=\"M17.9847 1.4329C17.9568 1.18651 17.7485 1.00025 17.5005 1C17.2525 0.999747 17.0438 1.18557 17.0154 1.43191C16.838 2.96993 15.9699 3.83801 14.4319 4.01541C14.1856 4.04382 13.9997 4.25253 14 4.5005C14.0003 4.74847 14.1865 4.9568 14.4329 4.9847C15.9491 5.15645 16.8774 6.01617 17.0141 7.55536C17.0365 7.80725 17.2477 8.00028 17.5005 8C17.7534 7.99971 17.9642 7.80621 17.986 7.55426C18.1173 6.03683 19.0368 5.11734 20.5543 4.98599C20.8062 4.96418 20.9997 4.75344 21 4.50055C21.0003 4.24766 20.8073 4.03648 20.5554 4.01411C19.0162 3.87738 18.1564 2.94911 17.9847 1.4329Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 21V12C3 7.31415 6.58102 3.46471 11.1556 3.03906M21 21V12C21 10.961 20.8239 9.96305 20.5 9.03448\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 11H8.5C7.67157 11 7 11.6716 7 12.5V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V12.5C17 11.6716 16.3284 11 15.5 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,wjBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,OAAO,eACP,YAAY,IACZ,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M17.9847 1.4329C17.9568 1.18651 17.7485 1.00025 17.5005 1C17.2525 0.999747 17.0438 1.18557 17.0154 1.43191C16.838 2.96993 15.9699 3.83801 14.4319 4.01541C14.1856 4.04382 13.9997 4.25253 14 4.5005C14.0003 4.74847 14.1865 4.9568 14.4329 4.9847C15.9491 5.15645 16.8774 6.01617 17.0141 7.55536C17.0365 7.80725 17.2477 8.00028 17.5005 8C17.7534 7.99971 17.9642 7.80621 17.986 7.55426C18.1173 6.03683 19.0368 5.11734 20.5543 4.98599C20.8062 4.96418 20.9997 4.75344 21 4.50055C21.0003 4.24766 20.8073 4.03648 20.5554 4.01411C19.0162 3.87738 18.1564 2.94911 17.9847 1.4329Z",fill:"currentColor"}),o.createElement(t,{d:"M3 21V12C3 7.31415 6.58102 3.46471 11.1556 3.03906M21 21V12C21 10.961 20.8239 9.96305 20.5 9.03448",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M15.5 11H8.5C7.67157 11 7 11.6716 7 12.5V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V12.5C17 11.6716 16.3284 11 15.5 11Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconRetouch,I 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=\"M17.9847 1.4329C17.9568 1.18651 17.7485 1.00025 17.5005 1C17.2525 0.999747 17.0438 1.18557 17.0154 1.43191C16.838 2.96993 15.9699 3.83801 14.4319 4.01541C14.1856 4.04382 13.9997 4.25253 14 4.5005C14.0003 4.74847 14.1865 4.9568 14.4329 4.9847C15.9491 5.15645 16.8774 6.01617 17.0141 7.55536C17.0365 7.80725 17.2477 8.00028 17.5005 8C17.7534 7.99971 17.9642 7.80621 17.986 7.55426C18.1173 6.03683 19.0368 5.11734 20.5543 4.98599C20.8062 4.96418 20.9997 4.75344 21 4.50055C21.0003 4.24766 20.8073 4.03648 20.5554 4.01411C19.0162 3.87738 18.1564 2.94911 17.9847 1.4329Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 21V12C3 7.31415 6.58102 3.46471 11.1556 3.03906M21 21V12C21 10.961 20.8239 9.96305 20.5 9.03448\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 11H8.5C7.67157 11 7 11.6716 7 12.5V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V12.5C17 11.6716 16.3284 11 15.5 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,wjBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,OAAO,eACP,YAAY,IACZ,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
@@ -1164,6 +1164,7 @@ Below is a complete list of available icons:
1164
1164
  - IconRear
1165
1165
  - IconRemoveBackground
1166
1166
  - IconRemoveBackground2
1167
+ - IconRetouch
1167
1168
  - IconScreenCapture
1168
1169
  - IconShadows
1169
1170
  - IconShareScreen
@@ -10104,7 +10104,7 @@
10104
10104
  "radius": "2",
10105
10105
  "stroke": "2"
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-2-stroke-2",
10109
10109
  "componentName": "IconGithub"
10110
10110
  },
@@ -15498,6 +15498,20 @@
15498
15498
  "packageName": "round-outlined-radius-2-stroke-2",
15499
15499
  "componentName": "IconRescueRing"
15500
15500
  },
15501
+ {
15502
+ "category": "Photography & Video",
15503
+ "svg": "<path d=\"M17.9847 1.4329C17.9568 1.18651 17.7485 1.00025 17.5005 1C17.2525 0.999747 17.0438 1.18557 17.0154 1.43191C16.838 2.96993 15.9699 3.83801 14.4319 4.01541C14.1856 4.04382 13.9997 4.25253 14 4.5005C14.0003 4.74847 14.1865 4.9568 14.4329 4.9847C15.9491 5.15645 16.8774 6.01617 17.0141 7.55536C17.0365 7.80725 17.2477 8.00028 17.5005 8C17.7534 7.99971 17.9642 7.80621 17.986 7.55426C18.1173 6.03683 19.0368 5.11734 20.5543 4.98599C20.8062 4.96418 20.9997 4.75344 21 4.50055C21.0003 4.24766 20.8073 4.03648 20.5554 4.01411C19.0162 3.87738 18.1564 2.94911 17.9847 1.4329Z\" fill=\"currentColor\"/><path d=\"M3 21V12C3 7.31415 6.58102 3.46471 11.1556 3.03906M21 21V12C21 10.961 20.8239 9.96305 20.5 9.03448\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 11H8.5C7.67157 11 7 11.6716 7 12.5V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V12.5C17 11.6716 16.3284 11 15.5 11Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
15504
+ "iconName": "retouch, face, hair",
15505
+ "variant": {
15506
+ "join": "round",
15507
+ "filled": "off",
15508
+ "radius": "2",
15509
+ "stroke": "2"
15510
+ },
15511
+ "createdAt": "2025-08-20T07:30:19.229783+00:00",
15512
+ "packageName": "round-outlined-radius-2-stroke-2",
15513
+ "componentName": "IconRetouch"
15514
+ },
15501
15515
  {
15502
15516
  "category": "Interface General",
15503
15517
  "svg": "<path d=\"M4 6C4 4.89543 4.89543 4 6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M11.3075 7.9151C11.5637 7.29913 12.4363 7.29913 12.6925 7.9151L13.345 9.48385C13.453 9.74353 13.6972 9.92096 13.9775 9.94343L15.6711 10.0792C16.3361 10.1325 16.6058 10.9624 16.0991 11.3964L14.8088 12.5017C14.5952 12.6847 14.5019 12.9718 14.5672 13.2453L14.9614 14.898C15.1162 15.5469 14.4102 16.0598 13.8409 15.7121L12.3909 14.8264C12.1509 14.6798 11.8491 14.6798 11.6091 14.8264L10.1591 15.7121C9.58979 16.0598 8.88385 15.5469 9.03864 14.898L9.43286 13.2453C9.49812 12.9718 9.40484 12.6847 9.19125 12.5017L7.9009 11.3964C7.39425 10.9624 7.66389 10.1325 8.32888 10.0792L10.0225 9.94343C10.3028 9.92096 10.547 9.74353 10.655 9.48385L11.3075 7.9151Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1106,6 +1106,7 @@ export type CentralIconName =
1106
1106
  | "IconRepeat"
1107
1107
  | "IconRequestClosed"
1108
1108
  | "IconRescueRing"
1109
+ | "IconRetouch"
1109
1110
  | "IconReview"
1110
1111
  | "IconRewind"
1111
1112
  | "IconRewind10s"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "style": "round-outlined-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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": 1487,
14
+ "totalIcons": 1488,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -1020,7 +1020,7 @@
1020
1020
  ]
1021
1021
  },
1022
1022
  "Photography & Video": {
1023
- "count": 78,
1023
+ "count": 79,
1024
1024
  "icons": [
1025
1025
  "Icon4k",
1026
1026
  "IconAdjustPhoto",
@@ -1084,6 +1084,7 @@
1084
1084
  "IconRear",
1085
1085
  "IconRemoveBackground",
1086
1086
  "IconRemoveBackground2",
1087
+ "IconRetouch",
1087
1088
  "IconScreenCapture",
1088
1089
  "IconShadows",
1089
1090
  "IconShareScreen",
@@ -2779,6 +2780,7 @@
2779
2780
  "IconRepeat": "repeat",
2780
2781
  "IconRequestClosed": "request-closed",
2781
2782
  "IconRescueRing": "rescue-ring, swim-boyle, help, support",
2783
+ "IconRetouch": "retouch, face, hair",
2782
2784
  "IconReview": "review, star-square",
2783
2785
  "IconRewind": "rewind",
2784
2786
  "IconRewind10s": "rewind-10s",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -7749,6 +7749,13 @@
7749
7749
  "iconName": "rescue-ring, swim-boyle, help, support",
7750
7750
  "pathname": "src/IconRescueRing"
7751
7751
  },
7752
+ {
7753
+ "svg": "<Path d=\"M17.9847 1.4329C17.9568 1.18651 17.7485 1.00025 17.5005 1C17.2525 0.999747 17.0438 1.18557 17.0154 1.43191C16.838 2.96993 15.9699 3.83801 14.4319 4.01541C14.1856 4.04382 13.9997 4.25253 14 4.5005C14.0003 4.74847 14.1865 4.9568 14.4329 4.9847C15.9491 5.15645 16.8774 6.01617 17.0141 7.55536C17.0365 7.80725 17.2477 8.00028 17.5005 8C17.7534 7.99971 17.9642 7.80621 17.986 7.55426C18.1173 6.03683 19.0368 5.11734 20.5543 4.98599C20.8062 4.96418 20.9997 4.75344 21 4.50055C21.0003 4.24766 20.8073 4.03648 20.5554 4.01411C19.0162 3.87738 18.1564 2.94911 17.9847 1.4329Z\" fill=\"currentColor\"/><Path d=\"M3 21V12C3 7.31415 6.58102 3.46471 11.1556 3.03906M21 21V12C21 10.961 20.8239 9.96305 20.5 9.03448\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.5 11H8.5C7.67157 11 7 11.6716 7 12.5V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V12.5C17 11.6716 16.3284 11 15.5 11Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
7754
+ "tags": "Path",
7755
+ "componentName": "IconRetouch",
7756
+ "iconName": "retouch, face, hair",
7757
+ "pathname": "src/IconRetouch"
7758
+ },
7752
7759
  {
7753
7760
  "svg": "<Path d=\"M4 6C4 4.89543 4.89543 4 6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M11.3075 7.9151C11.5637 7.29913 12.4363 7.29913 12.6925 7.9151L13.345 9.48385C13.453 9.74353 13.6972 9.92096 13.9775 9.94343L15.6711 10.0792C16.3361 10.1325 16.6058 10.9624 16.0991 11.3964L14.8088 12.5017C14.5952 12.6847 14.5019 12.9718 14.5672 13.2453L14.9614 14.898C15.1162 15.5469 14.4102 16.0598 13.8409 15.7121L12.3909 14.8264C12.1509 14.6798 11.8491 14.6798 11.6091 14.8264L10.1591 15.7121C9.58979 16.0598 8.88385 15.5469 9.03864 14.898L9.43286 13.2453C9.49812 12.9718 9.40484 12.6847 9.19125 12.5017L7.9009 11.3964C7.39425 10.9624 7.66389 10.1325 8.32888 10.0792L10.0225 9.94343C10.3028 9.92096 10.547 9.74353 10.655 9.48385L11.3075 7.9151Z\" fill=\"currentColor\"/>",
7754
7761
  "tags": "Path",