@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.52 → 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/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react/square-filled-radius-0-stroke-1.5",
21
- version: "1.1.52",
21
+ version: "1.1.54",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react/square-filled-radius-0-stroke-1.5",
3
- "version": "1.1.52",
3
+ "version": "1.1.54",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconVectorAnchorPointStraight1: React.FC<CentralIconBaseProps>;
4
- export default IconVectorAnchorPointStraight1;
@@ -1,2 +0,0 @@
1
- "use strict";var h=Object.create;var l=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,t)=>{for(var o in t)l(r,o,{get:t[o],enumerable:!0})},a=(r,t,o,C)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of u(t))!x.call(r,e)&&e!==o&&l(r,e,{get:()=>t[e],enumerable:!(C=g(t,e))||C.enumerable});return r};var i=(r,t,o)=>(o=r!=null?h(L(r)):{},a(t||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),I=r=>a(l({},"__esModule",{value:!0}),r);var P={};B(P,{IconVectorAnchorPointStraight1:()=>c,default:()=>d});module.exports=I(P);var n=i(require("react"));var p=i(require("react")),s=({children:r,size:t=24,ariaLabel:o,color:C,ariaHidden:e=!0,style:m,...f})=>p.default.createElement("svg",{...f,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...m}},o&&!e&&p.default.createElement("title",null,o),r);var c=r=>n.default.createElement(s,{...r,ariaLabel:"vector-anchor-point-straight, mirror-angle"},n.default.createElement("path",{d:"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z",fill:"currentColor"}),n.default.createElement("path",{d:"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z",fill:"currentColor"})),d=c;0&&(module.exports={IconVectorAnchorPointStraight1});
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight1: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, mirror-angle\"\n >\n <path\n d=\"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,oCAAAE,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,QACC,EAAE,6DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uwBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight1_exports","__export","IconVectorAnchorPointStraight1","IconVectorAnchorPointStraight1_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight1: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, mirror-angle\"\n >\n <path\n d=\"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,QACC,EAAE,6DACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iEACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,uwBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}