@central-icons-react-native/round-outlined-radius-3-stroke-1.5 0.0.46 → 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 B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!h.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?d(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var g={};k(g,{IconRetouch:()=>u,default:()=>P});module.exports=x(g);var n=l(require("react"));var c=l(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...t})=>c.default.createElement(i.Svg,{...t,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"),u=r=>n.default.createElement(m,{...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:"M15.0577 10.75H8.94231C7.73153 10.75 6.75 11.7315 6.75 12.9423V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V12.9423C17.25 11.7315 16.2685 10.75 15.0577 10.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M2.75 20.2496V11.9996C2.75 7.14226 6.49398 3.15936 11.2536 2.7793M21.25 20.2496V11.9996C21.25 10.855 21.0421 9.759 20.662 8.74722",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),P=u;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=\"M15.0577 10.75H8.94231C7.73153 10.75 6.75 11.7315 6.75 12.9423V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V12.9423C17.25 11.7315 16.2685 10.75 15.0577 10.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.75 20.2496V11.9996C2.75 7.14226 6.49398 3.15936 11.2536 2.7793M21.25 20.2496V11.9996C21.25 10.855 21.0421 9.759 20.662 8.74722\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,gMACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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:t,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"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{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(e,{d:"M15.0577 10.75H8.94231C7.73153 10.75 6.75 11.7315 6.75 12.9423V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V12.9423C17.25 11.7315 16.2685 10.75 15.0577 10.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M2.75 20.2496V11.9996C2.75 7.14226 6.49398 3.15936 11.2536 2.7793M21.25 20.2496V11.9996C21.25 10.855 21.0421 9.759 20.662 8.74722",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),h=a;export{a as IconRetouch,h 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=\"M15.0577 10.75H8.94231C7.73153 10.75 6.75 11.7315 6.75 12.9423V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V12.9423C17.25 11.7315 16.2685 10.75 15.0577 10.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.75 20.2496V11.9996C2.75 7.14226 6.49398 3.15936 11.2536 2.7793M21.25 20.2496V11.9996C21.25 10.855 21.0421 9.759 20.662 8.74722\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,gMACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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
@@ -612,7 +612,7 @@
612
612
  "radius": "3",
613
613
  "stroke": "1.5"
614
614
  },
615
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
615
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
616
616
  "packageName": "round-outlined-radius-3-stroke-1.5",
617
617
  "componentName": "IconAnthropic"
618
618
  },
@@ -654,7 +654,7 @@
654
654
  "radius": "3",
655
655
  "stroke": "1.5"
656
656
  },
657
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
657
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
658
658
  "packageName": "round-outlined-radius-3-stroke-1.5",
659
659
  "componentName": "IconApple"
660
660
  },
@@ -668,7 +668,7 @@
668
668
  "radius": "3",
669
669
  "stroke": "1.5"
670
670
  },
671
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
671
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
672
672
  "packageName": "round-outlined-radius-3-stroke-1.5",
673
673
  "componentName": "IconAppleIntelligence"
674
674
  },
@@ -696,7 +696,7 @@
696
696
  "radius": "3",
697
697
  "stroke": "1.5"
698
698
  },
699
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
699
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
700
700
  "packageName": "round-outlined-radius-3-stroke-1.5",
701
701
  "componentName": "IconAppleMusic"
702
702
  },
@@ -738,7 +738,7 @@
738
738
  "radius": "3",
739
739
  "stroke": "1.5"
740
740
  },
741
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
741
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
742
742
  "packageName": "round-outlined-radius-3-stroke-1.5",
743
743
  "componentName": "IconAppstore"
744
744
  },
@@ -766,7 +766,7 @@
766
766
  "radius": "3",
767
767
  "stroke": "1.5"
768
768
  },
769
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
769
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
770
770
  "packageName": "round-outlined-radius-3-stroke-1.5",
771
771
  "componentName": "IconArc"
772
772
  },
@@ -1914,7 +1914,7 @@
1914
1914
  "radius": "3",
1915
1915
  "stroke": "1.5"
1916
1916
  },
1917
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
1917
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
1918
1918
  "packageName": "round-outlined-radius-3-stroke-1.5",
1919
1919
  "componentName": "IconArtifactNews"
1920
1920
  },
@@ -2558,7 +2558,7 @@
2558
2558
  "radius": "3",
2559
2559
  "stroke": "1.5"
2560
2560
  },
2561
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
2561
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
2562
2562
  "packageName": "round-outlined-radius-3-stroke-1.5",
2563
2563
  "componentName": "IconBehance"
2564
2564
  },
@@ -2810,7 +2810,7 @@
2810
2810
  "radius": "3",
2811
2811
  "stroke": "1.5"
2812
2812
  },
2813
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
2813
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
2814
2814
  "packageName": "round-outlined-radius-3-stroke-1.5",
2815
2815
  "componentName": "IconBitcoinLogo"
2816
2816
  },
@@ -2922,7 +2922,7 @@
2922
2922
  "radius": "3",
2923
2923
  "stroke": "1.5"
2924
2924
  },
2925
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
2925
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
2926
2926
  "packageName": "round-outlined-radius-3-stroke-1.5",
2927
2927
  "componentName": "IconBluesky"
2928
2928
  },
@@ -4826,7 +4826,7 @@
4826
4826
  "radius": "3",
4827
4827
  "stroke": "1.5"
4828
4828
  },
4829
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
4829
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
4830
4830
  "packageName": "round-outlined-radius-3-stroke-1.5",
4831
4831
  "componentName": "IconCash"
4832
4832
  },
@@ -5498,7 +5498,7 @@
5498
5498
  "radius": "3",
5499
5499
  "stroke": "1.5"
5500
5500
  },
5501
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
5501
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
5502
5502
  "packageName": "round-outlined-radius-3-stroke-1.5",
5503
5503
  "componentName": "IconChrome"
5504
5504
  },
@@ -5806,7 +5806,7 @@
5806
5806
  "radius": "3",
5807
5807
  "stroke": "1.5"
5808
5808
  },
5809
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
5809
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
5810
5810
  "packageName": "round-outlined-radius-3-stroke-1.5",
5811
5811
  "componentName": "IconClaudeai"
5812
5812
  },
@@ -6282,7 +6282,7 @@
6282
6282
  "radius": "3",
6283
6283
  "stroke": "1.5"
6284
6284
  },
6285
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
6285
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
6286
6286
  "packageName": "round-outlined-radius-3-stroke-1.5",
6287
6287
  "componentName": "IconCodepen"
6288
6288
  },
@@ -6744,7 +6744,7 @@
6744
6744
  "radius": "3",
6745
6745
  "stroke": "1.5"
6746
6746
  },
6747
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
6747
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
6748
6748
  "packageName": "round-outlined-radius-3-stroke-1.5",
6749
6749
  "componentName": "IconCopilot"
6750
6750
  },
@@ -7318,7 +7318,7 @@
7318
7318
  "radius": "3",
7319
7319
  "stroke": "1.5"
7320
7320
  },
7321
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
7321
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
7322
7322
  "packageName": "round-outlined-radius-3-stroke-1.5",
7323
7323
  "componentName": "IconDeepseek"
7324
7324
  },
@@ -7556,7 +7556,7 @@
7556
7556
  "radius": "3",
7557
7557
  "stroke": "1.5"
7558
7558
  },
7559
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
7559
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
7560
7560
  "packageName": "round-outlined-radius-3-stroke-1.5",
7561
7561
  "componentName": "IconDiscord"
7562
7562
  },
@@ -7850,7 +7850,7 @@
7850
7850
  "radius": "3",
7851
7851
  "stroke": "1.5"
7852
7852
  },
7853
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
7853
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
7854
7854
  "packageName": "round-outlined-radius-3-stroke-1.5",
7855
7855
  "componentName": "IconDribbble"
7856
7856
  },
@@ -7920,7 +7920,7 @@
7920
7920
  "radius": "3",
7921
7921
  "stroke": "1.5"
7922
7922
  },
7923
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
7923
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
7924
7924
  "packageName": "round-outlined-radius-3-stroke-1.5",
7925
7925
  "componentName": "IconDuolingo"
7926
7926
  },
@@ -8466,7 +8466,7 @@
8466
8466
  "radius": "3",
8467
8467
  "stroke": "1.5"
8468
8468
  },
8469
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
8469
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
8470
8470
  "packageName": "round-outlined-radius-3-stroke-1.5",
8471
8471
  "componentName": "IconFacebook"
8472
8472
  },
@@ -8620,7 +8620,7 @@
8620
8620
  "radius": "3",
8621
8621
  "stroke": "1.5"
8622
8622
  },
8623
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
8623
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
8624
8624
  "packageName": "round-outlined-radius-3-stroke-1.5",
8625
8625
  "componentName": "IconFigma"
8626
8626
  },
@@ -9026,7 +9026,7 @@
9026
9026
  "radius": "3",
9027
9027
  "stroke": "1.5"
9028
9028
  },
9029
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
9029
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
9030
9030
  "packageName": "round-outlined-radius-3-stroke-1.5",
9031
9031
  "componentName": "IconFirefox"
9032
9032
  },
@@ -9656,7 +9656,7 @@
9656
9656
  "radius": "3",
9657
9657
  "stroke": "1.5"
9658
9658
  },
9659
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
9659
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
9660
9660
  "packageName": "round-outlined-radius-3-stroke-1.5",
9661
9661
  "componentName": "IconFramer"
9662
9662
  },
@@ -10104,7 +10104,7 @@
10104
10104
  "radius": "3",
10105
10105
  "stroke": "1.5"
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-3-stroke-1.5",
10109
10109
  "componentName": "IconGithub"
10110
10110
  },
@@ -10160,7 +10160,7 @@
10160
10160
  "radius": "3",
10161
10161
  "stroke": "1.5"
10162
10162
  },
10163
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
10163
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
10164
10164
  "packageName": "round-outlined-radius-3-stroke-1.5",
10165
10165
  "componentName": "IconGoogle"
10166
10166
  },
@@ -10174,7 +10174,7 @@
10174
10174
  "radius": "3",
10175
10175
  "stroke": "1.5"
10176
10176
  },
10177
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
10177
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
10178
10178
  "packageName": "round-outlined-radius-3-stroke-1.5",
10179
10179
  "componentName": "IconGooglePlayStore"
10180
10180
  },
@@ -10216,7 +10216,7 @@
10216
10216
  "radius": "3",
10217
10217
  "stroke": "1.5"
10218
10218
  },
10219
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
10219
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
10220
10220
  "packageName": "round-outlined-radius-3-stroke-1.5",
10221
10221
  "componentName": "IconGrok"
10222
10222
  },
@@ -10286,7 +10286,7 @@
10286
10286
  "radius": "3",
10287
10287
  "stroke": "1.5"
10288
10288
  },
10289
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
10289
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
10290
10290
  "packageName": "round-outlined-radius-3-stroke-1.5",
10291
10291
  "componentName": "IconGumroad"
10292
10292
  },
@@ -11098,7 +11098,7 @@
11098
11098
  "radius": "3",
11099
11099
  "stroke": "1.5"
11100
11100
  },
11101
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
11101
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
11102
11102
  "packageName": "round-outlined-radius-3-stroke-1.5",
11103
11103
  "componentName": "IconInstagram"
11104
11104
  },
@@ -11140,7 +11140,7 @@
11140
11140
  "radius": "3",
11141
11141
  "stroke": "1.5"
11142
11142
  },
11143
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
11143
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
11144
11144
  "packageName": "round-outlined-radius-3-stroke-1.5",
11145
11145
  "componentName": "IconJava"
11146
11146
  },
@@ -11630,7 +11630,7 @@
11630
11630
  "radius": "3",
11631
11631
  "stroke": "1.5"
11632
11632
  },
11633
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
11633
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
11634
11634
  "packageName": "round-outlined-radius-3-stroke-1.5",
11635
11635
  "componentName": "IconLemonsqueezy"
11636
11636
  },
@@ -11840,7 +11840,7 @@
11840
11840
  "radius": "3",
11841
11841
  "stroke": "1.5"
11842
11842
  },
11843
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
11843
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
11844
11844
  "packageName": "round-outlined-radius-3-stroke-1.5",
11845
11845
  "componentName": "IconLinkedin"
11846
11846
  },
@@ -11854,7 +11854,7 @@
11854
11854
  "radius": "3",
11855
11855
  "stroke": "1.5"
11856
11856
  },
11857
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
11857
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
11858
11858
  "packageName": "round-outlined-radius-3-stroke-1.5",
11859
11859
  "componentName": "IconLinktree"
11860
11860
  },
@@ -12008,7 +12008,7 @@
12008
12008
  "radius": "3",
12009
12009
  "stroke": "1.5"
12010
12010
  },
12011
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
12011
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
12012
12012
  "packageName": "round-outlined-radius-3-stroke-1.5",
12013
12013
  "componentName": "IconLottielab"
12014
12014
  },
@@ -12246,7 +12246,7 @@
12246
12246
  "radius": "3",
12247
12247
  "stroke": "1.5"
12248
12248
  },
12249
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
12249
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
12250
12250
  "packageName": "round-outlined-radius-3-stroke-1.5",
12251
12251
  "componentName": "IconManusAi"
12252
12252
  },
@@ -12358,7 +12358,7 @@
12358
12358
  "radius": "3",
12359
12359
  "stroke": "1.5"
12360
12360
  },
12361
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
12361
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
12362
12362
  "packageName": "round-outlined-radius-3-stroke-1.5",
12363
12363
  "componentName": "IconMastadon"
12364
12364
  },
@@ -12568,7 +12568,7 @@
12568
12568
  "radius": "3",
12569
12569
  "stroke": "1.5"
12570
12570
  },
12571
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
12571
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
12572
12572
  "packageName": "round-outlined-radius-3-stroke-1.5",
12573
12573
  "componentName": "IconMedium"
12574
12574
  },
@@ -12624,7 +12624,7 @@
12624
12624
  "radius": "3",
12625
12625
  "stroke": "1.5"
12626
12626
  },
12627
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
12627
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
12628
12628
  "packageName": "round-outlined-radius-3-stroke-1.5",
12629
12629
  "componentName": "IconMicrosoftCopilot"
12630
12630
  },
@@ -12960,7 +12960,7 @@
12960
12960
  "radius": "3",
12961
12961
  "stroke": "1.5"
12962
12962
  },
12963
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
12963
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
12964
12964
  "packageName": "round-outlined-radius-3-stroke-1.5",
12965
12965
  "componentName": "IconNintendoSwitch"
12966
12966
  },
@@ -13086,7 +13086,7 @@
13086
13086
  "radius": "3",
13087
13087
  "stroke": "1.5"
13088
13088
  },
13089
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
13089
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
13090
13090
  "packageName": "round-outlined-radius-3-stroke-1.5",
13091
13091
  "componentName": "IconNotion"
13092
13092
  },
@@ -13100,7 +13100,7 @@
13100
13100
  "radius": "3",
13101
13101
  "stroke": "1.5"
13102
13102
  },
13103
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
13103
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
13104
13104
  "packageName": "round-outlined-radius-3-stroke-1.5",
13105
13105
  "componentName": "IconNotionAi"
13106
13106
  },
@@ -13212,7 +13212,7 @@
13212
13212
  "radius": "3",
13213
13213
  "stroke": "1.5"
13214
13214
  },
13215
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
13215
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
13216
13216
  "packageName": "round-outlined-radius-3-stroke-1.5",
13217
13217
  "componentName": "IconOpenai"
13218
13218
  },
@@ -13254,7 +13254,7 @@
13254
13254
  "radius": "3",
13255
13255
  "stroke": "1.5"
13256
13256
  },
13257
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
13257
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
13258
13258
  "packageName": "round-outlined-radius-3-stroke-1.5",
13259
13259
  "componentName": "IconOpera"
13260
13260
  },
@@ -13982,7 +13982,7 @@
13982
13982
  "radius": "3",
13983
13983
  "stroke": "1.5"
13984
13984
  },
13985
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
13985
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
13986
13986
  "packageName": "round-outlined-radius-3-stroke-1.5",
13987
13987
  "componentName": "IconPatreon"
13988
13988
  },
@@ -14276,7 +14276,7 @@
14276
14276
  "radius": "3",
14277
14277
  "stroke": "1.5"
14278
14278
  },
14279
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
14279
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
14280
14280
  "packageName": "round-outlined-radius-3-stroke-1.5",
14281
14281
  "componentName": "IconPerplexity"
14282
14282
  },
@@ -14346,7 +14346,7 @@
14346
14346
  "radius": "3",
14347
14347
  "stroke": "1.5"
14348
14348
  },
14349
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
14349
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
14350
14350
  "packageName": "round-outlined-radius-3-stroke-1.5",
14351
14351
  "componentName": "IconPhp"
14352
14352
  },
@@ -14360,7 +14360,7 @@
14360
14360
  "radius": "3",
14361
14361
  "stroke": "1.5"
14362
14362
  },
14363
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
14363
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
14364
14364
  "packageName": "round-outlined-radius-3-stroke-1.5",
14365
14365
  "componentName": "IconPhyton"
14366
14366
  },
@@ -14556,7 +14556,7 @@
14556
14556
  "radius": "3",
14557
14557
  "stroke": "1.5"
14558
14558
  },
14559
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
14559
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
14560
14560
  "packageName": "round-outlined-radius-3-stroke-1.5",
14561
14561
  "componentName": "IconPinterest"
14562
14562
  },
@@ -14948,7 +14948,7 @@
14948
14948
  "radius": "3",
14949
14949
  "stroke": "1.5"
14950
14950
  },
14951
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
14951
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
14952
14952
  "packageName": "round-outlined-radius-3-stroke-1.5",
14953
14953
  "componentName": "IconProducthunt"
14954
14954
  },
@@ -15088,7 +15088,7 @@
15088
15088
  "radius": "3",
15089
15089
  "stroke": "1.5"
15090
15090
  },
15091
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
15091
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
15092
15092
  "packageName": "round-outlined-radius-3-stroke-1.5",
15093
15093
  "componentName": "IconQuora"
15094
15094
  },
@@ -15340,7 +15340,7 @@
15340
15340
  "radius": "3",
15341
15341
  "stroke": "1.5"
15342
15342
  },
15343
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
15343
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
15344
15344
  "packageName": "round-outlined-radius-3-stroke-1.5",
15345
15345
  "componentName": "IconReddit"
15346
15346
  },
@@ -15498,6 +15498,20 @@
15498
15498
  "packageName": "round-outlined-radius-3-stroke-1.5",
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=\"M15.0577 10.75H8.94231C7.73153 10.75 6.75 11.7315 6.75 12.9423V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V12.9423C17.25 11.7315 16.2685 10.75 15.0577 10.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.75 20.2496V11.9996C2.75 7.14226 6.49398 3.15936 11.2536 2.7793M21.25 20.2496V11.9996C21.25 10.855 21.0421 9.759 20.662 8.74722\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
15504
+ "iconName": "retouch, face, hair",
15505
+ "variant": {
15506
+ "join": "round",
15507
+ "filled": "off",
15508
+ "radius": "3",
15509
+ "stroke": "1.5"
15510
+ },
15511
+ "createdAt": "2025-08-20T07:30:19.229783+00:00",
15512
+ "packageName": "round-outlined-radius-3-stroke-1.5",
15513
+ "componentName": "IconRetouch"
15514
+ },
15501
15515
  {
15502
15516
  "category": "Interface General",
15503
15517
  "svg": "<path d=\"M3.75 6.75C3.75 5.09315 5.09315 3.75 6.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V6.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M11.784 7.8709C11.8804 7.70533 12.1196 7.70533 12.216 7.8709L13.3993 9.90249C13.4346 9.96314 13.4938 10.0061 13.5624 10.021L15.8603 10.5186C16.0475 10.5591 16.1214 10.7866 15.9938 10.9295L14.4273 12.6827C14.3805 12.735 14.3579 12.8046 14.365 12.8744L14.6018 15.2135C14.6211 15.4042 14.4276 15.5448 14.2523 15.4675L12.1008 14.5194C12.0366 14.4911 11.9634 14.4911 11.8992 14.5194L9.74774 15.4675C9.57241 15.5448 9.3789 15.4042 9.3982 15.2135L9.63504 12.8744C9.64211 12.8046 9.6195 12.735 9.57273 12.6827L8.00623 10.9295C7.87857 10.7866 7.95248 10.5591 8.13975 10.5186L10.4376 10.021C10.5062 10.0061 10.5654 9.96314 10.6007 9.90249L11.784 7.8709Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
@@ -15634,7 +15648,7 @@
15634
15648
  "radius": "3",
15635
15649
  "stroke": "1.5"
15636
15650
  },
15637
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
15651
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
15638
15652
  "packageName": "round-outlined-radius-3-stroke-1.5",
15639
15653
  "componentName": "IconRiotGames"
15640
15654
  },
@@ -15648,7 +15662,7 @@
15648
15662
  "radius": "3",
15649
15663
  "stroke": "1.5"
15650
15664
  },
15651
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
15665
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
15652
15666
  "packageName": "round-outlined-radius-3-stroke-1.5",
15653
15667
  "componentName": "IconRive"
15654
15668
  },
@@ -15662,7 +15676,7 @@
15662
15676
  "radius": "3",
15663
15677
  "stroke": "1.5"
15664
15678
  },
15665
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
15679
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
15666
15680
  "packageName": "round-outlined-radius-3-stroke-1.5",
15667
15681
  "componentName": "IconRobinhood"
15668
15682
  },
@@ -15774,7 +15788,7 @@
15774
15788
  "radius": "3",
15775
15789
  "stroke": "1.5"
15776
15790
  },
15777
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
15791
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
15778
15792
  "packageName": "round-outlined-radius-3-stroke-1.5",
15779
15793
  "componentName": "IconRssFeed"
15780
15794
  },
@@ -15816,7 +15830,7 @@
15816
15830
  "radius": "3",
15817
15831
  "stroke": "1.5"
15818
15832
  },
15819
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
15833
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
15820
15834
  "packageName": "round-outlined-radius-3-stroke-1.5",
15821
15835
  "componentName": "IconSafari"
15822
15836
  },
@@ -16810,7 +16824,7 @@
16810
16824
  "radius": "3",
16811
16825
  "stroke": "1.5"
16812
16826
  },
16813
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
16827
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
16814
16828
  "packageName": "round-outlined-radius-3-stroke-1.5",
16815
16829
  "componentName": "IconSiri"
16816
16830
  },
@@ -16824,7 +16838,7 @@
16824
16838
  "radius": "3",
16825
16839
  "stroke": "1.5"
16826
16840
  },
16827
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
16841
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
16828
16842
  "packageName": "round-outlined-radius-3-stroke-1.5",
16829
16843
  "componentName": "IconSketch"
16830
16844
  },
@@ -16866,7 +16880,7 @@
16866
16880
  "radius": "3",
16867
16881
  "stroke": "1.5"
16868
16882
  },
16869
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
16883
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
16870
16884
  "packageName": "round-outlined-radius-3-stroke-1.5",
16871
16885
  "componentName": "IconSlack"
16872
16886
  },
@@ -17048,7 +17062,7 @@
17048
17062
  "radius": "3",
17049
17063
  "stroke": "1.5"
17050
17064
  },
17051
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
17065
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
17052
17066
  "packageName": "round-outlined-radius-3-stroke-1.5",
17053
17067
  "componentName": "IconSnapchat"
17054
17068
  },
@@ -17342,7 +17356,7 @@
17342
17356
  "radius": "3",
17343
17357
  "stroke": "1.5"
17344
17358
  },
17345
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
17359
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
17346
17360
  "packageName": "round-outlined-radius-3-stroke-1.5",
17347
17361
  "componentName": "IconSpotify"
17348
17362
  },
@@ -17874,7 +17888,7 @@
17874
17888
  "radius": "3",
17875
17889
  "stroke": "1.5"
17876
17890
  },
17877
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
17891
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
17878
17892
  "packageName": "round-outlined-radius-3-stroke-1.5",
17879
17893
  "componentName": "IconSteam"
17880
17894
  },
@@ -18616,7 +18630,7 @@
18616
18630
  "radius": "3",
18617
18631
  "stroke": "1.5"
18618
18632
  },
18619
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
18633
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
18620
18634
  "packageName": "round-outlined-radius-3-stroke-1.5",
18621
18635
  "componentName": "IconTelegram"
18622
18636
  },
@@ -18994,7 +19008,7 @@
18994
19008
  "radius": "3",
18995
19009
  "stroke": "1.5"
18996
19010
  },
18997
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
19011
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
18998
19012
  "packageName": "round-outlined-radius-3-stroke-1.5",
18999
19013
  "componentName": "IconThreads"
19000
19014
  },
@@ -19106,7 +19120,7 @@
19106
19120
  "radius": "3",
19107
19121
  "stroke": "1.5"
19108
19122
  },
19109
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
19123
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
19110
19124
  "packageName": "round-outlined-radius-3-stroke-1.5",
19111
19125
  "componentName": "IconTiktok"
19112
19126
  },
@@ -19540,7 +19554,7 @@
19540
19554
  "radius": "3",
19541
19555
  "stroke": "1.5"
19542
19556
  },
19543
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
19557
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
19544
19558
  "packageName": "round-outlined-radius-3-stroke-1.5",
19545
19559
  "componentName": "IconTwitch"
19546
19560
  },
@@ -19554,7 +19568,7 @@
19554
19568
  "radius": "3",
19555
19569
  "stroke": "1.5"
19556
19570
  },
19557
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
19571
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
19558
19572
  "packageName": "round-outlined-radius-3-stroke-1.5",
19559
19573
  "componentName": "IconTwitter"
19560
19574
  },
@@ -19764,7 +19778,7 @@
19764
19778
  "radius": "3",
19765
19779
  "stroke": "1.5"
19766
19780
  },
19767
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
19781
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
19768
19782
  "packageName": "round-outlined-radius-3-stroke-1.5",
19769
19783
  "componentName": "IconVenmo"
19770
19784
  },
@@ -20030,7 +20044,7 @@
20030
20044
  "radius": "3",
20031
20045
  "stroke": "1.5"
20032
20046
  },
20033
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
20047
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
20034
20048
  "packageName": "round-outlined-radius-3-stroke-1.5",
20035
20049
  "componentName": "IconVkontakte"
20036
20050
  },
@@ -20366,7 +20380,7 @@
20366
20380
  "radius": "3",
20367
20381
  "stroke": "1.5"
20368
20382
  },
20369
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
20383
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
20370
20384
  "packageName": "round-outlined-radius-3-stroke-1.5",
20371
20385
  "componentName": "IconWebflow"
20372
20386
  },
@@ -20380,7 +20394,7 @@
20380
20394
  "radius": "3",
20381
20395
  "stroke": "1.5"
20382
20396
  },
20383
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
20397
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
20384
20398
  "packageName": "round-outlined-radius-3-stroke-1.5",
20385
20399
  "componentName": "IconWhatsapp"
20386
20400
  },
@@ -20716,7 +20730,7 @@
20716
20730
  "radius": "3",
20717
20731
  "stroke": "1.5"
20718
20732
  },
20719
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
20733
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
20720
20734
  "packageName": "round-outlined-radius-3-stroke-1.5",
20721
20735
  "componentName": "IconX"
20722
20736
  },
@@ -20758,7 +20772,7 @@
20758
20772
  "radius": "3",
20759
20773
  "stroke": "1.5"
20760
20774
  },
20761
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
20775
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
20762
20776
  "packageName": "round-outlined-radius-3-stroke-1.5",
20763
20777
  "componentName": "IconYoutube"
20764
20778
  },
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-3-stroke-1.5",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
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": 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-3-stroke-1.5",
3
- "version": "0.0.46",
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=\"M15.0577 10.75H8.94231C7.73153 10.75 6.75 11.7315 6.75 12.9423V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V12.9423C17.25 11.7315 16.2685 10.75 15.0577 10.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2.75 20.2496V11.9996C2.75 7.14226 6.49398 3.15936 11.2536 2.7793M21.25 20.2496V11.9996C21.25 10.855 21.0421 9.759 20.662 8.74722\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>",
7754
+ "tags": "Path",
7755
+ "componentName": "IconRetouch",
7756
+ "iconName": "retouch, face, hair",
7757
+ "pathname": "src/IconRetouch"
7758
+ },
7752
7759
  {
7753
7760
  "svg": "<Path d=\"M3.75 6.75C3.75 5.09315 5.09315 3.75 6.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V6.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M11.784 7.8709C11.8804 7.70533 12.1196 7.70533 12.216 7.8709L13.3993 9.90249C13.4346 9.96314 13.4938 10.0061 13.5624 10.021L15.8603 10.5186C16.0475 10.5591 16.1214 10.7866 15.9938 10.9295L14.4273 12.6827C14.3805 12.735 14.3579 12.8046 14.365 12.8744L14.6018 15.2135C14.6211 15.4042 14.4276 15.5448 14.2523 15.4675L12.1008 14.5194C12.0366 14.4911 11.9634 14.4911 11.8992 14.5194L9.74774 15.4675C9.57241 15.5448 9.3789 15.4042 9.3982 15.2135L9.63504 12.8744C9.64211 12.8046 9.6195 12.735 9.57273 12.6827L8.00623 10.9295C7.87857 10.7866 7.95248 10.5591 8.13975 10.5186L10.4376 10.021C10.5062 10.0061 10.5654 9.96314 10.6007 9.90249L11.784 7.8709Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/>",
7754
7761
  "tags": "Path",