@central-icons-react-native/round-outlined-radius-0-stroke-1.5 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.
- package/IconRetouch/index.d.ts +4 -0
- package/IconRetouch/index.js +2 -0
- package/IconRetouch/index.js.map +1 -0
- package/IconRetouch/index.mjs +2 -0
- package/IconRetouch/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -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:"M17.25 10.75H6.75V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V10.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M2.75 20.2501V12.0001C2.75 7.14275 6.49398 3.15985 11.2536 2.77979M21.25 20.2501V12.0001C21.25 10.8555 21.0421 9.75949 20.662 8.74771",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=\"M17.25 10.75H6.75V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V10.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.75 20.2501V12.0001C2.75 7.14275 6.49398 3.15985 11.2536 2.77979M21.25 20.2501V12.0001C21.25 10.8555 21.0421 9.75949 20.662 8.74771\"\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,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wIACF,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:"M17.25 10.75H6.75V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V10.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M2.75 20.2501V12.0001C2.75 7.14275 6.49398 3.15985 11.2536 2.77979M21.25 20.2501V12.0001C21.25 10.8555 21.0421 9.75949 20.662 8.74771",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=\"M17.25 10.75H6.75V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V10.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.75 20.2501V12.0001C2.75 7.14275 6.49398 3.15985 11.2536 2.77979M21.25 20.2501V12.0001C21.25 10.8555 21.0421 9.75949 20.662 8.74771\"\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,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wIACF,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
package/filtered-icons.json
CHANGED
|
@@ -10104,7 +10104,7 @@
|
|
|
10104
10104
|
"radius": "0",
|
|
10105
10105
|
"stroke": "1.5"
|
|
10106
10106
|
},
|
|
10107
|
-
"createdAt": "2025-
|
|
10107
|
+
"createdAt": "2025-04-09T18:56:28.743322+00:00",
|
|
10108
10108
|
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
10109
10109
|
"componentName": "IconGithub"
|
|
10110
10110
|
},
|
|
@@ -15498,6 +15498,20 @@
|
|
|
15498
15498
|
"packageName": "round-outlined-radius-0-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=\"M17.25 10.75H6.75V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V10.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.75 20.2501V12.0001C2.75 7.14275 6.49398 3.15985 11.2536 2.77979M21.25 20.2501V12.0001C21.25 10.8555 21.0421 9.75949 20.662 8.74771\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
15504
|
+
"iconName": "retouch, face, hair",
|
|
15505
|
+
"variant": {
|
|
15506
|
+
"join": "round",
|
|
15507
|
+
"filled": "off",
|
|
15508
|
+
"radius": "0",
|
|
15509
|
+
"stroke": "1.5"
|
|
15510
|
+
},
|
|
15511
|
+
"createdAt": "2025-08-20T07:30:19.229783+00:00",
|
|
15512
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
15513
|
+
"componentName": "IconRetouch"
|
|
15514
|
+
},
|
|
15501
15515
|
{
|
|
15502
15516
|
"category": "Interface General",
|
|
15503
15517
|
"svg": "<path d=\"M3.75 3.75H20.25V20.25H3.75V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M12 7.5L13.3225 10.1797L16.2798 10.6094L14.1399 12.6953L14.645 15.6406L12 14.25L9.35497 15.6406L9.86012 12.6953L7.72025 10.6094L10.6775 10.1797L12 7.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.48",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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":
|
|
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":
|
|
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
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=\"M17.25 10.75H6.75V15C6.75 17.8995 9.10051 20.25 12 20.25C14.8995 20.25 17.25 17.8995 17.25 15V10.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2.75 20.2501V12.0001C2.75 7.14275 6.49398 3.15985 11.2536 2.77979M21.25 20.2501V12.0001C21.25 10.8555 21.0421 9.75949 20.662 8.74771\" 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 3.75H20.25V20.25H3.75V3.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M12 7.5L13.3225 10.1797L16.2798 10.6094L14.1399 12.6953L14.645 15.6406L12 14.25L9.35497 15.6406L9.86012 12.6953L7.72025 10.6094L10.6775 10.1797L12 7.5Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/>",
|
|
7754
7761
|
"tags": "Path",
|