@central-icons-react/round-filled-radius-3-stroke-1 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.
- 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/icons/index.d.ts +1 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +5 -3
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(e,r)=>{for(var o in r)n(e,o,{get:r[o],enumerable:!0})},a=(e,r,o,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of h(r))!x.call(e,t)&&t!==o&&n(e,t,{get:()=>r[t],enumerable:!(C=d(r,t))||C.enumerable});return e};var s=(e,r,o)=>(o=e!=null?f(g(e)):{},a(r||!e||!e.__esModule?n(o,"default",{value:e,enumerable:!0}):o,e)),I=e=>a(n({},"__esModule",{value:!0}),e);var L={};B(L,{IconRetouch:()=>i,default:()=>V});module.exports=I(L);var l=s(require("react"));var p=s(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:C,ariaHidden:t=!0,style:m,...u})=>p.default.createElement("svg",{...u,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...m}},o&&!t&&p.default.createElement("title",null,o),e);var i=e=>l.default.createElement(c,{...e,ariaLabel:"retouch, face, hair"},l.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C13.2832 2 14.5064 2.25568 15.623 2.7168L15.584 2.72266C14.6807 2.82697 13.9991 3.59263 14 4.50195L14.0078 4.6709C14.0871 5.50418 14.7402 6.18209 15.5869 6.27832L15.752 6.30176C16.3566 6.4095 16.6632 6.75592 16.7178 7.37012L16.7412 7.54004C16.8974 8.37881 17.6327 9.00086 18.502 9L18.6738 8.99121C19.5232 8.90896 20.2072 8.23147 20.2822 7.36523L20.3008 7.21191C20.314 7.12835 20.3331 7.05101 20.3574 6.97949C21.0861 8.32376 21.5 9.86352 21.5 11.5V18.791C21.4998 20.0109 20.5109 20.9998 19.291 21H4.70898C3.48907 20.9998 2.50017 20.0109 2.5 18.791V11.5C2.5 6.25329 6.75329 2 12 2ZM9.26172 10C8.01265 10.0001 7.0001 11.0127 7 12.2617V14.5C7 17.2614 9.23858 19.5 12 19.5C14.7614 19.5 17 17.2614 17 14.5V12.2617C16.9999 11.0127 15.9873 10.0001 14.7383 10H9.26172Z",fill:"currentColor"}),l.default.createElement("path",{d:"M18.9847 1.4329C18.9568 1.18651 18.7485 1.00025 18.5005 1C18.2525 0.999747 18.0438 1.18557 18.0154 1.43191C17.838 2.96993 16.9699 3.83801 15.4319 4.01541C15.1856 4.04382 14.9997 4.25253 15 4.5005C15.0003 4.74847 15.1865 4.9568 15.4329 4.9847C16.9491 5.15645 17.8774 6.01617 18.0141 7.55536C18.0365 7.80725 18.2477 8.00028 18.5005 8C18.7534 7.99971 18.9642 7.80621 18.986 7.55426C19.1173 6.03683 20.0368 5.11734 21.5543 4.98599C21.8062 4.96418 21.9997 4.75344 22 4.50055C22.0003 4.24766 21.8073 4.03648 21.5554 4.01411C20.0162 3.87738 19.1564 2.94911 18.9847 1.4329Z",fill:"currentColor"})),V=i;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRetouch: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"retouch, face, hair\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C13.2832 2 14.5064 2.25568 15.623 2.7168L15.584 2.72266C14.6807 2.82697 13.9991 3.59263 14 4.50195L14.0078 4.6709C14.0871 5.50418 14.7402 6.18209 15.5869 6.27832L15.752 6.30176C16.3566 6.4095 16.6632 6.75592 16.7178 7.37012L16.7412 7.54004C16.8974 8.37881 17.6327 9.00086 18.502 9L18.6738 8.99121C19.5232 8.90896 20.2072 8.23147 20.2822 7.36523L20.3008 7.21191C20.314 7.12835 20.3331 7.05101 20.3574 6.97949C21.0861 8.32376 21.5 9.86352 21.5 11.5V18.791C21.4998 20.0109 20.5109 20.9998 19.291 21H4.70898C3.48907 20.9998 2.50017 20.0109 2.5 18.791V11.5C2.5 6.25329 6.75329 2 12 2ZM9.26172 10C8.01265 10.0001 7.0001 11.0127 7 12.2617V14.5C7 17.2614 9.23858 19.5 12 19.5C14.7614 19.5 17 17.2614 17 14.5V12.2617C16.9999 11.0127 15.9873 10.0001 14.7383 10H9.26172Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.9847 1.4329C18.9568 1.18651 18.7485 1.00025 18.5005 1C18.2525 0.999747 18.0438 1.18557 18.0154 1.43191C17.838 2.96993 16.9699 3.83801 15.4319 4.01541C15.1856 4.04382 14.9997 4.25253 15 4.5005C15.0003 4.74847 15.1865 4.9568 15.4329 4.9847C16.9491 5.15645 17.8774 6.01617 18.0141 7.55536C18.0365 7.80725 18.2477 8.00028 18.5005 8C18.7534 7.99971 18.9642 7.80621 18.986 7.55426C19.1173 6.03683 20.0368 5.11734 21.5543 4.98599C21.8062 4.96418 21.9997 4.75344 22 4.50055C22.0003 4.24766 21.8073 4.03648 21.5554 4.01411C20.0162 3.87738 19.1564 2.94911 18.9847 1.4329Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRetouch;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uBACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+vBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRetouch_exports","__export","IconRetouch","IconRetouch_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRetouch","props","React","CentralIconBase","IconRetouch_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import t from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:C,color:p,ariaHidden:o=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},C&&!o&&n.createElement("title",null,C),r);var c=r=>t.createElement(l,{...r,ariaLabel:"retouch, face, hair"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C13.2832 2 14.5064 2.25568 15.623 2.7168L15.584 2.72266C14.6807 2.82697 13.9991 3.59263 14 4.50195L14.0078 4.6709C14.0871 5.50418 14.7402 6.18209 15.5869 6.27832L15.752 6.30176C16.3566 6.4095 16.6632 6.75592 16.7178 7.37012L16.7412 7.54004C16.8974 8.37881 17.6327 9.00086 18.502 9L18.6738 8.99121C19.5232 8.90896 20.2072 8.23147 20.2822 7.36523L20.3008 7.21191C20.314 7.12835 20.3331 7.05101 20.3574 6.97949C21.0861 8.32376 21.5 9.86352 21.5 11.5V18.791C21.4998 20.0109 20.5109 20.9998 19.291 21H4.70898C3.48907 20.9998 2.50017 20.0109 2.5 18.791V11.5C2.5 6.25329 6.75329 2 12 2ZM9.26172 10C8.01265 10.0001 7.0001 11.0127 7 12.2617V14.5C7 17.2614 9.23858 19.5 12 19.5C14.7614 19.5 17 17.2614 17 14.5V12.2617C16.9999 11.0127 15.9873 10.0001 14.7383 10H9.26172Z",fill:"currentColor"}),t.createElement("path",{d:"M18.9847 1.4329C18.9568 1.18651 18.7485 1.00025 18.5005 1C18.2525 0.999747 18.0438 1.18557 18.0154 1.43191C17.838 2.96993 16.9699 3.83801 15.4319 4.01541C15.1856 4.04382 14.9997 4.25253 15 4.5005C15.0003 4.74847 15.1865 4.9568 15.4329 4.9847C16.9491 5.15645 17.8774 6.01617 18.0141 7.55536C18.0365 7.80725 18.2477 8.00028 18.5005 8C18.7534 7.99971 18.9642 7.80621 18.986 7.55426C19.1173 6.03683 20.0368 5.11734 21.5543 4.98599C21.8062 4.96418 21.9997 4.75344 22 4.50055C22.0003 4.24766 21.8073 4.03648 21.5554 4.01411C20.0162 3.87738 19.1564 2.94911 18.9847 1.4329Z",fill:"currentColor"})),d=c;export{c 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRetouch: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"retouch, face, hair\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C13.2832 2 14.5064 2.25568 15.623 2.7168L15.584 2.72266C14.6807 2.82697 13.9991 3.59263 14 4.50195L14.0078 4.6709C14.0871 5.50418 14.7402 6.18209 15.5869 6.27832L15.752 6.30176C16.3566 6.4095 16.6632 6.75592 16.7178 7.37012L16.7412 7.54004C16.8974 8.37881 17.6327 9.00086 18.502 9L18.6738 8.99121C19.5232 8.90896 20.2072 8.23147 20.2822 7.36523L20.3008 7.21191C20.314 7.12835 20.3331 7.05101 20.3574 6.97949C21.0861 8.32376 21.5 9.86352 21.5 11.5V18.791C21.4998 20.0109 20.5109 20.9998 19.291 21H4.70898C3.48907 20.9998 2.50017 20.0109 2.5 18.791V11.5C2.5 6.25329 6.75329 2 12 2ZM9.26172 10C8.01265 10.0001 7.0001 11.0127 7 12.2617V14.5C7 17.2614 9.23858 19.5 12 19.5C14.7614 19.5 17 17.2614 17 14.5V12.2617C16.9999 11.0127 15.9873 10.0001 14.7383 10H9.26172Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.9847 1.4329C18.9568 1.18651 18.7485 1.00025 18.5005 1C18.2525 0.999747 18.0438 1.18557 18.0154 1.43191C17.838 2.96993 16.9699 3.83801 15.4319 4.01541C15.1856 4.04382 14.9997 4.25253 15 4.5005C15.0003 4.74847 15.1865 4.9568 15.4329 4.9847C16.9491 5.15645 17.8774 6.01617 18.0141 7.55536C18.0365 7.80725 18.2477 8.00028 18.5005 8C18.7534 7.99971 18.9642 7.80621 18.986 7.55426C19.1173 6.03683 20.0368 5.11734 21.5543 4.98599C21.8062 4.96418 21.9997 4.75344 22 4.50055C22.0003 4.24766 21.8073 4.03648 21.5554 4.01411C20.0162 3.87738 19.1564 2.94911 18.9847 1.4329Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRetouch;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+vBACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,wjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRetouch","props","React","CentralIconBase","IconRetouch_default"]}
|
package/README.md
CHANGED