@pzh-ui/icons 0.0.34 → 0.0.35
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,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var s=require("react/jsx-runtime"),c=require("react");const h=c.forwardRef(({size:e=14,...r},a)=>(e&&(r.width=e,r.height=e),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 640 512",ref:a,...r,children:s.jsx("path",{d:"M96 80a48 48 0 1196 0 48 48 0 11-96 0zm128 0a80 80 0 10-160 0 80 80 0 10160 0zm96 80a64 64 0 110 128 64 64 0 110-128zm0 160a96 96 0 100-192 96 96 0 100 192zm-58.7 64h117.4c54.2 0 98.4 42.5 101.2 96H160.1c2.8-53.5 47-96 101.2-96zm0-32C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.6c14.7 0 26.7-11.9 26.7-26.7 0-73.6-59.7-133.3-133.3-133.3H261.3zM512 32a48 48 0 110 96 48 48 0 110-96zm0 128a80 80 0 100-160 80 80 0 100 160zm16 64c44.2 0 80 35.8 80 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-61.9-50.1-112-112-112h-84c2.6 10.2 4 21 4 32h80zm-336 0c0-11 1.4-21.8 4-32h-84C50.1 192 0 242.1 0 304c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80h80z"})}))),t=h;t.displayName="Users";module.exports=t;
|
|
2
2
|
//# sourceMappingURL=Users.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Users.cjs.js","sources":["../../src/components/Users.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\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 640 512\"\n ref={svgRef}\n {...props}>\n <path d=\"
|
|
1
|
+
{"version":3,"file":"Users.cjs.js","sources":["../../src/components/Users.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\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 640 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M96 80a48 48 0 1196 0 48 48 0 11-96 0zm128 0a80 80 0 10-160 0 80 80 0 10160 0zm96 80a64 64 0 110 128 64 64 0 110-128zm0 160a96 96 0 100-192 96 96 0 100 192zm-58.7 64h117.4c54.2 0 98.4 42.5 101.2 96H160.1c2.8-53.5 47-96 101.2-96zm0-32C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.6c14.7 0 26.7-11.9 26.7-26.7 0-73.6-59.7-133.3-133.3-133.3H261.3zM512 32a48 48 0 110 96 48 48 0 110-96zm0 128a80 80 0 100-160 80 80 0 100 160zm16 64c44.2 0 80 35.8 80 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-61.9-50.1-112-112-112h-84c2.6 10.2 4 21 4 32h80zm-336 0c0-11 1.4-21.8 4-32h-84C50.1 192 0 242.1 0 304c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80h80z\" />\n </svg>\n )\n }\n)\nconst UsersIcon = SVGIcon\nUsersIcon.displayName = 'Users'\nexport default UsersIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","UsersIcon","displayName"],"mappings":"mEAKMA,KAAUC,GAAAA,EAAAA,WACZ,CAAC,CAAEC,KAAAA,EAAO,MAAOC,GAASC,QAEZC,GAAAA,MAAQH,EACdC,EAAMG,OAASJ,GAGfK,EAAAA,IACI,MAAA,CAAAC,MAAM,6BACNC,KAAK,eACLC,QAAQ,cACRC,IAAKP,KACDD,EACJS,SAAAL,EAAAA,IAAA,OAAA,CAAMM,EAAE,mpBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAYd,EAClBc,EAAUC,YAAc"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const o=forwardRef(({size:c=14,...r},a)=>(c&&(r.width=c,r.height=c),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 640 512",ref:a,...r,children:jsx("path",{d:"M96 80a48 48 0 1196 0 48 48 0 11-96 0zm128 0a80 80 0 10-160 0 80 80 0 10160 0zm96 80a64 64 0 110 128 64 64 0 110-128zm0 160a96 96 0 100-192 96 96 0 100 192zm-58.7 64h117.4c54.2 0 98.4 42.5 101.2 96H160.1c2.8-53.5 47-96 101.2-96zm0-32C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.6c14.7 0 26.7-11.9 26.7-26.7 0-73.6-59.7-133.3-133.3-133.3H261.3zM512 32a48 48 0 110 96 48 48 0 110-96zm0 128a80 80 0 100-160 80 80 0 100 160zm16 64c44.2 0 80 35.8 80 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-61.9-50.1-112-112-112h-84c2.6 10.2 4 21 4 32h80zm-336 0c0-11 1.4-21.8 4-32h-84C50.1 192 0 242.1 0 304c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80h80z"})}))),t=o;t.displayName="Users";
|
|
5
5
|
|
|
6
6
|
export { t as default };
|
|
7
7
|
//# sourceMappingURL=Users.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Users.es.js","sources":["../../src/components/Users.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\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 640 512\"\n ref={svgRef}\n {...props}>\n <path d=\"
|
|
1
|
+
{"version":3,"file":"Users.es.js","sources":["../../src/components/Users.tsx"],"sourcesContent":["import { SVGProps, forwardRef } from 'react'\n\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 640 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M96 80a48 48 0 1196 0 48 48 0 11-96 0zm128 0a80 80 0 10-160 0 80 80 0 10160 0zm96 80a64 64 0 110 128 64 64 0 110-128zm0 160a96 96 0 100-192 96 96 0 100 192zm-58.7 64h117.4c54.2 0 98.4 42.5 101.2 96H160.1c2.8-53.5 47-96 101.2-96zm0-32C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.6c14.7 0 26.7-11.9 26.7-26.7 0-73.6-59.7-133.3-133.3-133.3H261.3zM512 32a48 48 0 110 96 48 48 0 110-96zm0 128a80 80 0 100-160 80 80 0 100 160zm16 64c44.2 0 80 35.8 80 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-61.9-50.1-112-112-112h-84c2.6 10.2 4 21 4 32h80zm-336 0c0-11 1.4-21.8 4-32h-84C50.1 192 0 242.1 0 304c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80h80z\" />\n </svg>\n )\n }\n)\nconst UsersIcon = SVGIcon\nUsersIcon.displayName = 'Users'\nexport default UsersIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","UsersIcon","displayName"],"mappings":";;;AAKMA,MAAUC,CAAAA,CAAAA,UAAAA,CACZ,CAAC,CAAEC,IAAAA,CAAAA,CAAAA,CAAO,MAAOC,CAASC,CAAAA,CAAAA,CAAAA,QAEZC,CAAAA,CAAAA,KAAAA,CAAQH,EACdC,CAAMG,CAAAA,MAAAA,CAASJ,GAGfK,GACI,CAAA,KAAA,CAAA,CAAAC,KAAM,CAAA,4BAAA,CACNC,KAAK,cACLC,CAAAA,OAAAA,CAAQ,cACRC,GAAKP,CAAAA,CAAAA,CAAAA,GACDD,EACJS,QAAAL,CAAAA,GAAAA,CAAA,OAAA,CAAMM,CAAAA,CAAE,mpBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAYd,EAClBc,CAAAA,CAAUC,WAAc,CAAA,OAAA;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.35",
|
|
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",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"typescript": "^4.6.2",
|
|
50
50
|
"vite": "^2.8.6"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "a4d82001e62ab15f1eecd654a6f99761cec3e498"
|
|
53
53
|
}
|