@pzh-ui/icons 0.0.37 → 0.0.38
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 s=require("react/jsx-runtime"),c=require("react");const
|
|
1
|
+
"use strict";var s=require("react/jsx-runtime"),c=require("react");const a=c.forwardRef(({size:e=14,...r},i)=>(e&&(r.width=e,r.height=e),s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 320 512",ref:i,...r,children:s.jsx("path",{d:"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z"})}))),t=a;t.displayName="AngleRight";module.exports=t;
|
|
2
2
|
//# sourceMappingURL=AngleRight.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AngleRight.cjs.js","sources":["../../src/components/AngleRight.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
|
|
1
|
+
{"version":3,"file":"AngleRight.cjs.js","sources":["../../src/components/AngleRight.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 320 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z\" />\n </svg>\n )\n }\n)\nconst AngleRightIcon = SVGIcon\nAngleRightIcon.displayName = 'AngleRight'\nexport default AngleRightIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleRightIcon","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,qJAAR,CAAA,CALA,CAAA,EARU,EAkBpBC,EAAiBd,EACvBc,EAAeC,YAAc"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
|
-
const c=forwardRef(({size:t=14,...r},
|
|
4
|
+
const c=forwardRef(({size:t=14,...r},l)=>(t&&(r.width=t,r.height=t),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 320 512",ref:l,...r,children:jsx("path",{d:"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z"})}))),e=c;e.displayName="AngleRight";
|
|
5
5
|
|
|
6
|
-
export {
|
|
6
|
+
export { e as default };
|
|
7
7
|
//# sourceMappingURL=AngleRight.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AngleRight.es.js","sources":["../../src/components/AngleRight.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
|
|
1
|
+
{"version":3,"file":"AngleRight.es.js","sources":["../../src/components/AngleRight.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 320 512\"\n ref={svgRef}\n {...props}>\n <path d=\"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z\" />\n </svg>\n )\n }\n)\nconst AngleRightIcon = SVGIcon\nAngleRightIcon.displayName = 'AngleRight'\nexport default AngleRightIcon\n"],"names":["SVGIcon","forwardRef","size","props","svgRef","width","height","_jsx","xmlns","fill","viewBox","ref","children","d","AngleRightIcon","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,qJAAR,CAAA,CALA,CAAA,CARU,CAAA,CAAA,CAkBpBC,EAAiBd,EACvBc,CAAAA,CAAeC,WAAc,CAAA,YAAA;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.38",
|
|
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": "d9d1f1800e8047ec3889a4ac97a2e574a0eedbb5"
|
|
53
53
|
}
|