@pzh-ui/icons 0.0.92 → 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
|
|
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
|
-
...
|
|
6
|
-
},
|
|
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:
|
|
11
|
-
...
|
|
12
|
-
children:
|
|
13
|
-
d: "M256
|
|
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
|
|
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.
|
|
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",
|
|
@@ -30,15 +30,14 @@
|
|
|
30
30
|
"url": "https://github.com/Provincie-Zuid-Holland/pzh-ui/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"react": "^
|
|
34
|
-
"react-toastify": "^9.1.2"
|
|
33
|
+
"react": "^19.2.6"
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
37
36
|
"@babel/preset-env": "^7.16.11",
|
|
38
37
|
"@babel/preset-react": "^7.16.7",
|
|
39
38
|
"@babel/preset-typescript": "^7.16.7",
|
|
40
39
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
41
|
-
"@types/react": "^
|
|
40
|
+
"@types/react": "^19.2.14",
|
|
42
41
|
"@vitejs/plugin-react": "^5.0.2",
|
|
43
42
|
"babel-plugin-import": "^1.13.3",
|
|
44
43
|
"prettier": "2.8.8",
|
|
@@ -48,5 +47,5 @@
|
|
|
48
47
|
"typescript": "^5.4.5",
|
|
49
48
|
"vite": "^7.1.3"
|
|
50
49
|
},
|
|
51
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "87ffb8ec90ee4437bd51b6a6a2158430dfeb2e39"
|
|
52
51
|
}
|