@central-icons-react-native/square-outlined-radius-0-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 i=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!d.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?i(L(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(p({},"__esModule",{value:!0}),r);var g={};h(g,{IconRetouch:()=>u,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),f=({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"),u=r=>n.default.createElement(f,{...r},n.default.createElement(C.Path,{d:"M17 1L18.0804 3.91964L21 5L18.0804 6.08036L17 9L15.9196 6.08036L13 5L15.9196 3.91964L17 1Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M3 21V12C3 7.02944 7.02944 3 12 3M21 21V12C21 10.961 20.8239 9.96308 20.5 9.03451",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(C.Path,{d:"M17 11H7V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V11Z",stroke:"currentColor",strokeWidth:"2"})),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 1L18.0804 3.91964L21 5L18.0804 6.08036L17 9L15.9196 6.08036L13 5L15.9196 3.91964L17 1Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 21V12C3 7.02944 7.02944 3 12 3M21 21V12C21 10.961 20.8239 9.96308 20.5 9.03451\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M17 11H7V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yEACF,OAAO,eACP,YAAY,IACd,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 l=t=>o.createElement(n,{...t},o.createElement(e,{d:"M17 1L18.0804 3.91964L21 5L18.0804 6.08036L17 9L15.9196 6.08036L13 5L15.9196 3.91964L17 1Z",fill:"currentColor"}),o.createElement(e,{d:"M3 21V12C3 7.02944 7.02944 3 12 3M21 21V12C21 10.961 20.8239 9.96308 20.5 9.03451",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M17 11H7V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V11Z",stroke:"currentColor",strokeWidth:"2"})),d=l;export{l as IconRetouch,d 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 1L18.0804 3.91964L21 5L18.0804 6.08036L17 9L15.9196 6.08036L13 5L15.9196 3.91964L17 1Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 21V12C3 7.02944 7.02944 3 12 3M21 21V12C21 10.961 20.8239 9.96308 20.5 9.03451\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M17 11H7V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yEACF,OAAO,eACP,YAAY,IACd,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": "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": "square-outlined-radius-0-stroke-2",
10109
10109
  "componentName": "IconGithub"
10110
10110
  },
@@ -15498,6 +15498,20 @@
15498
15498
  "packageName": "square-outlined-radius-0-stroke-2",
15499
15499
  "componentName": "IconRescueRing"
15500
15500
  },
15501
+ {
15502
+ "category": "Photography & Video",
15503
+ "svg": "<path d=\"M17 1L18.0804 3.91964L21 5L18.0804 6.08036L17 9L15.9196 6.08036L13 5L15.9196 3.91964L17 1Z\" fill=\"currentColor\"/><path d=\"M3 21V12C3 7.02944 7.02944 3 12 3M21 21V12C21 10.961 20.8239 9.96308 20.5 9.03451\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M17 11H7V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V11Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
15504
+ "iconName": "retouch, face, hair",
15505
+ "variant": {
15506
+ "join": "square",
15507
+ "filled": "off",
15508
+ "radius": "0",
15509
+ "stroke": "2"
15510
+ },
15511
+ "createdAt": "2025-08-20T07:30:19.229783+00:00",
15512
+ "packageName": "square-outlined-radius-0-stroke-2",
15513
+ "componentName": "IconRetouch"
15514
+ },
15501
15515
  {
15502
15516
  "category": "Interface General",
15503
15517
  "svg": "<path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 9.75L12.5951 11.1809L14.1399 11.3047L12.9629 12.3129L13.3225 13.8203L12 13.0125L10.6775 13.8203L11.0371 12.3129L9.86012 11.3047L11.4049 11.1809L12 9.75Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
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-2",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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/square-outlined-radius-0-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 1L18.0804 3.91964L21 5L18.0804 6.08036L17 9L15.9196 6.08036L13 5L15.9196 3.91964L17 1Z\" fill=\"currentColor\"/><Path d=\"M3 21V12C3 7.02944 7.02944 3 12 3M21 21V12C21 10.961 20.8239 9.96308 20.5 9.03451\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M17 11H7V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V11Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
7754
+ "tags": "Path",
7755
+ "componentName": "IconRetouch",
7756
+ "iconName": "retouch, face, hair",
7757
+ "pathname": "src/IconRetouch"
7758
+ },
7752
7759
  {
7753
7760
  "svg": "<Path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 9.75L12.5951 11.1809L14.1399 11.3047L12.9629 12.3129L13.3225 13.8203L12 13.0125L10.6775 13.8203L11.0371 12.3129L9.86012 11.3047L11.4049 11.1809L12 9.75Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
7754
7761
  "tags": "Path",