@central-icons-react-native/square-outlined-radius-0-stroke-1 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 B=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of L(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=I(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),i=r=>a(p({},"__esModule",{value:!0}),r);var h={};g(h,{IconRetouch:()=>f,default:()=>d});module.exports=i(h);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(c.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 C=require("react-native-svg"),f=r=>n.default.createElement(u,{...r},n.default.createElement(C.Path,{d:"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z",stroke:"currentColor"}),n.default.createElement(C.Path,{d:"M17.5 10.5H6.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V10.5Z",stroke:"currentColor"}),n.default.createElement(C.Path,{d:"M2.5 21V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 21V12C21.5 10.9333 21.3242 9.90772 21 8.95056",stroke:"currentColor"})),d=f;0&&(module.exports={IconRetouch});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRetouch/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconRetouch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17.5 10.5H6.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V10.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M2.5 21V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 21V12C21.5 10.9333 21.3242 9.90772 21 8.95056\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRetouch;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6FACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACT,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 C from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...p})=>C.createElement(s,{...p,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:"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z",stroke:"currentColor"}),o.createElement(e,{d:"M17.5 10.5H6.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V10.5Z",stroke:"currentColor"}),o.createElement(e,{d:"M2.5 21V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 21V12C21.5 10.9333 21.3242 9.90772 21 8.95056",stroke:"currentColor"})),P=a;export{a as IconRetouch,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRetouch/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconRetouch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17.5 10.5H6.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V10.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M2.5 21V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 21V12C21.5 10.9333 21.3242 9.90772 21 8.95056\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRetouch;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,OAAO,eACT,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": "0",
10105
10105
  "stroke": "1"
10106
10106
  },
10107
- "createdAt": "2025-06-25T21:10:33.931341+00:00",
10107
+ "createdAt": "2025-04-09T18:56:28.743322+00:00",
10108
10108
  "packageName": "square-outlined-radius-0-stroke-1",
10109
10109
  "componentName": "IconGithub"
10110
10110
  },
@@ -15498,6 +15498,20 @@
15498
15498
  "packageName": "square-outlined-radius-0-stroke-1",
15499
15499
  "componentName": "IconRescueRing"
15500
15500
  },
15501
+ {
15502
+ "category": "Photography & Video",
15503
+ "svg": "<path d=\"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z\" stroke=\"currentColor\"/><path d=\"M17.5 10.5H6.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V10.5Z\" stroke=\"currentColor\"/><path d=\"M2.5 21V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 21V12C21.5 10.9333 21.3242 9.90772 21 8.95056\" stroke=\"currentColor\"/>",
15504
+ "iconName": "retouch, face, hair",
15505
+ "variant": {
15506
+ "join": "square",
15507
+ "filled": "off",
15508
+ "radius": "0",
15509
+ "stroke": "1"
15510
+ },
15511
+ "createdAt": "2025-08-20T07:30:19.229783+00:00",
15512
+ "packageName": "square-outlined-radius-0-stroke-1",
15513
+ "componentName": "IconRetouch"
15514
+ },
15501
15515
  {
15502
15516
  "category": "Interface General",
15503
15517
  "svg": "<path d=\"M3.5 3.5H20.5V20.5H3.5V3.5Z\" stroke=\"currentColor\"/><path d=\"M12 7.5L13.1903 10.3617L16.2798 10.6094L13.9259 12.6258L14.645 15.6406L12 14.025L9.35497 15.6406L10.0741 12.6258L7.72025 10.6094L10.8097 10.3617L12 7.5Z\" stroke=\"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/square-outlined-radius-0-stroke-1",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1487,
14
+ "totalIcons": 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/square-outlined-radius-0-stroke-1",
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=\"M18 2L18.9334 4.06662L21 5L18.9334 5.93338L18 8L17.0666 5.93338L15 5L17.0666 4.06662L18 2Z\" stroke=\"currentColor\"/><Path d=\"M17.5 10.5H6.5V15C6.5 18.0376 8.96243 20.5 12 20.5C15.0376 20.5 17.5 18.0376 17.5 15V10.5Z\" stroke=\"currentColor\"/><Path d=\"M2.5 21V12C2.5 6.75329 6.75329 2.5 12 2.5C12.3377 2.5 12.6714 2.51762 13 2.552M21.5 21V12C21.5 10.9333 21.3242 9.90772 21 8.95056\" stroke=\"currentColor\"/>",
7754
+ "tags": "Path",
7755
+ "componentName": "IconRetouch",
7756
+ "iconName": "retouch, face, hair",
7757
+ "pathname": "src/IconRetouch"
7758
+ },
7752
7759
  {
7753
7760
  "svg": "<Path d=\"M3.5 3.5H20.5V20.5H3.5V3.5Z\" stroke=\"currentColor\"/><Path d=\"M12 7.5L13.1903 10.3617L16.2798 10.6094L13.9259 12.6258L14.645 15.6406L12 14.025L9.35497 15.6406L10.0741 12.6258L7.72025 10.6094L10.8097 10.3617L12 7.5Z\" stroke=\"currentColor\"/>",
7754
7761
  "tags": "Path",