@helsenorge/designsystem-react 15.7.0 → 15.7.1

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.
package/lib/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [15.7.1](https://github.com/helsenorge/designsystem/compare/v15.7.0...v15.7.1) (2026-08-20)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fjernet svg wrapper rundt ikon ([1ae60d4](https://github.com/helsenorge/designsystem/commit/1ae60d4ad62a90ebfff4f956c956ce46c76aee9c)), closes [#383478](https://github.com/helsenorge/designsystem/issues/383478)
6
+
1
7
  ## [15.7.0](https://github.com/helsenorge/designsystem/compare/v15.6.0...v15.7.0) (2026-08-19)
2
8
 
3
9
  ### Features
package/lib/LazyIcon.js CHANGED
@@ -161,12 +161,12 @@ var LazyIcon = ({ iconName, size = IconSize.Small, ...rest }) => {
161
161
  "../Icons/HandWaving.tsx": () => import("./components/Icons/HandWaving.js"),
162
162
  "../Icons/HandWithDisease.tsx": () => import("./components/Icons/HandWithDisease.js"),
163
163
  "../Icons/HandsAndHeart.tsx": () => import("./components/Icons/HandsAndHeart.js"),
164
- "../Icons/HealthCarePersonnelSecurity.tsx": () => import("./components/Icons/HealthCarePersonnelSecurity.js"),
165
164
  "../Icons/HealthClinic.tsx": () => import("./components/Icons/HealthClinic.js"),
166
165
  "../Icons/HealthMeasurements.tsx": () => import("./components/Icons/HealthMeasurements.js"),
167
166
  "../Icons/HealthWarning.tsx": () => import("./components/Icons/HealthWarning.js"),
168
167
  "../Icons/HealthcarePerson.tsx": () => import("./components/Icons/HealthcarePerson.js"),
169
168
  "../Icons/HealthcarePersonell.tsx": () => import("./components/Icons/HealthcarePersonell.js"),
169
+ "../Icons/HealthcarePersonnelSecurity.tsx": () => import("./components/Icons/HealthcarePersonnelSecurity.js"),
170
170
  "../Icons/HearingProtection.tsx": () => import("./components/Icons/HearingProtection.js"),
171
171
  "../Icons/Heart.tsx": () => import("./components/Icons/Heart.js"),
172
172
  "../Icons/HeartHands.tsx": () => import("./components/Icons/HeartHands.js"),
@@ -1 +1 @@
1
- {"version":3,"file":"LazyIcon.js","names":[],"sources":["../src/components/LazyIcon/LazyIcon.tsx","../src/components/LazyIcon/utils.ts","../src/components/LazyIcon/index.ts"],"sourcesContent":["import { lazy, Suspense, useMemo } from 'react';\n\nimport type { BaseIconProps, SvgIcon } from '../Icon';\nimport type { IconName } from '../Icons/IconNames';\n\nimport ErrorBoundary from './ErrorBoundary';\nimport { useIsServerSide } from '../../hooks/useIsServerSide';\nimport Icon, { IconSize } from '../Icon';\n\nexport interface LazyIconProps extends BaseIconProps {\n // Navnet på ikonet som skal vises. Tilsvarer filnavnet til ikonet i Icons-mappen\n iconName: IconName;\n}\n\nexport const LazyIcon: React.FC<LazyIconProps> = ({ iconName, size = IconSize.Small, ...rest }) => {\n const lazyLoadIcon = (iconName: IconName): React.LazyExoticComponent<SvgIcon> => lazy<SvgIcon>(() => import(`../Icons/${iconName}.tsx`));\n\n const icon = useMemo(() => lazyLoadIcon(iconName), [iconName]);\n const isServerSide = useIsServerSide();\n\n if (isServerSide) {\n return null;\n }\n\n const fallback = (\n <svg\n data-testid={'fallback'}\n role={'presentation'}\n focusable={false}\n aria-hidden={true}\n viewBox=\"0 0 48 48\"\n style={{ minWidth: size, minHeight: size }}\n width={size}\n height={size}\n />\n );\n\n return (\n <ErrorBoundary fallback={fallback} reset={iconName}>\n <Suspense fallback={fallback}>\n <Icon svgIcon={icon} size={size} {...rest} />\n </Suspense>\n </ErrorBoundary>\n );\n};\n\nexport default LazyIcon;\n","/** @deprecated Use the useIsServerSide hook instead */\nexport const isServerSide = (): boolean => typeof document === 'undefined';\n","import LazyIcon from './LazyIcon';\nexport * from './LazyIcon';\nexport * from './utils';\nexport default LazyIcon;\n"],"mappings":"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"}
1
+ {"version":3,"file":"LazyIcon.js","names":[],"sources":["../src/components/LazyIcon/LazyIcon.tsx","../src/components/LazyIcon/utils.ts","../src/components/LazyIcon/index.ts"],"sourcesContent":["import { lazy, Suspense, useMemo } from 'react';\n\nimport type { BaseIconProps, SvgIcon } from '../Icon';\nimport type { IconName } from '../Icons/IconNames';\n\nimport ErrorBoundary from './ErrorBoundary';\nimport { useIsServerSide } from '../../hooks/useIsServerSide';\nimport Icon, { IconSize } from '../Icon';\n\nexport interface LazyIconProps extends BaseIconProps {\n // Navnet på ikonet som skal vises. Tilsvarer filnavnet til ikonet i Icons-mappen\n iconName: IconName;\n}\n\nexport const LazyIcon: React.FC<LazyIconProps> = ({ iconName, size = IconSize.Small, ...rest }) => {\n const lazyLoadIcon = (iconName: IconName): React.LazyExoticComponent<SvgIcon> => lazy<SvgIcon>(() => import(`../Icons/${iconName}.tsx`));\n\n const icon = useMemo(() => lazyLoadIcon(iconName), [iconName]);\n const isServerSide = useIsServerSide();\n\n if (isServerSide) {\n return null;\n }\n\n const fallback = (\n <svg\n data-testid={'fallback'}\n role={'presentation'}\n focusable={false}\n aria-hidden={true}\n viewBox=\"0 0 48 48\"\n style={{ minWidth: size, minHeight: size }}\n width={size}\n height={size}\n />\n );\n\n return (\n <ErrorBoundary fallback={fallback} reset={iconName}>\n <Suspense fallback={fallback}>\n <Icon svgIcon={icon} size={size} {...rest} />\n </Suspense>\n </ErrorBoundary>\n );\n};\n\nexport default LazyIcon;\n","/** @deprecated Use the useIsServerSide hook instead */\nexport const isServerSide = (): boolean => typeof document === 'undefined';\n","import LazyIcon from './LazyIcon';\nexport * from './LazyIcon';\nexport * from './utils';\nexport default LazyIcon;\n"],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import { SvgPathProps } from '../Icon';
2
+ declare const HealthcarePersonnelSecurity: React.FC<SvgPathProps>;
3
+ export default HealthcarePersonnelSecurity;
@@ -0,0 +1,49 @@
1
+ import { t as getIcon } from "../../utils.js";
2
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/components/Icons/HealthcarePersonnelSecurity.tsx
4
+ var HealthcarePersonnelSecurity = ({ size, isHovered }) => {
5
+ return getIcon({
6
+ size,
7
+ isHovered,
8
+ normal: /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("path", {
9
+ "fill-rule": "evenodd",
10
+ "clip-rule": "evenodd",
11
+ d: "M25.865 16.442h-2.77v4.44a4.029 4.029 0 0 0 8.057 0v-4.44h-2.77v-1.856h1.301v.556h2.77v5.74a5.329 5.329 0 0 1-4.678 5.288v3.91c0 3.485-3.016 6.236-6.639 6.236-3.622 0-6.637-2.75-6.637-6.237v-5.418a2.413 2.413 0 1 1 3.063-2.323 2.412 2.412 0 0 1-1.764 2.322v5.42c0 2.684 2.347 4.936 5.338 4.936s5.338-2.252 5.338-4.937v-3.91a5.329 5.329 0 0 1-4.679-5.287v-5.74h2.77v-.556h1.3v1.856Zm-10.717 4.782a1.115 1.115 0 1 0 0 2.23 1.115 1.115 0 0 0 0-2.23Z"
12
+ }), /* @__PURE__ */ jsx("path", {
13
+ "fill-rule": "evenodd",
14
+ "clip-rule": "evenodd",
15
+ d: "M24.33 6.043c3.87 2.347 10.478 5.469 14.83 6.586l.414.102.473.11.027.487c.059 1.058.7 6.983-.96 13.43-1.664 6.47-5.664 13.536-14.906 16.762l-.214.074-.214-.075c-9.243-3.225-13.24-10.292-14.9-16.761-1.654-6.448-1.01-12.373-.95-13.43l.027-.486.473-.11c4.337-1.017 11.233-4.266 15.227-6.689l.337-.205.337.205Zm-.336 1.31c-3.955 2.352-10.401 5.392-14.801 6.528-.132 1.801-.486 6.975.946 12.554 1.577 6.143 5.3 12.706 13.855 15.778 8.553-3.072 12.281-9.635 13.862-15.778 1.435-5.58 1.084-10.753.953-12.554-4.4-1.136-10.86-4.176-14.815-6.527Z"
16
+ })] }),
17
+ normalHover: /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M25.865 16.442h-2.77v4.44a4.029 4.029 0 0 0 8.057 0v-4.44h-2.77v-1.856h1.301v.556h2.77v5.74a5.329 5.329 0 0 1-4.678 5.288v4.817a5.33 5.33 0 0 1-10.657 0v-4.222a2.413 2.413 0 1 1 1.3 0v4.222a4.029 4.029 0 0 0 8.056 0V26.17a5.329 5.329 0 0 1-4.679-5.288v-5.74h2.77v-.556h1.3v1.856Zm-8.098 6.885a1.115 1.115 0 1 0 .001 2.23 1.115 1.115 0 0 0 0-2.23Z"
21
+ }), /* @__PURE__ */ jsx("path", {
22
+ "fill-rule": "evenodd",
23
+ "clip-rule": "evenodd",
24
+ d: "M24.33 6.043c3.87 2.347 10.478 5.469 14.83 6.586l.414.102.473.11.027.487c.059 1.058.7 6.983-.96 13.43-1.664 6.47-5.664 13.536-14.906 16.762l-.214.074-.214-.075c-9.243-3.225-13.24-10.292-14.9-16.761-1.654-6.448-1.01-12.373-.95-13.43l.027-.486.473-.11c4.337-1.017 11.233-4.266 15.227-6.689l.337-.205.337.205Zm-.336 1.31c-3.955 2.352-10.401 5.392-14.801 6.528-.132 1.801-.486 6.975.946 12.554 1.577 6.143 5.3 12.706 13.855 15.778 8.553-3.072 12.281-9.635 13.862-15.778 1.435-5.58 1.084-10.753.953-12.554-4.4-1.136-10.86-4.176-14.815-6.527Z"
25
+ })] }),
26
+ xSmall: /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("path", {
27
+ "fill-rule": "evenodd",
28
+ "clip-rule": "evenodd",
29
+ d: "M26.005 16.582h-2.77v4.3a3.89 3.89 0 0 0 7.778 0v-4.3h-2.77v-1.995h1.58v.416h2.769v5.88a5.469 5.469 0 0 1-4.678 5.41v3.916a6.247 6.247 0 0 1-12.493 0v-6.886a2.412 2.412 0 0 1 .79-4.692 2.411 2.411 0 0 1 .79 4.692v6.886a4.668 4.668 0 0 0 9.334 0v-3.916a5.469 5.469 0 0 1-4.679-5.41v-5.88h2.77v-.415h1.579v1.994ZM16.21 20.21a.836.836 0 1 0 0 1.671.836.836 0 0 0 0-1.671Z"
30
+ }), /* @__PURE__ */ jsx("path", {
31
+ "fill-rule": "evenodd",
32
+ "clip-rule": "evenodd",
33
+ d: "M24.403 5.923c3.738 2.267 10.035 5.258 14.364 6.456l.839.215.575.136.033.59c.058 1.052.702 7-.964 13.472-1.672 6.499-5.696 13.612-14.996 16.858l-.26.091-.26-.091c-9.3-3.246-13.321-10.36-14.99-16.858-1.66-6.472-1.013-12.421-.954-13.473l.033-.59.575-.135c4.316-1.012 11.2-4.252 15.186-6.671l.41-.25.41.25Zm-.41 1.591c-3.938 2.332-10.28 5.319-14.669 6.471-.136 1.884-.451 6.954.95 12.414 1.567 6.103 5.256 12.606 13.72 15.665 8.463-3.06 12.157-9.562 13.727-15.665 1.405-5.46 1.092-10.53.956-12.414-4.39-1.153-10.747-4.14-14.684-6.47Z"
34
+ })] }),
35
+ xSmallHover: /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("path", {
36
+ "fill-rule": "evenodd",
37
+ "clip-rule": "evenodd",
38
+ d: "M26.005 16.582h-2.77v4.3a3.89 3.89 0 0 0 7.778 0v-4.3h-2.77v-1.995h1.58v.416h2.769v5.88a5.469 5.469 0 0 1-4.678 5.41v4.695a5.469 5.469 0 0 1-10.935 0v-4.266a2.413 2.413 0 0 1 .789-4.694 2.415 2.415 0 0 1 .79 4.694v4.266a3.89 3.89 0 1 0 7.777 0v-4.695a5.469 5.469 0 0 1-4.679-5.41v-5.88h2.77v-.415h1.579v1.994Zm-8.237 7.025a.836.836 0 1 0 .001 1.671.836.836 0 0 0-.001-1.67Z"
39
+ }), /* @__PURE__ */ jsx("path", {
40
+ "fill-rule": "evenodd",
41
+ "clip-rule": "evenodd",
42
+ d: "M24.403 5.923c3.738 2.267 10.035 5.258 14.364 6.456l.839.215.575.136.033.59c.058 1.052.702 7-.964 13.472-1.672 6.499-5.696 13.612-14.996 16.858l-.26.091-.26-.091c-9.3-3.246-13.321-10.36-14.99-16.858-1.66-6.472-1.013-12.421-.954-13.473l.033-.59.575-.135c4.316-1.012 11.2-4.252 15.186-6.671l.41-.25.41.25Zm-.41 1.591c-3.938 2.332-10.28 5.319-14.669 6.471-.136 1.884-.451 6.954.95 12.414 1.567 6.103 5.256 12.606 13.72 15.665 8.463-3.06 12.157-9.562 13.727-15.665 1.405-5.46 1.092-10.53.956-12.414-4.39-1.153-10.747-4.14-14.684-6.47Z"
43
+ })] })
44
+ });
45
+ };
46
+ //#endregion
47
+ export { HealthcarePersonnelSecurity as default };
48
+
49
+ //# sourceMappingURL=HealthcarePersonnelSecurity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HealthcarePersonnelSecurity.js","names":[],"sources":["../../../src/components/Icons/HealthcarePersonnelSecurity.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst HealthcarePersonnelSecurity: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const small = (\n <>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M25.865 16.442h-2.77v4.44a4.029 4.029 0 0 0 8.057 0v-4.44h-2.77v-1.856h1.301v.556h2.77v5.74a5.329 5.329 0 0 1-4.678 5.288v3.91c0 3.485-3.016 6.236-6.639 6.236-3.622 0-6.637-2.75-6.637-6.237v-5.418a2.413 2.413 0 1 1 3.063-2.323 2.412 2.412 0 0 1-1.764 2.322v5.42c0 2.684 2.347 4.936 5.338 4.936s5.338-2.252 5.338-4.937v-3.91a5.329 5.329 0 0 1-4.679-5.287v-5.74h2.77v-.556h1.3v1.856Zm-10.717 4.782a1.115 1.115 0 1 0 0 2.23 1.115 1.115 0 0 0 0-2.23Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M24.33 6.043c3.87 2.347 10.478 5.469 14.83 6.586l.414.102.473.11.027.487c.059 1.058.7 6.983-.96 13.43-1.664 6.47-5.664 13.536-14.906 16.762l-.214.074-.214-.075c-9.243-3.225-13.24-10.292-14.9-16.761-1.654-6.448-1.01-12.373-.95-13.43l.027-.486.473-.11c4.337-1.017 11.233-4.266 15.227-6.689l.337-.205.337.205Zm-.336 1.31c-3.955 2.352-10.401 5.392-14.801 6.528-.132 1.801-.486 6.975.946 12.554 1.577 6.143 5.3 12.706 13.855 15.778 8.553-3.072 12.281-9.635 13.862-15.778 1.435-5.58 1.084-10.753.953-12.554-4.4-1.136-10.86-4.176-14.815-6.527Z\"\n />\n </>\n );\n\n const smallHover = (\n <>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M25.865 16.442h-2.77v4.44a4.029 4.029 0 0 0 8.057 0v-4.44h-2.77v-1.856h1.301v.556h2.77v5.74a5.329 5.329 0 0 1-4.678 5.288v4.817a5.33 5.33 0 0 1-10.657 0v-4.222a2.413 2.413 0 1 1 1.3 0v4.222a4.029 4.029 0 0 0 8.056 0V26.17a5.329 5.329 0 0 1-4.679-5.288v-5.74h2.77v-.556h1.3v1.856Zm-8.098 6.885a1.115 1.115 0 1 0 .001 2.23 1.115 1.115 0 0 0 0-2.23Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M24.33 6.043c3.87 2.347 10.478 5.469 14.83 6.586l.414.102.473.11.027.487c.059 1.058.7 6.983-.96 13.43-1.664 6.47-5.664 13.536-14.906 16.762l-.214.074-.214-.075c-9.243-3.225-13.24-10.292-14.9-16.761-1.654-6.448-1.01-12.373-.95-13.43l.027-.486.473-.11c4.337-1.017 11.233-4.266 15.227-6.689l.337-.205.337.205Zm-.336 1.31c-3.955 2.352-10.401 5.392-14.801 6.528-.132 1.801-.486 6.975.946 12.554 1.577 6.143 5.3 12.706 13.855 15.778 8.553-3.072 12.281-9.635 13.862-15.778 1.435-5.58 1.084-10.753.953-12.554-4.4-1.136-10.86-4.176-14.815-6.527Z\"\n />\n </>\n );\n\n const xSmall = (\n <>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M26.005 16.582h-2.77v4.3a3.89 3.89 0 0 0 7.778 0v-4.3h-2.77v-1.995h1.58v.416h2.769v5.88a5.469 5.469 0 0 1-4.678 5.41v3.916a6.247 6.247 0 0 1-12.493 0v-6.886a2.412 2.412 0 0 1 .79-4.692 2.411 2.411 0 0 1 .79 4.692v6.886a4.668 4.668 0 0 0 9.334 0v-3.916a5.469 5.469 0 0 1-4.679-5.41v-5.88h2.77v-.415h1.579v1.994ZM16.21 20.21a.836.836 0 1 0 0 1.671.836.836 0 0 0 0-1.671Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M24.403 5.923c3.738 2.267 10.035 5.258 14.364 6.456l.839.215.575.136.033.59c.058 1.052.702 7-.964 13.472-1.672 6.499-5.696 13.612-14.996 16.858l-.26.091-.26-.091c-9.3-3.246-13.321-10.36-14.99-16.858-1.66-6.472-1.013-12.421-.954-13.473l.033-.59.575-.135c4.316-1.012 11.2-4.252 15.186-6.671l.41-.25.41.25Zm-.41 1.591c-3.938 2.332-10.28 5.319-14.669 6.471-.136 1.884-.451 6.954.95 12.414 1.567 6.103 5.256 12.606 13.72 15.665 8.463-3.06 12.157-9.562 13.727-15.665 1.405-5.46 1.092-10.53.956-12.414-4.39-1.153-10.747-4.14-14.684-6.47Z\"\n />\n </>\n );\n\n const xSmallHover = (\n <>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M26.005 16.582h-2.77v4.3a3.89 3.89 0 0 0 7.778 0v-4.3h-2.77v-1.995h1.58v.416h2.769v5.88a5.469 5.469 0 0 1-4.678 5.41v4.695a5.469 5.469 0 0 1-10.935 0v-4.266a2.413 2.413 0 0 1 .789-4.694 2.415 2.415 0 0 1 .79 4.694v4.266a3.89 3.89 0 1 0 7.777 0v-4.695a5.469 5.469 0 0 1-4.679-5.41v-5.88h2.77v-.415h1.579v1.994Zm-8.237 7.025a.836.836 0 1 0 .001 1.671.836.836 0 0 0-.001-1.67Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M24.403 5.923c3.738 2.267 10.035 5.258 14.364 6.456l.839.215.575.136.033.59c.058 1.052.702 7-.964 13.472-1.672 6.499-5.696 13.612-14.996 16.858l-.26.091-.26-.091c-9.3-3.246-13.321-10.36-14.99-16.858-1.66-6.472-1.013-12.421-.954-13.473l.033-.59.575-.135c4.316-1.012 11.2-4.252 15.186-6.671l.41-.25.41.25Zm-.41 1.591c-3.938 2.332-10.28 5.319-14.669 6.471-.136 1.884-.451 6.954.95 12.414 1.567 6.103 5.256 12.606 13.72 15.665 8.463-3.06 12.157-9.562 13.727-15.665 1.405-5.46 1.092-10.53.956-12.414-4.39-1.153-10.747-4.14-14.684-6.47Z\"\n />\n </>\n );\n\n return getIcon({ size, isHovered, normal: small, normalHover: smallHover, xSmall, xSmallHover });\n};\n\nexport default HealthcarePersonnelSecurity;\n"],"mappings":";;;AAIA,IAAM,+BAAuD,EAAE,MAAM,gBAAkD;CA6DrH,OAAO,QAAQ;EAAE;EAAM;EAAW,QA3DhC,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,GACD,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,CACD,EAAA,CAgDsC;EAAO,aA5C/C,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,GACD,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,CACD,EAAA,CAiC0D;EAAY,QA7BxE,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,GACD,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,CACD,EAAA,CAkBsE;EAAQ,aAdhF,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,GACD,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,CACD,EAAA,CAG8E;CAAY,CAAC;AACjG"}
@@ -1,3 +1,3 @@
1
1
  /** AUTO-GENERATED - DO NOT CHANGE MANUALLY **/
2
- export declare const IconList: readonly ["ActiveMonitoring", "AcupunctureBack", "AlarmClock", "AlertSignFill", "AlertSignStroke", "Amputation", "Anxiety", "Apple", "Archive", "ArmFlexing", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "ArrowUpRight", "ArrowUpRightLight", "Attachment", "Atv", "Avatar", "AwakePersonOnPillow", "Baby", "BandAid", "BeerAndPills", "Bell", "Bike", "BirthControl", "BirthdayCake", "Boat", "Body", "Braille", "Brain", "BreastReconstruction", "BreastRemoval", "Breasts", "BrokenHeart", "BrokenPuzzle", "Bus", "Calendar", "CalendarChange", "CalendarCheck", "CalendarEvent", "CalendarSave", "Cancer", "Candle", "Car", "Carton", "Change", "Check", "CheckFill", "CheckOutline", "Chest", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronsDown", "ChevronsUp", "ChevronUp", "ChildPlaying", "Cigarette", "Coins", "ConsentDocument", "Contacts", "Copy", "CoronaCertificate", "Coronavirus", "Cough", "CreditCard", "CriticalHealthInfo", "Cross", "DataExchange", "DataReceived", "DataSent", "Depression", "DigestiveSystem", "Dizzy", "Documents", "Dog", "DonorCard", "DotAttachment", "DotCheckmark", "DotCircleArrows", "DotDot", "DotExclamationMark", "DotFill", "DotGroup", "DotHalfDisc", "DotInfo", "DotLogin", "DotLookingGlass", "DotNoAccess", "DotNoEye", "DotOutline", "DotPencil", "DotQuestionMark", "DotTriangle", "DotX", "Download", "Draft", "Drag", "Ear", "EarDeaf", "EarHearingAid", "EarNoseThroat", "EarVolume", "EChat", "Edit", "ElderlyPerson", "Embolization", "EmergencyCall", "EmoticonAnnoyed", "EmoticonDelighted", "EmoticonDisappointed", "EmoticonHappy", "EmoticonMeh", "EmptyBox", "EnterFullScreen", "Envelope", "Epilepsy", "Eraser", "ErrorSignFill", "ErrorSignStroke", "EuropeanHealthCard", "ExitFullScreen", "Eye", "Facebook", "FallingLeaf", "Feedback", "Female", "FemaleDoctor", "Ferry", "File", "Filter", "FingerBleed", "FirstAidKit", "Fish", "FloppyDisk", "Football", "Form", "Forward", "Gallery", "Garden", "GasCan", "GenderIdentity", "Glasses", "GlassWater", "Globe", "Grain", "Graph", "Group", "GroupTwins", "HandsAndHeart", "HandWaving", "HandWithDisease", "HealthcarePerson", "HealthcarePersonell", "HealthCarePersonnelSecurity", "HealthClinic", "HealthMeasurements", "HealthWarning", "HearingProtection", "Heart", "HeartHands", "HelpingHand", "HelpSign", "Hemodialysis", "Hiker", "Hipprosthesis", "History", "HistoryDocument", "HivAndAids", "Home", "HomeFill", "Hormone", "Hospital", "Hourglass", "HTMLFile", "ImgFile", "Inbox", "InfoSignFill", "InfoSignStroke", "Instagram", "Intravenous", "JointPain", "Journal", "JpgFile", "Kidney", "KitchenScale", "Kjernejournal", "Laboratory", "LaptopBlog", "LawBook", "LegalDocument", "LightBulb", "List", "Location", "LocationFill", "Lock", "Login", "Logout", "Lungs", "Makeup", "MaleDoctor", "MaleDoctorAndPerson", "MaleDoctorCompact", "MaleDoctorCompactFill", "MaleGenitalia", "MeasuringTape", "Medicine", "MedicineWarning", "MentalHealthAdult", "MentalHealthChild", "Menu", "Microscope", "Minus", "Mirror", "MobilePhone", "MotherHoldingBaby", "MuscleBack", "MuscleLeg", "Mushroom", "Music", "MusselsAndSalt", "NoAccess", "NoEye", "NoFilter", "Notepad", "Osteotomy", "PaintRoller", "PaperPlane", "PatientAndPerson", "Pause", "PdfFile", "Pencil", "PeopleTalking", "Peritonealdialysis", "Person", "PersonalPlan", "PersonAndPatient", "PersonCancel", "PersonCommunication", "PersonDocument", "PersonInXRayMachine", "PersonOverweight", "PersonRelaxing", "PersonWithBrain", "PersonWithBrokenArm", "PersonWithCrutches", "PersonWithJaw", "PersonWithMagnifyingGlass", "PersonWithSenses", "PersonWorking", "PizzaSlice", "Plane", "Plant", "PlateKnifeFork", "Play", "PlusLarge", "PlusSmall", "PngFile", "Podcast", "PoisonInformation", "Pregnant", "Printer", "Psychosis", "Publication", "Puzzle", "QrCode", "Quarrel", "RadioactiveTreatment", "Radioiodine", "RadioTherapy", "Receipt", "Receptionist", "Recovery", "Referral", "Refresh", "Refund", "Reminder", "Reply", "Rocket", "RtfFile", "Save", "Scale", "ScreenReader", "Search", "SectionSign", "Settings", "SettingsFill", "Sexualorientation", "ShakingHand", "Share", "SharedHealthData", "SharedHealthMeasurements", "Shield", "ShuntOperation", "Skeleton", "Skin", "Snake", "Snapchat", "Sort", "SortDown", "SortUp", "SpeechBubble", "Spray", "StarFill", "StarStroke", "STDs", "StickyNote", "StickyNotes", "Stopwatch", "Sun", "SupportingPerson", "Surgery", "Sweets", "Syringe", "Taxi", "TeddyBear", "Teenagers", "ThinkingAboutBaby", "ThumbsDown", "ThumbsUp", "Ticket", "TimePassing", "Toddler", "Tombstone", "Toolbox", "Tooth", "TotalKneeProsthesis", "Train", "Transplantation", "TrashCan", "TravelRoute", "TreatmentAids", "TriangleX", "Twitter", "Undo", "UniProsthesis", "Upload", "UserOrganization", "Vaccine", "VerticalDots", "VideoCamera", "VideoChat", "Wallet", "Watch", "Website", "Wheelchair", "WheelchairActive", "Window", "WordDocument", "WorkSuitcase", "X", "XmlFile", "XOutline", "YouTube", "Zoom", "ZoomInLeft", "ZoomOutLeft"];
2
+ export declare const IconList: readonly ["ActiveMonitoring", "AcupunctureBack", "AlarmClock", "AlertSignFill", "AlertSignStroke", "Amputation", "Anxiety", "Apple", "Archive", "ArmFlexing", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "ArrowUpRight", "ArrowUpRightLight", "Attachment", "Atv", "Avatar", "AwakePersonOnPillow", "Baby", "BandAid", "BeerAndPills", "Bell", "Bike", "BirthControl", "BirthdayCake", "Boat", "Body", "Braille", "Brain", "BreastReconstruction", "BreastRemoval", "Breasts", "BrokenHeart", "BrokenPuzzle", "Bus", "Calendar", "CalendarChange", "CalendarCheck", "CalendarEvent", "CalendarSave", "Cancer", "Candle", "Car", "Carton", "Change", "Check", "CheckFill", "CheckOutline", "Chest", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronsDown", "ChevronsUp", "ChevronUp", "ChildPlaying", "Cigarette", "Coins", "ConsentDocument", "Contacts", "Copy", "CoronaCertificate", "Coronavirus", "Cough", "CreditCard", "CriticalHealthInfo", "Cross", "DataExchange", "DataReceived", "DataSent", "Depression", "DigestiveSystem", "Dizzy", "Documents", "Dog", "DonorCard", "DotAttachment", "DotCheckmark", "DotCircleArrows", "DotDot", "DotExclamationMark", "DotFill", "DotGroup", "DotHalfDisc", "DotInfo", "DotLogin", "DotLookingGlass", "DotNoAccess", "DotNoEye", "DotOutline", "DotPencil", "DotQuestionMark", "DotTriangle", "DotX", "Download", "Draft", "Drag", "Ear", "EarDeaf", "EarHearingAid", "EarNoseThroat", "EarVolume", "EChat", "Edit", "ElderlyPerson", "Embolization", "EmergencyCall", "EmoticonAnnoyed", "EmoticonDelighted", "EmoticonDisappointed", "EmoticonHappy", "EmoticonMeh", "EmptyBox", "EnterFullScreen", "Envelope", "Epilepsy", "Eraser", "ErrorSignFill", "ErrorSignStroke", "EuropeanHealthCard", "ExitFullScreen", "Eye", "Facebook", "FallingLeaf", "Feedback", "Female", "FemaleDoctor", "Ferry", "File", "Filter", "FingerBleed", "FirstAidKit", "Fish", "FloppyDisk", "Football", "Form", "Forward", "Gallery", "Garden", "GasCan", "GenderIdentity", "Glasses", "GlassWater", "Globe", "Grain", "Graph", "Group", "GroupTwins", "HandsAndHeart", "HandWaving", "HandWithDisease", "HealthcarePerson", "HealthcarePersonell", "HealthcarePersonnelSecurity", "HealthClinic", "HealthMeasurements", "HealthWarning", "HearingProtection", "Heart", "HeartHands", "HelpingHand", "HelpSign", "Hemodialysis", "Hiker", "Hipprosthesis", "History", "HistoryDocument", "HivAndAids", "Home", "HomeFill", "Hormone", "Hospital", "Hourglass", "HTMLFile", "ImgFile", "Inbox", "InfoSignFill", "InfoSignStroke", "Instagram", "Intravenous", "JointPain", "Journal", "JpgFile", "Kidney", "KitchenScale", "Kjernejournal", "Laboratory", "LaptopBlog", "LawBook", "LegalDocument", "LightBulb", "List", "Location", "LocationFill", "Lock", "Login", "Logout", "Lungs", "Makeup", "MaleDoctor", "MaleDoctorAndPerson", "MaleDoctorCompact", "MaleDoctorCompactFill", "MaleGenitalia", "MeasuringTape", "Medicine", "MedicineWarning", "MentalHealthAdult", "MentalHealthChild", "Menu", "Microscope", "Minus", "Mirror", "MobilePhone", "MotherHoldingBaby", "MuscleBack", "MuscleLeg", "Mushroom", "Music", "MusselsAndSalt", "NoAccess", "NoEye", "NoFilter", "Notepad", "Osteotomy", "PaintRoller", "PaperPlane", "PatientAndPerson", "Pause", "PdfFile", "Pencil", "PeopleTalking", "Peritonealdialysis", "Person", "PersonalPlan", "PersonAndPatient", "PersonCancel", "PersonCommunication", "PersonDocument", "PersonInXRayMachine", "PersonOverweight", "PersonRelaxing", "PersonWithBrain", "PersonWithBrokenArm", "PersonWithCrutches", "PersonWithJaw", "PersonWithMagnifyingGlass", "PersonWithSenses", "PersonWorking", "PizzaSlice", "Plane", "Plant", "PlateKnifeFork", "Play", "PlusLarge", "PlusSmall", "PngFile", "Podcast", "PoisonInformation", "Pregnant", "Printer", "Psychosis", "Publication", "Puzzle", "QrCode", "Quarrel", "RadioactiveTreatment", "Radioiodine", "RadioTherapy", "Receipt", "Receptionist", "Recovery", "Referral", "Refresh", "Refund", "Reminder", "Reply", "Rocket", "RtfFile", "Save", "Scale", "ScreenReader", "Search", "SectionSign", "Settings", "SettingsFill", "Sexualorientation", "ShakingHand", "Share", "SharedHealthData", "SharedHealthMeasurements", "Shield", "ShuntOperation", "Skeleton", "Skin", "Snake", "Snapchat", "Sort", "SortDown", "SortUp", "SpeechBubble", "Spray", "StarFill", "StarStroke", "STDs", "StickyNote", "StickyNotes", "Stopwatch", "Sun", "SupportingPerson", "Surgery", "Sweets", "Syringe", "Taxi", "TeddyBear", "Teenagers", "ThinkingAboutBaby", "ThumbsDown", "ThumbsUp", "Ticket", "TimePassing", "Toddler", "Tombstone", "Toolbox", "Tooth", "TotalKneeProsthesis", "Train", "Transplantation", "TrashCan", "TravelRoute", "TreatmentAids", "TriangleX", "Twitter", "Undo", "UniProsthesis", "Upload", "UserOrganization", "Vaccine", "VerticalDots", "VideoCamera", "VideoChat", "Wallet", "Watch", "Website", "Wheelchair", "WheelchairActive", "Window", "WordDocument", "WorkSuitcase", "X", "XmlFile", "XOutline", "YouTube", "Zoom", "ZoomInLeft", "ZoomOutLeft"];
3
3
  export type IconName = (typeof IconList)[number];
@@ -156,7 +156,7 @@ var IconList = [
156
156
  "HandWithDisease",
157
157
  "HealthcarePerson",
158
158
  "HealthcarePersonell",
159
- "HealthCarePersonnelSecurity",
159
+ "HealthcarePersonnelSecurity",
160
160
  "HealthClinic",
161
161
  "HealthMeasurements",
162
162
  "HealthWarning",
@@ -1 +1 @@
1
- {"version":3,"file":"IconNames.js","names":[],"sources":["../../../src/components/Icons/IconNames.ts"],"sourcesContent":["/** AUTO-GENERATED - DO NOT CHANGE MANUALLY **/\n\nexport const IconList = [\n 'ActiveMonitoring',\n 'AcupunctureBack',\n 'AlarmClock',\n 'AlertSignFill',\n 'AlertSignStroke',\n 'Amputation',\n 'Anxiety',\n 'Apple',\n 'Archive',\n 'ArmFlexing',\n 'ArrowDown',\n 'ArrowLeft',\n 'ArrowRight',\n 'ArrowUp',\n 'ArrowUpRight',\n 'ArrowUpRightLight',\n 'Attachment',\n 'Atv',\n 'Avatar',\n 'AwakePersonOnPillow',\n 'Baby',\n 'BandAid',\n 'BeerAndPills',\n 'Bell',\n 'Bike',\n 'BirthControl',\n 'BirthdayCake',\n 'Boat',\n 'Body',\n 'Braille',\n 'Brain',\n 'BreastReconstruction',\n 'BreastRemoval',\n 'Breasts',\n 'BrokenHeart',\n 'BrokenPuzzle',\n 'Bus',\n 'Calendar',\n 'CalendarChange',\n 'CalendarCheck',\n 'CalendarEvent',\n 'CalendarSave',\n 'Cancer',\n 'Candle',\n 'Car',\n 'Carton',\n 'Change',\n 'Check',\n 'CheckFill',\n 'CheckOutline',\n 'Chest',\n 'ChevronDown',\n 'ChevronLeft',\n 'ChevronRight',\n 'ChevronsDown',\n 'ChevronsUp',\n 'ChevronUp',\n 'ChildPlaying',\n 'Cigarette',\n 'Coins',\n 'ConsentDocument',\n 'Contacts',\n 'Copy',\n 'CoronaCertificate',\n 'Coronavirus',\n 'Cough',\n 'CreditCard',\n 'CriticalHealthInfo',\n 'Cross',\n 'DataExchange',\n 'DataReceived',\n 'DataSent',\n 'Depression',\n 'DigestiveSystem',\n 'Dizzy',\n 'Documents',\n 'Dog',\n 'DonorCard',\n 'DotAttachment',\n 'DotCheckmark',\n 'DotCircleArrows',\n 'DotDot',\n 'DotExclamationMark',\n 'DotFill',\n 'DotGroup',\n 'DotHalfDisc',\n 'DotInfo',\n 'DotLogin',\n 'DotLookingGlass',\n 'DotNoAccess',\n 'DotNoEye',\n 'DotOutline',\n 'DotPencil',\n 'DotQuestionMark',\n 'DotTriangle',\n 'DotX',\n 'Download',\n 'Draft',\n 'Drag',\n 'Ear',\n 'EarDeaf',\n 'EarHearingAid',\n 'EarNoseThroat',\n 'EarVolume',\n 'EChat',\n 'Edit',\n 'ElderlyPerson',\n 'Embolization',\n 'EmergencyCall',\n 'EmoticonAnnoyed',\n 'EmoticonDelighted',\n 'EmoticonDisappointed',\n 'EmoticonHappy',\n 'EmoticonMeh',\n 'EmptyBox',\n 'EnterFullScreen',\n 'Envelope',\n 'Epilepsy',\n 'Eraser',\n 'ErrorSignFill',\n 'ErrorSignStroke',\n 'EuropeanHealthCard',\n 'ExitFullScreen',\n 'Eye',\n 'Facebook',\n 'FallingLeaf',\n 'Feedback',\n 'Female',\n 'FemaleDoctor',\n 'Ferry',\n 'File',\n 'Filter',\n 'FingerBleed',\n 'FirstAidKit',\n 'Fish',\n 'FloppyDisk',\n 'Football',\n 'Form',\n 'Forward',\n 'Gallery',\n 'Garden',\n 'GasCan',\n 'GenderIdentity',\n 'Glasses',\n 'GlassWater',\n 'Globe',\n 'Grain',\n 'Graph',\n 'Group',\n 'GroupTwins',\n 'HandsAndHeart',\n 'HandWaving',\n 'HandWithDisease',\n 'HealthcarePerson',\n 'HealthcarePersonell',\n 'HealthCarePersonnelSecurity',\n 'HealthClinic',\n 'HealthMeasurements',\n 'HealthWarning',\n 'HearingProtection',\n 'Heart',\n 'HeartHands',\n 'HelpingHand',\n 'HelpSign',\n 'Hemodialysis',\n 'Hiker',\n 'Hipprosthesis',\n 'History',\n 'HistoryDocument',\n 'HivAndAids',\n 'Home',\n 'HomeFill',\n 'Hormone',\n 'Hospital',\n 'Hourglass',\n 'HTMLFile',\n 'ImgFile',\n 'Inbox',\n 'InfoSignFill',\n 'InfoSignStroke',\n 'Instagram',\n 'Intravenous',\n 'JointPain',\n 'Journal',\n 'JpgFile',\n 'Kidney',\n 'KitchenScale',\n 'Kjernejournal',\n 'Laboratory',\n 'LaptopBlog',\n 'LawBook',\n 'LegalDocument',\n 'LightBulb',\n 'List',\n 'Location',\n 'LocationFill',\n 'Lock',\n 'Login',\n 'Logout',\n 'Lungs',\n 'Makeup',\n 'MaleDoctor',\n 'MaleDoctorAndPerson',\n 'MaleDoctorCompact',\n 'MaleDoctorCompactFill',\n 'MaleGenitalia',\n 'MeasuringTape',\n 'Medicine',\n 'MedicineWarning',\n 'MentalHealthAdult',\n 'MentalHealthChild',\n 'Menu',\n 'Microscope',\n 'Minus',\n 'Mirror',\n 'MobilePhone',\n 'MotherHoldingBaby',\n 'MuscleBack',\n 'MuscleLeg',\n 'Mushroom',\n 'Music',\n 'MusselsAndSalt',\n 'NoAccess',\n 'NoEye',\n 'NoFilter',\n 'Notepad',\n 'Osteotomy',\n 'PaintRoller',\n 'PaperPlane',\n 'PatientAndPerson',\n 'Pause',\n 'PdfFile',\n 'Pencil',\n 'PeopleTalking',\n 'Peritonealdialysis',\n 'Person',\n 'PersonalPlan',\n 'PersonAndPatient',\n 'PersonCancel',\n 'PersonCommunication',\n 'PersonDocument',\n 'PersonInXRayMachine',\n 'PersonOverweight',\n 'PersonRelaxing',\n 'PersonWithBrain',\n 'PersonWithBrokenArm',\n 'PersonWithCrutches',\n 'PersonWithJaw',\n 'PersonWithMagnifyingGlass',\n 'PersonWithSenses',\n 'PersonWorking',\n 'PizzaSlice',\n 'Plane',\n 'Plant',\n 'PlateKnifeFork',\n 'Play',\n 'PlusLarge',\n 'PlusSmall',\n 'PngFile',\n 'Podcast',\n 'PoisonInformation',\n 'Pregnant',\n 'Printer',\n 'Psychosis',\n 'Publication',\n 'Puzzle',\n 'QrCode',\n 'Quarrel',\n 'RadioactiveTreatment',\n 'Radioiodine',\n 'RadioTherapy',\n 'Receipt',\n 'Receptionist',\n 'Recovery',\n 'Referral',\n 'Refresh',\n 'Refund',\n 'Reminder',\n 'Reply',\n 'Rocket',\n 'RtfFile',\n 'Save',\n 'Scale',\n 'ScreenReader',\n 'Search',\n 'SectionSign',\n 'Settings',\n 'SettingsFill',\n 'Sexualorientation',\n 'ShakingHand',\n 'Share',\n 'SharedHealthData',\n 'SharedHealthMeasurements',\n 'Shield',\n 'ShuntOperation',\n 'Skeleton',\n 'Skin',\n 'Snake',\n 'Snapchat',\n 'Sort',\n 'SortDown',\n 'SortUp',\n 'SpeechBubble',\n 'Spray',\n 'StarFill',\n 'StarStroke',\n 'STDs',\n 'StickyNote',\n 'StickyNotes',\n 'Stopwatch',\n 'Sun',\n 'SupportingPerson',\n 'Surgery',\n 'Sweets',\n 'Syringe',\n 'Taxi',\n 'TeddyBear',\n 'Teenagers',\n 'ThinkingAboutBaby',\n 'ThumbsDown',\n 'ThumbsUp',\n 'Ticket',\n 'TimePassing',\n 'Toddler',\n 'Tombstone',\n 'Toolbox',\n 'Tooth',\n 'TotalKneeProsthesis',\n 'Train',\n 'Transplantation',\n 'TrashCan',\n 'TravelRoute',\n 'TreatmentAids',\n 'TriangleX',\n 'Twitter',\n 'Undo',\n 'UniProsthesis',\n 'Upload',\n 'UserOrganization',\n 'Vaccine',\n 'VerticalDots',\n 'VideoCamera',\n 'VideoChat',\n 'Wallet',\n 'Watch',\n 'Website',\n 'Wheelchair',\n 'WheelchairActive',\n 'Window',\n 'WordDocument',\n 'WorkSuitcase',\n 'X',\n 'XmlFile',\n 'XOutline',\n 'YouTube',\n 'Zoom',\n 'ZoomInLeft',\n 'ZoomOutLeft',\n] as const;\n\nexport type IconName = (typeof IconList)[number];\n"],"mappings":";;AAEA,IAAa,WAAW;CACtB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF"}
1
+ {"version":3,"file":"IconNames.js","names":[],"sources":["../../../src/components/Icons/IconNames.ts"],"sourcesContent":["/** AUTO-GENERATED - DO NOT CHANGE MANUALLY **/\n\nexport const IconList = [\n 'ActiveMonitoring',\n 'AcupunctureBack',\n 'AlarmClock',\n 'AlertSignFill',\n 'AlertSignStroke',\n 'Amputation',\n 'Anxiety',\n 'Apple',\n 'Archive',\n 'ArmFlexing',\n 'ArrowDown',\n 'ArrowLeft',\n 'ArrowRight',\n 'ArrowUp',\n 'ArrowUpRight',\n 'ArrowUpRightLight',\n 'Attachment',\n 'Atv',\n 'Avatar',\n 'AwakePersonOnPillow',\n 'Baby',\n 'BandAid',\n 'BeerAndPills',\n 'Bell',\n 'Bike',\n 'BirthControl',\n 'BirthdayCake',\n 'Boat',\n 'Body',\n 'Braille',\n 'Brain',\n 'BreastReconstruction',\n 'BreastRemoval',\n 'Breasts',\n 'BrokenHeart',\n 'BrokenPuzzle',\n 'Bus',\n 'Calendar',\n 'CalendarChange',\n 'CalendarCheck',\n 'CalendarEvent',\n 'CalendarSave',\n 'Cancer',\n 'Candle',\n 'Car',\n 'Carton',\n 'Change',\n 'Check',\n 'CheckFill',\n 'CheckOutline',\n 'Chest',\n 'ChevronDown',\n 'ChevronLeft',\n 'ChevronRight',\n 'ChevronsDown',\n 'ChevronsUp',\n 'ChevronUp',\n 'ChildPlaying',\n 'Cigarette',\n 'Coins',\n 'ConsentDocument',\n 'Contacts',\n 'Copy',\n 'CoronaCertificate',\n 'Coronavirus',\n 'Cough',\n 'CreditCard',\n 'CriticalHealthInfo',\n 'Cross',\n 'DataExchange',\n 'DataReceived',\n 'DataSent',\n 'Depression',\n 'DigestiveSystem',\n 'Dizzy',\n 'Documents',\n 'Dog',\n 'DonorCard',\n 'DotAttachment',\n 'DotCheckmark',\n 'DotCircleArrows',\n 'DotDot',\n 'DotExclamationMark',\n 'DotFill',\n 'DotGroup',\n 'DotHalfDisc',\n 'DotInfo',\n 'DotLogin',\n 'DotLookingGlass',\n 'DotNoAccess',\n 'DotNoEye',\n 'DotOutline',\n 'DotPencil',\n 'DotQuestionMark',\n 'DotTriangle',\n 'DotX',\n 'Download',\n 'Draft',\n 'Drag',\n 'Ear',\n 'EarDeaf',\n 'EarHearingAid',\n 'EarNoseThroat',\n 'EarVolume',\n 'EChat',\n 'Edit',\n 'ElderlyPerson',\n 'Embolization',\n 'EmergencyCall',\n 'EmoticonAnnoyed',\n 'EmoticonDelighted',\n 'EmoticonDisappointed',\n 'EmoticonHappy',\n 'EmoticonMeh',\n 'EmptyBox',\n 'EnterFullScreen',\n 'Envelope',\n 'Epilepsy',\n 'Eraser',\n 'ErrorSignFill',\n 'ErrorSignStroke',\n 'EuropeanHealthCard',\n 'ExitFullScreen',\n 'Eye',\n 'Facebook',\n 'FallingLeaf',\n 'Feedback',\n 'Female',\n 'FemaleDoctor',\n 'Ferry',\n 'File',\n 'Filter',\n 'FingerBleed',\n 'FirstAidKit',\n 'Fish',\n 'FloppyDisk',\n 'Football',\n 'Form',\n 'Forward',\n 'Gallery',\n 'Garden',\n 'GasCan',\n 'GenderIdentity',\n 'Glasses',\n 'GlassWater',\n 'Globe',\n 'Grain',\n 'Graph',\n 'Group',\n 'GroupTwins',\n 'HandsAndHeart',\n 'HandWaving',\n 'HandWithDisease',\n 'HealthcarePerson',\n 'HealthcarePersonell',\n 'HealthcarePersonnelSecurity',\n 'HealthClinic',\n 'HealthMeasurements',\n 'HealthWarning',\n 'HearingProtection',\n 'Heart',\n 'HeartHands',\n 'HelpingHand',\n 'HelpSign',\n 'Hemodialysis',\n 'Hiker',\n 'Hipprosthesis',\n 'History',\n 'HistoryDocument',\n 'HivAndAids',\n 'Home',\n 'HomeFill',\n 'Hormone',\n 'Hospital',\n 'Hourglass',\n 'HTMLFile',\n 'ImgFile',\n 'Inbox',\n 'InfoSignFill',\n 'InfoSignStroke',\n 'Instagram',\n 'Intravenous',\n 'JointPain',\n 'Journal',\n 'JpgFile',\n 'Kidney',\n 'KitchenScale',\n 'Kjernejournal',\n 'Laboratory',\n 'LaptopBlog',\n 'LawBook',\n 'LegalDocument',\n 'LightBulb',\n 'List',\n 'Location',\n 'LocationFill',\n 'Lock',\n 'Login',\n 'Logout',\n 'Lungs',\n 'Makeup',\n 'MaleDoctor',\n 'MaleDoctorAndPerson',\n 'MaleDoctorCompact',\n 'MaleDoctorCompactFill',\n 'MaleGenitalia',\n 'MeasuringTape',\n 'Medicine',\n 'MedicineWarning',\n 'MentalHealthAdult',\n 'MentalHealthChild',\n 'Menu',\n 'Microscope',\n 'Minus',\n 'Mirror',\n 'MobilePhone',\n 'MotherHoldingBaby',\n 'MuscleBack',\n 'MuscleLeg',\n 'Mushroom',\n 'Music',\n 'MusselsAndSalt',\n 'NoAccess',\n 'NoEye',\n 'NoFilter',\n 'Notepad',\n 'Osteotomy',\n 'PaintRoller',\n 'PaperPlane',\n 'PatientAndPerson',\n 'Pause',\n 'PdfFile',\n 'Pencil',\n 'PeopleTalking',\n 'Peritonealdialysis',\n 'Person',\n 'PersonalPlan',\n 'PersonAndPatient',\n 'PersonCancel',\n 'PersonCommunication',\n 'PersonDocument',\n 'PersonInXRayMachine',\n 'PersonOverweight',\n 'PersonRelaxing',\n 'PersonWithBrain',\n 'PersonWithBrokenArm',\n 'PersonWithCrutches',\n 'PersonWithJaw',\n 'PersonWithMagnifyingGlass',\n 'PersonWithSenses',\n 'PersonWorking',\n 'PizzaSlice',\n 'Plane',\n 'Plant',\n 'PlateKnifeFork',\n 'Play',\n 'PlusLarge',\n 'PlusSmall',\n 'PngFile',\n 'Podcast',\n 'PoisonInformation',\n 'Pregnant',\n 'Printer',\n 'Psychosis',\n 'Publication',\n 'Puzzle',\n 'QrCode',\n 'Quarrel',\n 'RadioactiveTreatment',\n 'Radioiodine',\n 'RadioTherapy',\n 'Receipt',\n 'Receptionist',\n 'Recovery',\n 'Referral',\n 'Refresh',\n 'Refund',\n 'Reminder',\n 'Reply',\n 'Rocket',\n 'RtfFile',\n 'Save',\n 'Scale',\n 'ScreenReader',\n 'Search',\n 'SectionSign',\n 'Settings',\n 'SettingsFill',\n 'Sexualorientation',\n 'ShakingHand',\n 'Share',\n 'SharedHealthData',\n 'SharedHealthMeasurements',\n 'Shield',\n 'ShuntOperation',\n 'Skeleton',\n 'Skin',\n 'Snake',\n 'Snapchat',\n 'Sort',\n 'SortDown',\n 'SortUp',\n 'SpeechBubble',\n 'Spray',\n 'StarFill',\n 'StarStroke',\n 'STDs',\n 'StickyNote',\n 'StickyNotes',\n 'Stopwatch',\n 'Sun',\n 'SupportingPerson',\n 'Surgery',\n 'Sweets',\n 'Syringe',\n 'Taxi',\n 'TeddyBear',\n 'Teenagers',\n 'ThinkingAboutBaby',\n 'ThumbsDown',\n 'ThumbsUp',\n 'Ticket',\n 'TimePassing',\n 'Toddler',\n 'Tombstone',\n 'Toolbox',\n 'Tooth',\n 'TotalKneeProsthesis',\n 'Train',\n 'Transplantation',\n 'TrashCan',\n 'TravelRoute',\n 'TreatmentAids',\n 'TriangleX',\n 'Twitter',\n 'Undo',\n 'UniProsthesis',\n 'Upload',\n 'UserOrganization',\n 'Vaccine',\n 'VerticalDots',\n 'VideoCamera',\n 'VideoChat',\n 'Wallet',\n 'Watch',\n 'Website',\n 'Wheelchair',\n 'WheelchairActive',\n 'Window',\n 'WordDocument',\n 'WorkSuitcase',\n 'X',\n 'XmlFile',\n 'XOutline',\n 'YouTube',\n 'Zoom',\n 'ZoomInLeft',\n 'ZoomOutLeft',\n] as const;\n\nexport type IconName = (typeof IconList)[number];\n"],"mappings":";;AAEA,IAAa,WAAW;CACtB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@helsenorge/designsystem-react",
3
3
  "sideEffects": false,
4
4
  "private": false,
5
- "version": "15.7.0",
5
+ "version": "15.7.1",
6
6
  "description": "The official design system for Helsenorge built with React.",
7
7
  "repository": {
8
8
  "type": "git",
@@ -1,3 +0,0 @@
1
- import { SvgPathProps } from '../Icon';
2
- declare const HealthCarePersonnelSecurity: React.FC<SvgPathProps>;
3
- export default HealthCarePersonnelSecurity;
@@ -1,65 +0,0 @@
1
- import { t as getIcon } from "../../utils.js";
2
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
- //#region src/components/Icons/HealthCarePersonnelSecurity.tsx
4
- var HealthCarePersonnelSecurity = ({ size, isHovered }) => {
5
- return getIcon({
6
- size,
7
- isHovered,
8
- normal: /* @__PURE__ */ jsxs(Fragment, { children: [
9
- " ",
10
- /* @__PURE__ */ jsx("path", {
11
- "fill-rule": "evenodd",
12
- "clip-rule": "evenodd",
13
- d: "M25.865 16.442h-2.77v4.44a4.029 4.029 0 0 0 8.057 0v-4.44h-2.77v-1.856h1.301v.556h2.77v5.74a5.329 5.329 0 0 1-4.678 5.288v3.91c0 3.485-3.016 6.236-6.639 6.236-3.622 0-6.637-2.75-6.637-6.237v-5.418a2.413 2.413 0 1 1 3.063-2.323 2.412 2.412 0 0 1-1.764 2.322v5.42c0 2.684 2.347 4.936 5.338 4.936s5.338-2.252 5.338-4.937v-3.91a5.329 5.329 0 0 1-4.679-5.287v-5.74h2.77v-.556h1.3v1.856Zm-10.717 4.782a1.115 1.115 0 1 0 0 2.23 1.115 1.115 0 0 0 0-2.23Z"
14
- }),
15
- /* @__PURE__ */ jsx("path", {
16
- "fill-rule": "evenodd",
17
- "clip-rule": "evenodd",
18
- d: "M24.33 6.043c3.87 2.347 10.478 5.469 14.83 6.586l.414.102.473.11.027.487c.059 1.058.7 6.983-.96 13.43-1.664 6.47-5.664 13.536-14.906 16.762l-.214.074-.214-.075c-9.243-3.225-13.24-10.292-14.9-16.761-1.654-6.448-1.01-12.373-.95-13.43l.027-.486.473-.11c4.337-1.017 11.233-4.266 15.227-6.689l.337-.205.337.205Zm-.336 1.31c-3.955 2.352-10.401 5.392-14.801 6.528-.132 1.801-.486 6.975.946 12.554 1.577 6.143 5.3 12.706 13.855 15.778 8.553-3.072 12.281-9.635 13.862-15.778 1.435-5.58 1.084-10.753.953-12.554-4.4-1.136-10.86-4.176-14.815-6.527Z"
19
- })
20
- ] }),
21
- normalHover: /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("path", {
22
- "fill-rule": "evenodd",
23
- "clip-rule": "evenodd",
24
- d: "M25.865 16.442h-2.77v4.44a4.029 4.029 0 0 0 8.057 0v-4.44h-2.77v-1.856h1.301v.556h2.77v5.74a5.329 5.329 0 0 1-4.678 5.288v4.817a5.33 5.33 0 0 1-10.657 0v-4.222a2.413 2.413 0 1 1 1.3 0v4.222a4.029 4.029 0 0 0 8.056 0V26.17a5.329 5.329 0 0 1-4.679-5.288v-5.74h2.77v-.556h1.3v1.856Zm-8.098 6.885a1.115 1.115 0 1 0 .001 2.23 1.115 1.115 0 0 0 0-2.23Z"
25
- }), /* @__PURE__ */ jsx("path", {
26
- "fill-rule": "evenodd",
27
- "clip-rule": "evenodd",
28
- d: "M24.33 6.043c3.87 2.347 10.478 5.469 14.83 6.586l.414.102.473.11.027.487c.059 1.058.7 6.983-.96 13.43-1.664 6.47-5.664 13.536-14.906 16.762l-.214.074-.214-.075c-9.243-3.225-13.24-10.292-14.9-16.761-1.654-6.448-1.01-12.373-.95-13.43l.027-.486.473-.11c4.337-1.017 11.233-4.266 15.227-6.689l.337-.205.337.205Zm-.336 1.31c-3.955 2.352-10.401 5.392-14.801 6.528-.132 1.801-.486 6.975.946 12.554 1.577 6.143 5.3 12.706 13.855 15.778 8.553-3.072 12.281-9.635 13.862-15.778 1.435-5.58 1.084-10.753.953-12.554-4.4-1.136-10.86-4.176-14.815-6.527Z"
29
- })] }),
30
- xSmall: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs("svg", {
31
- width: "48",
32
- height: "48",
33
- fill: "none",
34
- xmlns: "http://www.w3.org/2000/svg",
35
- children: [/* @__PURE__ */ jsx("path", {
36
- "fill-rule": "evenodd",
37
- "clip-rule": "evenodd",
38
- d: "M26.005 16.582h-2.77v4.3a3.89 3.89 0 0 0 7.778 0v-4.3h-2.77v-1.995h1.58v.416h2.769v5.88a5.469 5.469 0 0 1-4.678 5.41v3.916a6.247 6.247 0 0 1-12.493 0v-6.886a2.412 2.412 0 0 1 .79-4.692 2.411 2.411 0 0 1 .79 4.692v6.886a4.668 4.668 0 0 0 9.334 0v-3.916a5.469 5.469 0 0 1-4.679-5.41v-5.88h2.77v-.415h1.579v1.994ZM16.21 20.21a.836.836 0 1 0 0 1.671.836.836 0 0 0 0-1.671Z"
39
- }), /* @__PURE__ */ jsx("path", {
40
- "fill-rule": "evenodd",
41
- "clip-rule": "evenodd",
42
- d: "M24.403 5.923c3.738 2.267 10.035 5.258 14.364 6.456l.839.215.575.136.033.59c.058 1.052.702 7-.964 13.472-1.672 6.499-5.696 13.612-14.996 16.858l-.26.091-.26-.091c-9.3-3.246-13.321-10.36-14.99-16.858-1.66-6.472-1.013-12.421-.954-13.473l.033-.59.575-.135c4.316-1.012 11.2-4.252 15.186-6.671l.41-.25.41.25Zm-.41 1.591c-3.938 2.332-10.28 5.319-14.669 6.471-.136 1.884-.451 6.954.95 12.414 1.567 6.103 5.256 12.606 13.72 15.665 8.463-3.06 12.157-9.562 13.727-15.665 1.405-5.46 1.092-10.53.956-12.414-4.39-1.153-10.747-4.14-14.684-6.47Z"
43
- })]
44
- }) }),
45
- xSmallHover: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs("svg", {
46
- width: "48",
47
- height: "48",
48
- fill: "none",
49
- xmlns: "http://www.w3.org/2000/svg",
50
- children: [/* @__PURE__ */ jsx("path", {
51
- "fill-rule": "evenodd",
52
- "clip-rule": "evenodd",
53
- d: "M26.005 16.582h-2.77v4.3a3.89 3.89 0 0 0 7.778 0v-4.3h-2.77v-1.995h1.58v.416h2.769v5.88a5.469 5.469 0 0 1-4.678 5.41v4.695a5.469 5.469 0 0 1-10.935 0v-4.266a2.413 2.413 0 0 1 .789-4.694 2.415 2.415 0 0 1 .79 4.694v4.266a3.89 3.89 0 1 0 7.777 0v-4.695a5.469 5.469 0 0 1-4.679-5.41v-5.88h2.77v-.415h1.579v1.994Zm-8.237 7.025a.836.836 0 1 0 .001 1.671.836.836 0 0 0-.001-1.67Z"
54
- }), /* @__PURE__ */ jsx("path", {
55
- "fill-rule": "evenodd",
56
- "clip-rule": "evenodd",
57
- d: "M24.403 5.923c3.738 2.267 10.035 5.258 14.364 6.456l.839.215.575.136.033.59c.058 1.052.702 7-.964 13.472-1.672 6.499-5.696 13.612-14.996 16.858l-.26.091-.26-.091c-9.3-3.246-13.321-10.36-14.99-16.858-1.66-6.472-1.013-12.421-.954-13.473l.033-.59.575-.135c4.316-1.012 11.2-4.252 15.186-6.671l.41-.25.41.25Zm-.41 1.591c-3.938 2.332-10.28 5.319-14.669 6.471-.136 1.884-.451 6.954.95 12.414 1.567 6.103 5.256 12.606 13.72 15.665 8.463-3.06 12.157-9.562 13.727-15.665 1.405-5.46 1.092-10.53.956-12.414-4.39-1.153-10.747-4.14-14.684-6.47Z"
58
- })]
59
- }) })
60
- });
61
- };
62
- //#endregion
63
- export { HealthCarePersonnelSecurity as default };
64
-
65
- //# sourceMappingURL=HealthCarePersonnelSecurity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HealthCarePersonnelSecurity.js","names":[],"sources":["../../../src/components/Icons/HealthCarePersonnelSecurity.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst HealthCarePersonnelSecurity: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const small = (\n <>\n {' '}\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M25.865 16.442h-2.77v4.44a4.029 4.029 0 0 0 8.057 0v-4.44h-2.77v-1.856h1.301v.556h2.77v5.74a5.329 5.329 0 0 1-4.678 5.288v3.91c0 3.485-3.016 6.236-6.639 6.236-3.622 0-6.637-2.75-6.637-6.237v-5.418a2.413 2.413 0 1 1 3.063-2.323 2.412 2.412 0 0 1-1.764 2.322v5.42c0 2.684 2.347 4.936 5.338 4.936s5.338-2.252 5.338-4.937v-3.91a5.329 5.329 0 0 1-4.679-5.287v-5.74h2.77v-.556h1.3v1.856Zm-10.717 4.782a1.115 1.115 0 1 0 0 2.23 1.115 1.115 0 0 0 0-2.23Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M24.33 6.043c3.87 2.347 10.478 5.469 14.83 6.586l.414.102.473.11.027.487c.059 1.058.7 6.983-.96 13.43-1.664 6.47-5.664 13.536-14.906 16.762l-.214.074-.214-.075c-9.243-3.225-13.24-10.292-14.9-16.761-1.654-6.448-1.01-12.373-.95-13.43l.027-.486.473-.11c4.337-1.017 11.233-4.266 15.227-6.689l.337-.205.337.205Zm-.336 1.31c-3.955 2.352-10.401 5.392-14.801 6.528-.132 1.801-.486 6.975.946 12.554 1.577 6.143 5.3 12.706 13.855 15.778 8.553-3.072 12.281-9.635 13.862-15.778 1.435-5.58 1.084-10.753.953-12.554-4.4-1.136-10.86-4.176-14.815-6.527Z\"\n />\n </>\n );\n\n const smallHover = (\n <>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M25.865 16.442h-2.77v4.44a4.029 4.029 0 0 0 8.057 0v-4.44h-2.77v-1.856h1.301v.556h2.77v5.74a5.329 5.329 0 0 1-4.678 5.288v4.817a5.33 5.33 0 0 1-10.657 0v-4.222a2.413 2.413 0 1 1 1.3 0v4.222a4.029 4.029 0 0 0 8.056 0V26.17a5.329 5.329 0 0 1-4.679-5.288v-5.74h2.77v-.556h1.3v1.856Zm-8.098 6.885a1.115 1.115 0 1 0 .001 2.23 1.115 1.115 0 0 0 0-2.23Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M24.33 6.043c3.87 2.347 10.478 5.469 14.83 6.586l.414.102.473.11.027.487c.059 1.058.7 6.983-.96 13.43-1.664 6.47-5.664 13.536-14.906 16.762l-.214.074-.214-.075c-9.243-3.225-13.24-10.292-14.9-16.761-1.654-6.448-1.01-12.373-.95-13.43l.027-.486.473-.11c4.337-1.017 11.233-4.266 15.227-6.689l.337-.205.337.205Zm-.336 1.31c-3.955 2.352-10.401 5.392-14.801 6.528-.132 1.801-.486 6.975.946 12.554 1.577 6.143 5.3 12.706 13.855 15.778 8.553-3.072 12.281-9.635 13.862-15.778 1.435-5.58 1.084-10.753.953-12.554-4.4-1.136-10.86-4.176-14.815-6.527Z\"\n />\n </>\n );\n\n const xSmall = (\n <>\n <svg width=\"48\" height=\"48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M26.005 16.582h-2.77v4.3a3.89 3.89 0 0 0 7.778 0v-4.3h-2.77v-1.995h1.58v.416h2.769v5.88a5.469 5.469 0 0 1-4.678 5.41v3.916a6.247 6.247 0 0 1-12.493 0v-6.886a2.412 2.412 0 0 1 .79-4.692 2.411 2.411 0 0 1 .79 4.692v6.886a4.668 4.668 0 0 0 9.334 0v-3.916a5.469 5.469 0 0 1-4.679-5.41v-5.88h2.77v-.415h1.579v1.994ZM16.21 20.21a.836.836 0 1 0 0 1.671.836.836 0 0 0 0-1.671Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M24.403 5.923c3.738 2.267 10.035 5.258 14.364 6.456l.839.215.575.136.033.59c.058 1.052.702 7-.964 13.472-1.672 6.499-5.696 13.612-14.996 16.858l-.26.091-.26-.091c-9.3-3.246-13.321-10.36-14.99-16.858-1.66-6.472-1.013-12.421-.954-13.473l.033-.59.575-.135c4.316-1.012 11.2-4.252 15.186-6.671l.41-.25.41.25Zm-.41 1.591c-3.938 2.332-10.28 5.319-14.669 6.471-.136 1.884-.451 6.954.95 12.414 1.567 6.103 5.256 12.606 13.72 15.665 8.463-3.06 12.157-9.562 13.727-15.665 1.405-5.46 1.092-10.53.956-12.414-4.39-1.153-10.747-4.14-14.684-6.47Z\"\n />\n </svg>\n </>\n );\n\n const xSmallHover = (\n <>\n <svg width=\"48\" height=\"48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M26.005 16.582h-2.77v4.3a3.89 3.89 0 0 0 7.778 0v-4.3h-2.77v-1.995h1.58v.416h2.769v5.88a5.469 5.469 0 0 1-4.678 5.41v4.695a5.469 5.469 0 0 1-10.935 0v-4.266a2.413 2.413 0 0 1 .789-4.694 2.415 2.415 0 0 1 .79 4.694v4.266a3.89 3.89 0 1 0 7.777 0v-4.695a5.469 5.469 0 0 1-4.679-5.41v-5.88h2.77v-.415h1.579v1.994Zm-8.237 7.025a.836.836 0 1 0 .001 1.671.836.836 0 0 0-.001-1.67Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M24.403 5.923c3.738 2.267 10.035 5.258 14.364 6.456l.839.215.575.136.033.59c.058 1.052.702 7-.964 13.472-1.672 6.499-5.696 13.612-14.996 16.858l-.26.091-.26-.091c-9.3-3.246-13.321-10.36-14.99-16.858-1.66-6.472-1.013-12.421-.954-13.473l.033-.59.575-.135c4.316-1.012 11.2-4.252 15.186-6.671l.41-.25.41.25Zm-.41 1.591c-3.938 2.332-10.28 5.319-14.669 6.471-.136 1.884-.451 6.954.95 12.414 1.567 6.103 5.256 12.606 13.72 15.665 8.463-3.06 12.157-9.562 13.727-15.665 1.405-5.46 1.092-10.53.956-12.414-4.39-1.153-10.747-4.14-14.684-6.47Z\"\n />\n </svg>\n </>\n );\n\n return getIcon({ size, isHovered, normal: small, normalHover: smallHover, xSmall, xSmallHover });\n};\n\nexport default HealthCarePersonnelSecurity;\n"],"mappings":";;;AAIA,IAAM,+BAAuD,EAAE,MAAM,gBAAkD;CAkErH,OAAO,QAAQ;EAAE;EAAM;EAAW,QAhEhC,qBAAA,UAAA,EAAA,UAAA;GACG;GACD,oBAAC,QAAD;IACE,aAAU;IACV,aAAU;IACV,GAAE;GACH,CAAA;GACD,oBAAC,QAAD;IACE,aAAU;IACV,aAAU;IACV,GAAE;GACH,CAAA;EACD,EAAA,CAoDsC;EAAO,aAhD/C,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,GACD,oBAAC,QAAD;GACE,aAAU;GACV,aAAU;GACV,GAAE;EACH,CAAA,CACD,EAAA,CAqC0D;EAAY,QAjCxE,oBAAA,UAAA,EAAA,UACE,qBAAC,OAAD;GAAK,OAAM;GAAK,QAAO;GAAK,MAAK;GAAO,OAAM;GAA9C,UAAA,CACE,oBAAC,QAAD;IACE,aAAU;IACV,aAAU;IACV,GAAE;GACH,CAAA,GACD,oBAAC,QAAD;IACE,aAAU;IACV,aAAU;IACV,GAAE;GACH,CAAA,CACE;EACL,CAAA,EAAA,CAoBsE;EAAQ,aAhBhF,oBAAA,UAAA,EAAA,UACE,qBAAC,OAAD;GAAK,OAAM;GAAK,QAAO;GAAK,MAAK;GAAO,OAAM;GAA9C,UAAA,CACE,oBAAC,QAAD;IACE,aAAU;IACV,aAAU;IACV,GAAE;GACH,CAAA,GACD,oBAAC,QAAD;IACE,aAAU;IACV,aAAU;IACV,GAAE;GACH,CAAA,CACE;EACL,CAAA,EAAA,CAG8E;CAAY,CAAC;AACjG"}