@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 t=require("react/jsx-runtime"),h=require("react");const c=h.forwardRef(({size:e=14,...r},a)=>(e&&(r.width=e,r.height=e),t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 640 512",ref:a,...r,children:t.jsx("path",{d:"M144 160a80 80 0 100-160 80 80 0 100 160zm368 0a80 80 0 100-160 80 80 0 100 160zM0 298.7C0 310.4 9.6 320 21.3 320h214.1c-26.6-23.5-43.3-57.8-43.3-96 0-7.6.7-15 1.9-22.3-13.6-6.3-28.7-9.7-44.6-9.7h-42.7C47.8 192 0 239.8 0 298.7zM405.3 320h213.4c11.8 0 21.3-9.6 21.3-21.3 0-58.9-47.8-106.7-106.7-106.7h-42.6c-15.9 0-31 3.5-44.6 9.7 1.3 7.2 1.9 14.7 1.9 22.3 0 38.2-16.8 72.5-43.3 96h.7zM320 176a48 48 0 110 96 48 48 0 110-96zm0 144a96 96 0 100-192 96 96 0 100 192zm-58.7 80h117.4c39.8 0 73.2 27.2 82.6 64H178.7c9.5-36.8 42.9-64 82.6-64zm0-48C187.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.3z"})}))),s=c;s.displayName="Users";module.exports=s;
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=\"M144 160a80 80 0 100-160 80 80 0 100 160zm368 0a80 80 0 100-160 80 80 0 100 160zM0 298.7C0 310.4 9.6 320 21.3 320h214.1c-26.6-23.5-43.3-57.8-43.3-96 0-7.6.7-15 1.9-22.3-13.6-6.3-28.7-9.7-44.6-9.7h-42.7C47.8 192 0 239.8 0 298.7zM405.3 320h213.4c11.8 0 21.3-9.6 21.3-21.3 0-58.9-47.8-106.7-106.7-106.7h-42.6c-15.9 0-31 3.5-44.6 9.7 1.3 7.2 1.9 14.7 1.9 22.3 0 38.2-16.8 72.5-43.3 96h.7zM320 176a48 48 0 110 96 48 48 0 110-96zm0 144a96 96 0 100-192 96 96 0 100 192zm-58.7 80h117.4c39.8 0 73.2 27.2 82.6 64H178.7c9.5-36.8 42.9-64 82.6-64zm0-48C187.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.3z\" />\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,4pBAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAYd,EAClBc,EAAUC,YAAc"}
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 e=forwardRef(({size:r=14,...c},o)=>(r&&(c.width=r,c.height=r),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 640 512",ref:o,...c,children:jsx("path",{d:"M144 160a80 80 0 100-160 80 80 0 100 160zm368 0a80 80 0 100-160 80 80 0 100 160zM0 298.7C0 310.4 9.6 320 21.3 320h214.1c-26.6-23.5-43.3-57.8-43.3-96 0-7.6.7-15 1.9-22.3-13.6-6.3-28.7-9.7-44.6-9.7h-42.7C47.8 192 0 239.8 0 298.7zM405.3 320h213.4c11.8 0 21.3-9.6 21.3-21.3 0-58.9-47.8-106.7-106.7-106.7h-42.6c-15.9 0-31 3.5-44.6 9.7 1.3 7.2 1.9 14.7 1.9 22.3 0 38.2-16.8 72.5-43.3 96h.7zM320 176a48 48 0 110 96 48 48 0 110-96zm0 144a96 96 0 100-192 96 96 0 100 192zm-58.7 80h117.4c39.8 0 73.2 27.2 82.6 64H178.7c9.5-36.8 42.9-64 82.6-64zm0-48C187.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.3z"})}))),t=e;t.displayName="Users";
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=\"M144 160a80 80 0 100-160 80 80 0 100 160zm368 0a80 80 0 100-160 80 80 0 100 160zM0 298.7C0 310.4 9.6 320 21.3 320h214.1c-26.6-23.5-43.3-57.8-43.3-96 0-7.6.7-15 1.9-22.3-13.6-6.3-28.7-9.7-44.6-9.7h-42.7C47.8 192 0 239.8 0 298.7zM405.3 320h213.4c11.8 0 21.3-9.6 21.3-21.3 0-58.9-47.8-106.7-106.7-106.7h-42.6c-15.9 0-31 3.5-44.6 9.7 1.3 7.2 1.9 14.7 1.9 22.3 0 38.2-16.8 72.5-43.3 96h.7zM320 176a48 48 0 110 96 48 48 0 110-96zm0 144a96 96 0 100-192 96 96 0 100 192zm-58.7 80h117.4c39.8 0 73.2 27.2 82.6 64H178.7c9.5-36.8 42.9-64 82.6-64zm0-48C187.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.3z\" />\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,4pBAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAYd,EAClBc,CAAAA,CAAUC,WAAc,CAAA,OAAA;;;;"}
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.34",
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": "b9e01e1bba656da22b28a49b34bc7ecbc5cb0281"
52
+ "gitHead": "a4d82001e62ab15f1eecd654a6f99761cec3e498"
53
53
  }