@central-icons-react/square-filled-radius-0-stroke-1 1.1.53 → 1.1.54
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/IconVectorAnchorPointMirrored/index.d.ts +4 -0
- package/IconVectorAnchorPointMirrored/index.js +2 -0
- package/IconVectorAnchorPointMirrored/index.js.map +1 -0
- package/{IconVectorAnchorPointStraight1 → IconVectorAnchorPointMirrored}/index.mjs +1 -1
- package/IconVectorAnchorPointMirrored/index.mjs.map +1 -0
- package/README.md +1 -1
- package/icons/index.d.ts +1 -1
- 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 +3 -3
- package/index.d.ts +4 -4
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/IconVectorAnchorPointStraight1/index.d.ts +0 -4
- package/IconVectorAnchorPointStraight1/index.js +0 -2
- package/IconVectorAnchorPointStraight1/index.js.map +0 -1
- package/IconVectorAnchorPointStraight1/index.mjs.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!L.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=h(o,e))||l.enumerable});return r};var i=(r,o,t)=>(t=r!=null?u(g(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>C(p({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointMirrored:()=>c,default:()=>I});module.exports=B(P);var n=i(require("react"));var a=i(require("react")),s=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:m,...f})=>a.default.createElement("svg",{...f,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...m}},t&&!e&&a.default.createElement("title",null,t),r);var c=r=>n.default.createElement(s,{...r,ariaLabel:"vector-anchor-point-mirrored, mirror-angle"},n.default.createElement("path",{d:"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z",fill:"currentColor"}),n.default.createElement("path",{d:"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z",fill:"currentColor"})),I=c;0&&(module.exports={IconVectorAnchorPointMirrored});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointMirrored/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointMirrored: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-mirrored, mirror-angle\"\n >\n <path d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\" />\n <path\n d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointMirrored;\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,mCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEV,EAAAC,QAAA,cAAC,QAAK,EAAE,4CAA4C,KAAK,eAAe,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gXACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointMirrored_exports","__export","IconVectorAnchorPointMirrored","IconVectorAnchorPointMirrored_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointMirrored","props","React","CentralIconBase","IconVectorAnchorPointMirrored_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import l from"react";var p=({children:t,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:C,...i})=>l.createElement("svg",{...i,"aria-hidden":e,role:e?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:a,...C}},n&&!e&&l.createElement("title",null,n),t);var s=t=>o.createElement(p,{...t,ariaLabel:"vector-anchor-point-mirrored, mirror-angle"},o.createElement("path",{d:"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z",fill:"currentColor"}),o.createElement("path",{d:"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z",fill:"currentColor"}),o.createElement("path",{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z",fill:"currentColor"})),h=s;export{s as IconVectorAnchorPointMirrored,h as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointMirrored/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointMirrored: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-mirrored, mirror-angle\"\n >\n <path d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\" />\n <path\n d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointMirrored;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEVC,EAAA,cAAC,QAAK,EAAE,4CAA4C,KAAK,eAAe,EACxEA,EAAA,cAAC,QACC,EAAE,mDACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gXACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointMirrored","props","React","CentralIconBase","IconVectorAnchorPointMirrored_default"]}
|
package/README.md
CHANGED
|
@@ -686,8 +686,8 @@ Below is a complete list of available icons:
|
|
|
686
686
|
- IconVariables
|
|
687
687
|
- IconVectorAnchorPointAsymmetric
|
|
688
688
|
- IconVectorAnchorPointDisconnected
|
|
689
|
+
- IconVectorAnchorPointMirrored
|
|
689
690
|
- IconVectorAnchorPointStraight
|
|
690
|
-
- IconVectorAnchorPointStraight1
|
|
691
691
|
- IconVectorLogo
|
|
692
692
|
- IconWhiteboard
|
|
693
693
|
- IconWrite1
|
package/icons/index.d.ts
CHANGED
|
@@ -1532,8 +1532,8 @@ export type CentralIconName =
|
|
|
1532
1532
|
| "IconVault"
|
|
1533
1533
|
| "IconVectorAnchorPointAsymmetric"
|
|
1534
1534
|
| "IconVectorAnchorPointDisconnected"
|
|
1535
|
+
| "IconVectorAnchorPointMirrored"
|
|
1535
1536
|
| "IconVectorAnchorPointStraight"
|
|
1536
|
-
| "IconVectorAnchorPointStraight1"
|
|
1537
1537
|
| "IconVectorLogo"
|
|
1538
1538
|
| "IconVenmo"
|
|
1539
1539
|
| "IconVercel"
|