@pzh-ui/icons 0.0.95 → 0.0.96

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.
@@ -1,16 +1,16 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import { forwardRef as h } from "react";
3
3
  const e = /* @__PURE__ */ h(({
4
4
  size: r = 14,
5
- ...c
6
- }, t) => (r && (c.width = r, c.height = r), o("svg", {
5
+ ...o
6
+ }, c) => (r && (o.width = r, o.height = r), t("svg", {
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "currentColor",
9
9
  viewBox: "0 0 512 512",
10
- ref: t,
11
- ...c,
12
- children: o("path", {
13
- d: "M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208-93.3 208-208 208zm40-128h-16v-88c0-13.2-10.7-24-24-24h-32c-13.2 0-24 10.8-24 24s10.8 24 24 24h8v64h-16c-13.2 0-24 10.8-24 24s10.8 24 24 24h80c13.25 0 24-10.75 24-24s-10.7-24-24-24zm-40-144c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.3-32 32 14.3 32 32 32z"
10
+ ref: c,
11
+ ...o,
12
+ children: t("path", {
13
+ d: "M256 32a224 224 0 110 448 224 224 0 110-448zm0 480a256 256 0 100-512 256 256 0 100 512zm-48-160c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32V240c0-8.8-7.2-16-16-16h-40c-8.8 0-16 7.2-16 16s7.2 16 16 16h24v96h-32zm48-168a24 24 0 100-48 24 24 0 100 48z"
14
14
  })
15
15
  }))), f = e;
16
16
  f.displayName = "CircleInfo";
@@ -1 +1 @@
1
- {"version":3,"file":"CircleInfo.js","sources":["../../src/components/CircleInfo.tsx"],"sourcesContent":["import { forwardRef, SVGProps } from 'react'\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208-93.3 208-208 208zm40-128h-16v-88c0-13.2-10.7-24-24-24h-32c-13.2 0-24 10.8-24 24s10.8 24 24 24h8v64h-16c-13.2 0-24 10.8-24 24s10.8 24 24 24h80c13.25 0 24-10.75 24-24s-10.7-24-24-24zm-40-144c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.3-32 32 14.3 32 32 32z\" />\n </svg>\n )\n }\n)\nconst CircleInfoIcon = SVGIcon\nCircleInfoIcon.displayName = 'CircleInfo'\nexport default CircleInfoIcon\n"],"names":["SVGIcon","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CircleInfoIcon","displayName"],"mappings":";;AAIA,MAAMA,sBACF,CAAC;AAAA,EAAEC,MAAAA,IAAO;AAAA,EAAI,GAAGC;AAAK,GAAIC,OAClBF,MACAC,EAAME,QAAQH,GACdC,EAAMG,SAASJ,IAGfK,EAAA,OAAA;AAAA,EACIC,OAAM;AAAA,EACNC,MAAK;AAAA,EACLC,SAAQ;AAAA,EACRC,KAAKP;AAAAA,EAAM,GACPD;AAAAA,EAAKS,UACTL,EAAA,QAAA;AAAA,IAAMM,GAAE;AAAA,EAAA,CAAqZ;AAAA,CAAG,EAG3a,GAECC,IAAiBb;AACvBa,EAAeC,cAAc;"}
1
+ {"version":3,"file":"CircleInfo.js","sources":["../../src/components/CircleInfo.tsx"],"sourcesContent":["import { forwardRef, SVGProps } from 'react'\ninterface CustomIconProps extends SVGProps<SVGSVGElement> {\n size?: number\n}\nconst SVGIcon = forwardRef<SVGSVGElement, CustomIconProps>(\n ({ size = 14, ...props }, svgRef) => {\n if (size) {\n props.width = size\n props.height = size\n }\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"currentColor\"\n viewBox=\"0 0 512 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M256 32a224 224 0 110 448 224 224 0 110-448zm0 480a256 256 0 100-512 256 256 0 100 512zm-48-160c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32V240c0-8.8-7.2-16-16-16h-40c-8.8 0-16 7.2-16 16s7.2 16 16 16h24v96h-32zm48-168a24 24 0 100-48 24 24 0 100 48z\" />\n </svg>\n )\n }\n)\nconst CircleInfoIcon = SVGIcon\nCircleInfoIcon.displayName = 'CircleInfo'\nexport default CircleInfoIcon\n"],"names":["SVGIcon","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","CircleInfoIcon","displayName"],"mappings":";;AAIA,MAAMA,sBACF,CAAC;AAAA,EAAEC,MAAAA,IAAO;AAAA,EAAI,GAAGC;AAAK,GAAIC,OAClBF,MACAC,EAAME,QAAQH,GACdC,EAAMG,SAASJ,IAGfK,EAAA,OAAA;AAAA,EACIC,OAAM;AAAA,EACNC,MAAK;AAAA,EACLC,SAAQ;AAAA,EACRC,KAAKP;AAAAA,EAAM,GACPD;AAAAA,EAAKS,UACTL,EAAA,QAAA;AAAA,IAAMM,GAAE;AAAA,EAAA,CAAuR;AAAA,CAAG,EAG7S,GAECC,IAAiBb;AACvBa,EAAeC,cAAc;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/icons",
3
- "version": "0.0.95",
3
+ "version": "0.0.96",
4
4
  "description": "Contains icons to use in Provincie Zuid-Holland projects.",
5
5
  "homepage": "https://github.com/Provincie-Zuid-Holland/pzh-ui#readme",
6
6
  "license": "ISC",
@@ -47,5 +47,5 @@
47
47
  "typescript": "^5.4.5",
48
48
  "vite": "^7.1.3"
49
49
  },
50
- "gitHead": "93716b01819020ca3b2a38ac4d8d35feab07cfb5"
50
+ "gitHead": "87ffb8ec90ee4437bd51b6a6a2158430dfeb2e39"
51
51
  }