@helsenorge/designsystem-react 12.8.0 → 13.0.0-beta.2
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/AnchorLink.js +4 -4
- package/AnchorLink.js.map +1 -1
- package/Button.js +4 -4
- package/Button.js.map +1 -1
- package/CHANGELOG.md +22 -57
- package/Checkbox.js +4 -5
- package/Checkbox.js.map +1 -1
- package/Close.js +3 -3
- package/Close.js.map +1 -1
- package/Drawer.js +6 -261
- package/Drawer.js.map +1 -1
- package/Expander.js +2 -2
- package/Expander.js.map +1 -1
- package/FormFieldTag.js +1 -2
- package/FormFieldTag.js.map +1 -1
- package/FormGroup.js +16 -16
- package/FormGroup.js.map +1 -1
- package/HelpDetails.js +1 -1
- package/HelpTriggerIcon.js +5 -3
- package/HelpTriggerIcon.js.map +1 -1
- package/HelpTriggerStandalone.js +3 -3
- package/HelpTriggerStandalone.js.map +1 -1
- package/Icon.js +2 -3
- package/Icon.js.map +1 -1
- package/Illustration.js +2 -3
- package/Illustration.js.map +1 -1
- package/InfoTeaser.js +2 -3
- package/InfoTeaser.js.map +1 -1
- package/Input.js +9 -10
- package/Input.js.map +1 -1
- package/Label.js +3 -3
- package/Label.js.map +1 -1
- package/LinkList.js +4 -5
- package/LinkList.js.map +1 -1
- package/ListEditMode.js +3 -3
- package/ListEditMode.js.map +1 -1
- package/RadioButton.js +4 -5
- package/RadioButton.js.map +1 -1
- package/Select.js +8 -10
- package/Select.js.map +1 -1
- package/Slider.js +8 -8
- package/Slider.js.map +1 -1
- package/TabList.js +2 -2
- package/TabList.js.map +1 -1
- package/Textarea.js +2 -3
- package/Textarea.js.map +1 -1
- package/__mocks__/usePseudoClasses.js +1 -1
- package/__mocks__/usePseudoClasses.js.map +1 -1
- package/components/ArticleTeaser/styles.module.scss +5 -3
- package/components/Chip/index.js +3 -3
- package/components/Chip/index.js.map +1 -1
- package/components/Drawer/styles.module.scss +26 -45
- package/components/Drawer/styles.module.scss.d.ts +0 -5
- package/components/Dropdown/Dropdown.d.ts +21 -19
- package/components/Dropdown/Dropdown.test.d.ts +0 -1
- package/components/Dropdown/index.js +78 -142
- package/components/Dropdown/index.js.map +1 -1
- package/components/Dropdown/styles.module.scss +136 -90
- package/components/Dropdown/styles.module.scss.d.ts +9 -8
- package/components/ExpanderHierarchy/index.js +3 -3
- package/components/ExpanderHierarchy/index.js.map +1 -1
- package/components/ExpanderList/index.js +4 -5
- package/components/ExpanderList/index.js.map +1 -1
- package/components/FormFieldTag/FormFieldTag.d.ts +0 -2
- package/components/FormGroup/FormGroup.d.ts +2 -1
- package/components/HelpExpanderStandalone/index.js +3 -3
- package/components/HelpExpanderStandalone/index.js.map +1 -1
- package/components/HelpTooltip/index.js +2 -3
- package/components/HelpTooltip/index.js.map +1 -1
- package/components/HelpTriggerInline/index.js +3 -3
- package/components/HelpTriggerInline/index.js.map +1 -1
- package/components/Icons/EmoticonAnnoyed.js +11 -8
- package/components/Icons/EmoticonAnnoyed.js.map +1 -1
- package/components/Icons/EmoticonDelighted.js +4 -8
- package/components/Icons/EmoticonDelighted.js.map +1 -1
- package/components/Icons/EmoticonDisappointed.js +4 -8
- package/components/Icons/EmoticonDisappointed.js.map +1 -1
- package/components/Icons/EmoticonHappy.js +4 -8
- package/components/Icons/EmoticonHappy.js.map +1 -1
- package/components/Icons/EmoticonMeh.js +4 -8
- package/components/Icons/EmoticonMeh.js.map +1 -1
- package/components/Icons/PatientAndPerson.js +2 -2
- package/components/Icons/PatientAndPerson.js.map +1 -1
- package/components/Icons/PersonAndPatient.js +2 -2
- package/components/Icons/PersonAndPatient.js.map +1 -1
- package/components/Input/styles.module.scss +21 -22
- package/components/Input/styles.module.scss.d.ts +1 -1
- package/components/Label/Label.d.ts +2 -1
- package/components/LinkList/styles.module.scss +61 -47
- package/components/LinkList/styles.module.scss.d.ts +0 -1
- package/components/ListEditMode/styles.module.scss +0 -1
- package/components/Logo/index.js +6 -6
- package/components/Logo/index.js.map +1 -1
- package/components/NotificationPanel/index.js +6 -9
- package/components/NotificationPanel/index.js.map +1 -1
- package/components/NotificationPanel/styles.module.scss +5 -10
- package/components/PopMenu/index.js +2 -2
- package/components/PopMenu/index.js.map +1 -1
- package/components/PromoPanel/index.js +3 -3
- package/components/PromoPanel/index.js.map +1 -1
- package/components/Select/styles.module.scss +2 -2
- package/components/ServiceMessage/index.js +7 -8
- package/components/ServiceMessage/index.js.map +1 -1
- package/components/StickyNote/index.js +6 -8
- package/components/StickyNote/index.js.map +1 -1
- package/components/Textarea/styles.module.scss.d.ts +0 -1
- package/components/Tile/index.js +3 -3
- package/components/Tile/index.js.map +1 -1
- package/components/Toggle/index.js +14 -12
- package/components/Toggle/index.js.map +1 -1
- package/components/Validation/index.js +2 -3
- package/components/Validation/index.js.map +1 -1
- package/constants.d.ts +0 -1
- package/constants.js +0 -1
- package/constants.js.map +1 -1
- package/designsystem-react.css +1 -11
- package/floating-ui.react.js +38 -18
- package/floating-ui.react.js.map +1 -1
- package/hooks/useIdWithFallback.d.ts +6 -0
- package/hooks/useIdWithFallback.js +9 -0
- package/hooks/useIdWithFallback.js.map +1 -0
- package/index.d.ts +0 -2
- package/index.js +0 -4
- package/index.js.map +1 -1
- package/package.json +4 -4
- package/scss/_input.scss +0 -29
- package/scss/supernova/styles/colors.css +1 -11
- package/scss/supernova/styles/typography.css +51 -52
- package/AsChildSlot.js +0 -74
- package/AsChildSlot.js.map +0 -1
- package/HN.Designsystem.Dropdown.nb-NO.js +0 -13
- package/HN.Designsystem.Dropdown.nb-NO.js.map +0 -1
- package/PanelOld.js +0 -325
- package/PanelOld.js.map +0 -1
- package/SingleSelectItem.js +0 -96
- package/SingleSelectItem.js.map +0 -1
- package/__mocks__/useHover.d.ts +0 -1
- package/__mocks__/useHover.js +0 -6
- package/__mocks__/useHover.js.map +0 -1
- package/clamp.js +0 -11
- package/clamp.js.map +0 -1
- package/components/AsChildSlot/AsChildSlot.d.ts +0 -23
- package/components/AsChildSlot/AsChildSlot.test.d.ts +0 -1
- package/components/AsChildSlot/index.d.ts +0 -3
- package/components/AsChildSlot/index.js +0 -6
- package/components/AsChildSlot/index.js.map +0 -1
- package/components/AsChildSlot/styles.module.scss +0 -13
- package/components/AsChildSlot/styles.module.scss.d.ts +0 -9
- package/components/Dropdown/SingleSelect/SingleSelect.d.ts +0 -18
- package/components/Dropdown/SingleSelect/SingleSelect.test.d.ts +0 -1
- package/components/Dropdown/SingleSelect/SingleSelectItem.d.ts +0 -21
- package/components/Dropdown/SingleSelect/index.d.ts +0 -3
- package/components/Dropdown/SingleSelect/index.js +0 -6
- package/components/Dropdown/SingleSelect/index.js.map +0 -1
- package/components/Dropdown/SingleSelect/styles.module.scss +0 -54
- package/components/Dropdown/SingleSelect/styles.module.scss.d.ts +0 -14
- package/components/DropdownOld/DropdownOld.d.ts +0 -42
- package/components/DropdownOld/index.d.ts +0 -3
- package/components/DropdownOld/index.js +0 -194
- package/components/DropdownOld/index.js.map +0 -1
- package/components/DropdownOld/resourceHelper.d.ts +0 -3
- package/components/DropdownOld/styles.module.scss +0 -230
- package/components/DropdownOld/styles.module.scss.d.ts +0 -25
- package/components/PanelListOld/PanelListOld.d.ts +0 -12
- package/components/PanelListOld/PanelListOld.test.d.ts +0 -1
- package/components/PanelListOld/index.d.ts +0 -3
- package/components/PanelListOld/index.js +0 -20
- package/components/PanelListOld/index.js.map +0 -1
- package/components/PanelListOld/styles.module.scss +0 -14
- package/components/PanelListOld/styles.module.scss.d.ts +0 -9
- package/components/PanelOld/PanelOld.d.ts +0 -89
- package/components/PanelOld/PanelOld.test.d.ts +0 -1
- package/components/PanelOld/index.d.ts +0 -3
- package/components/PanelOld/index.js +0 -9
- package/components/PanelOld/index.js.map +0 -1
- package/components/PanelOld/styles.module.scss +0 -433
- package/components/PanelOld/styles.module.scss.d.ts +0 -61
- package/hooks/useHover.d.ts +0 -10
- package/hooks/useHover.js +0 -9
- package/hooks/useHover.js.map +0 -1
- package/hooks/useUuid.d.ts +0 -6
- package/hooks/useUuid.js +0 -10
- package/hooks/useUuid.js.map +0 -1
- package/use-animate.js +0 -3946
- package/use-animate.js.map +0 -1
- /package/{components/DropdownOld/DropdownOld.test.d.ts → resources/index.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/HelpTooltip/HelpTooltip.tsx"],"sourcesContent":["import React, { useState, useRef } from 'react';\n\nimport { useFloating, useHover, useFocus, useDismiss, useInteractions, FloatingDelayGroup } from '@floating-ui/react';\n\nimport
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/HelpTooltip/HelpTooltip.tsx"],"sourcesContent":["import React, { useState, useRef, useId } from 'react';\n\nimport { useFloating, useHover, useFocus, useDismiss, useInteractions, FloatingDelayGroup } from '@floating-ui/react';\n\nimport DictionaryTrigger from '../DictionaryTrigger';\nimport PopOver from '../PopOver';\n\nexport interface HelpTooltipProps {\n /** Ordet som skal ha en tilhørende tooltip. Det skal bare sendes inn string som children. Er satt til ReactNode for å kunne brukes i CMSet. */\n children: React.ReactNode;\n /** Teksten som skal vises i boblen som åpnes */\n description: React.ReactNode;\n /** Valgfri test-id */\n testId?: string;\n}\n\nexport const HelpTooltip: React.FC<HelpTooltipProps> = ({ children, description, testId }) => {\n const popoverId = useId();\n const [showTooltip, setShowTooltip] = useState(false);\n\n const wordRef = useRef<HTMLButtonElement>(null);\n const { refs, context } = useFloating({\n open: showTooltip,\n elements: {\n reference: wordRef.current,\n },\n onOpenChange: setShowTooltip,\n });\n\n const hover = useHover(context, { move: false });\n const focus = useFocus(context);\n const dismiss = useDismiss(context);\n\n const { getReferenceProps } = useInteractions([hover, focus, dismiss]);\n\n return (\n <>\n <DictionaryTrigger ref={wordRef} {...getReferenceProps()} selected={showTooltip} aria-describedby={popoverId} data-testid={testId}>\n {children}\n </DictionaryTrigger>\n <PopOver role=\"tooltip\" ref={refs.setFloating} id={popoverId} show={showTooltip} testId={testId} controllerRef={wordRef}>\n {description}\n </PopOver>\n </>\n );\n};\n\nexport const HelpTooltipDelayGroup = FloatingDelayGroup;\n\nexport default HelpTooltip;\n"],"names":[],"mappings":";;;;;AAgBO,MAAM,cAA0C,CAAC,EAAE,UAAU,aAAa,aAAa;AAC5F,QAAM,YAAY,MAAA;AAClB,QAAM,CAAC,aAAa,cAAc,IAAI,SAAS,KAAK;AAEpD,QAAM,UAAU,OAA0B,IAAI;AAC9C,QAAM,EAAE,MAAM,QAAA,IAAY,YAAY;AAAA,IACpC,MAAM;AAAA,IACN,UAAU;AAAA,MACR,WAAW,QAAQ;AAAA,IAAA;AAAA,IAErB,cAAc;AAAA,EAAA,CACf;AAED,QAAM,QAAQ,SAAS,SAAS,EAAE,MAAM,OAAO;AAC/C,QAAM,QAAQ,SAAS,OAAO;AAC9B,QAAM,UAAU,WAAW,OAAO;AAElC,QAAM,EAAE,sBAAsB,gBAAgB,CAAC,OAAO,OAAO,OAAO,CAAC;AAErE,SACE,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,mBAAA,EAAkB,KAAK,SAAU,GAAG,kBAAA,GAAqB,UAAU,aAAa,oBAAkB,WAAW,eAAa,QACxH,SAAA,CACH;AAAA,IACA,oBAAC,SAAA,EAAQ,MAAK,WAAU,KAAK,KAAK,aAAa,IAAI,WAAW,MAAM,aAAa,QAAgB,eAAe,SAC7G,UAAA,YAAA,CACH;AAAA,EAAA,GACF;AAEJ;AAEO,MAAM,wBAAwB;"}
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import React__default from "react";
|
|
3
3
|
import classNames from "classnames";
|
|
4
4
|
import { AnalyticsId } from "../../constants.js";
|
|
5
|
-
import {
|
|
5
|
+
import { usePseudoClasses } from "../../hooks/usePseudoClasses.js";
|
|
6
6
|
import { getAriaLabelAttributes } from "../../utils/accessibility.js";
|
|
7
7
|
import { mergeRefs } from "../../utils/refs.js";
|
|
8
8
|
import { H as HelpTriggerIconInternal } from "../../HelpTriggerIcon.js";
|
|
@@ -11,7 +11,7 @@ const HelpTriggerInline = React__default.forwardRef(
|
|
|
11
11
|
({ ariaLabel, ariaLabelledById, children, className, testId, weight = "normal", ...rest }, ref) => {
|
|
12
12
|
const ariaLabelAttributes = getAriaLabelAttributes({ label: ariaLabel, id: ariaLabelledById });
|
|
13
13
|
const helpTriggerInlineStyles = classNames(styles["help-trigger-inline"], className);
|
|
14
|
-
const {
|
|
14
|
+
const { refObject, isHovered } = usePseudoClasses(ref);
|
|
15
15
|
return /* @__PURE__ */ jsxs(
|
|
16
16
|
"button",
|
|
17
17
|
{
|
|
@@ -20,7 +20,7 @@ const HelpTriggerInline = React__default.forwardRef(
|
|
|
20
20
|
"data-testid": testId,
|
|
21
21
|
"data-analyticsid": AnalyticsId.HelpTriggerInline,
|
|
22
22
|
className: helpTriggerInlineStyles,
|
|
23
|
-
ref: mergeRefs([
|
|
23
|
+
ref: mergeRefs([refObject, ref]),
|
|
24
24
|
...ariaLabelAttributes,
|
|
25
25
|
...rest,
|
|
26
26
|
children: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/HelpTriggerInline/HelpTriggerInline.tsx"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId } from '../../constants';\nimport {
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/HelpTriggerInline/HelpTriggerInline.tsx"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId } from '../../constants';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getAriaLabelAttributes } from '../../utils/accessibility';\nimport { mergeRefs } from '../../utils/refs';\nimport { HelpTriggerIconInternal, HelpTriggerWeights } from '../HelpTriggerIcon';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpTriggerInlineProps\n extends Pick<React.InputHTMLAttributes<HTMLButtonElement>, 'onClick' | 'aria-haspopup' | 'aria-controls' | 'aria-expanded'> {\n /**\n * Sets aria-label of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabel?: string;\n /**\n * Sets aria-labelledby of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabelledById?: string;\n /** Sets the text content of the HelpTriggerInline. */\n children: string;\n /**\n * Sets the colors of the help trigger. Default: normal.\n */\n weight?: HelpTriggerWeights;\n /**\n * Classname will be applied to the button element.\n */\n className?: string;\n /**\n * Optional test id.\n */\n testId?: string;\n}\n\nconst HelpTriggerInline = React.forwardRef<HTMLButtonElement, HelpTriggerInlineProps>(\n ({ ariaLabel, ariaLabelledById, children, className, testId, weight = 'normal', ...rest }, ref) => {\n const ariaLabelAttributes = getAriaLabelAttributes({ label: ariaLabel, id: ariaLabelledById });\n const helpTriggerInlineStyles = classNames(styles['help-trigger-inline'], className);\n const { refObject, isHovered } = usePseudoClasses<HTMLButtonElement>(ref as React.RefObject<HTMLButtonElement>, false);\n\n return (\n <button\n aria-label={ariaLabel}\n type=\"button\"\n data-testid={testId}\n data-analyticsid={AnalyticsId.HelpTriggerInline}\n className={helpTriggerInlineStyles}\n ref={mergeRefs([refObject, ref])}\n {...ariaLabelAttributes}\n {...rest}\n >\n <span className={styles['help-trigger-inline__text']}>{children}</span>\n <HelpTriggerIconInternal weight={weight} size={'inherit'} htmlMarkup={'span'} isHovered={isHovered} />\n </button>\n );\n }\n);\n\nHelpTriggerInline.displayName = 'HelpTriggerInline';\n\nexport default HelpTriggerInline;\n"],"names":["React"],"mappings":";;;;;;;;;AAsCA,MAAM,oBAAoBA,eAAM;AAAA,EAC9B,CAAC,EAAE,WAAW,kBAAkB,UAAU,WAAW,QAAQ,SAAS,UAAU,GAAG,KAAA,GAAQ,QAAQ;AACjG,UAAM,sBAAsB,uBAAuB,EAAE,OAAO,WAAW,IAAI,kBAAkB;AAC7F,UAAM,0BAA0B,WAAW,OAAO,qBAAqB,GAAG,SAAS;AACnF,UAAM,EAAE,WAAW,cAAc,iBAAoC,GAAgD;AAErH,WACE;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,cAAY;AAAA,QACZ,MAAK;AAAA,QACL,eAAa;AAAA,QACb,oBAAkB,YAAY;AAAA,QAC9B,WAAW;AAAA,QACX,KAAK,UAAU,CAAC,WAAW,GAAG,CAAC;AAAA,QAC9B,GAAG;AAAA,QACH,GAAG;AAAA,QAEJ,UAAA;AAAA,UAAA,oBAAC,QAAA,EAAK,WAAW,OAAO,2BAA2B,GAAI,UAAS;AAAA,8BAC/D,yBAAA,EAAwB,QAAgB,MAAM,WAAW,YAAY,QAAQ,UAAA,CAAsB;AAAA,QAAA;AAAA,MAAA;AAAA,IAAA;AAAA,EAG1G;AACF;AAEA,kBAAkB,cAAc;"}
|
|
@@ -2,16 +2,19 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { g as getIcon } from "../../Icon.js";
|
|
3
3
|
const EmoticonAnnoyed = ({ size, isHovered }) => {
|
|
4
4
|
const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { d: "M14.979 16.7605C15.1726 16.1847 15.7967 15.8746 16.3726 16.0681L22.1128 17.9988C22.5511 18.1463 22.8506 18.552 22.8618 19.0144C22.873 19.4769 22.5934 19.8966 22.1626 20.0652L16.6929 22.2058C16.1271 22.4271 15.4894 22.1475 15.2681 21.5818C15.0468 21.0161 15.3255 20.3784 15.8911 20.157L18.5425 19.1189L15.6714 18.1541C15.0956 17.9604 14.7854 17.3363 14.979 16.7605Z" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { d: "M24.8457 24.1012C26.9033 24.1013 29.3331 24.7503 31.3418 26.1305C33.3741 27.5269 35.0067 29.7003 35.3096 32.7008C35.3703 33.3049 34.9303 33.8437 34.3262 33.9049C33.7218 33.9659 33.1822 33.5258 33.1211 32.9215C32.894 30.672 31.6909 29.04 30.0957 27.944C28.4772 26.8319 26.4879 26.3005 24.8457 26.3004C23.2084 26.3004 21.2237 26.8414 19.6064 27.9606C18.0112 29.0644 16.8102 30.6988 16.5791 32.9244C16.5163 33.5286 15.9762 33.9674 15.3721 33.9049C14.7678 33.8421 14.3289 33.3011 14.3916 32.6969C14.7006 29.7227 16.3298 27.5521 18.3545 26.151C20.3572 24.7652 22.7831 24.1012 24.8457 24.1012Z" })
|
|
5
|
+
/* @__PURE__ */ jsx("path", { d: "M24.85 4.56A19.65 19.65 0 1 0 44.5 24.21 19.68 19.68 0 0 0 24.85 4.56Zm0 38A18.35 18.35 0 1 1 43.2 24.21a18.37 18.37 0 0 1-18.35 18.35Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M24.85 27.47c-5.94 0-10.09 3-11.12 6a.652.652 0 0 0 .4.83.81.81 0 0 0 .22 0 .64.64 0 0 0 .61-.44c.86-2.47 4.61-5.1 9.89-5.1s9.16 2.58 9.88 5.07a.652.652 0 1 0 1.25-.37c-.85-2.9-5.03-5.99-11.13-5.99Zm3.08-7.77c.07.01.14.01.21 0l.67-.23c-.005.08-.005.16 0 .24a1.592 1.592 0 0 0 2.714 1.125 1.592 1.592 0 0 0-.014-2.265l2.39-.8a.651.651 0 0 0 .41-.82.66.66 0 0 0-.83-.41l-5.74 1.93a.651.651 0 0 0 .21 1.26l-.02-.03Zm-12.1-2 2.38.8a1.591 1.591 0 0 0 1.988 2.464 1.59 1.59 0 0 0 .712-1.323c.005-.08.005-.16 0-.24l.68.23h.2a.65.65 0 0 0 .21-1.26l-5.74-1.93a.65.65 0 0 0-.41 1.23l-.02.03Z" })
|
|
9
7
|
] });
|
|
10
8
|
const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
11
|
-
/* @__PURE__ */ jsx(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
/* @__PURE__ */ jsx(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M16.057 16.195a.65.65 0 0 0-.414 1.232l3.914 1.314-3.914 1.314a.65.65 0 0 0 .414 1.232l5.732-1.924a.649.649 0 0 0 0-1.244l-5.732-1.924Zm17.64 1.232a.65.65 0 1 0-.414-1.232l-5.722 1.924a.65.65 0 0 0 0 1.244l5.722 1.924a.65.65 0 0 0 .414-1.232L29.79 18.74l3.907-1.314Z"
|
|
14
|
+
}
|
|
15
|
+
),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { d: "M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.67 19.67 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.37 18.37 0 0 1-18.35 18.35Z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { d: "M24.82 27.26c-5.94 0-10.09 3-11.12 6a.682.682 0 0 0 .09.59.65.65 0 0 0 .53.27h21a.64.64 0 0 0 .62-.83c-.83-2.94-5.02-6.03-11.12-6.03Zm-9.47 5.53c1.33-2.18 4.81-4.23 9.47-4.23 4.66 0 8.28 2 9.53 4.23h-19Z" })
|
|
15
18
|
] });
|
|
16
19
|
return getIcon({ size, isHovered, normal, normalHover });
|
|
17
20
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmoticonAnnoyed.js","sources":["../../../src/components/Icons/EmoticonAnnoyed.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonAnnoyed: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"
|
|
1
|
+
{"version":3,"file":"EmoticonAnnoyed.js","sources":["../../../src/components/Icons/EmoticonAnnoyed.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonAnnoyed: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M24.85 4.56A19.65 19.65 0 1 0 44.5 24.21 19.68 19.68 0 0 0 24.85 4.56Zm0 38A18.35 18.35 0 1 1 43.2 24.21a18.37 18.37 0 0 1-18.35 18.35Z\" />\n <path d=\"M24.85 27.47c-5.94 0-10.09 3-11.12 6a.652.652 0 0 0 .4.83.81.81 0 0 0 .22 0 .64.64 0 0 0 .61-.44c.86-2.47 4.61-5.1 9.89-5.1s9.16 2.58 9.88 5.07a.652.652 0 1 0 1.25-.37c-.85-2.9-5.03-5.99-11.13-5.99Zm3.08-7.77c.07.01.14.01.21 0l.67-.23c-.005.08-.005.16 0 .24a1.592 1.592 0 0 0 2.714 1.125 1.592 1.592 0 0 0-.014-2.265l2.39-.8a.651.651 0 0 0 .41-.82.66.66 0 0 0-.83-.41l-5.74 1.93a.651.651 0 0 0 .21 1.26l-.02-.03Zm-12.1-2 2.38.8a1.591 1.591 0 0 0 1.988 2.464 1.59 1.59 0 0 0 .712-1.323c.005-.08.005-.16 0-.24l.68.23h.2a.65.65 0 0 0 .21-1.26l-5.74-1.93a.65.65 0 0 0-.41 1.23l-.02.03Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path\n fillRule={'evenodd'}\n d=\"M16.057 16.195a.65.65 0 0 0-.414 1.232l3.914 1.314-3.914 1.314a.65.65 0 0 0 .414 1.232l5.732-1.924a.649.649 0 0 0 0-1.244l-5.732-1.924Zm17.64 1.232a.65.65 0 1 0-.414-1.232l-5.722 1.924a.65.65 0 0 0 0 1.244l5.722 1.924a.65.65 0 0 0 .414-1.232L29.79 18.74l3.907-1.314Z\"\n />\n <path d=\"M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.67 19.67 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.37 18.37 0 0 1-18.35 18.35Z\" />\n <path d=\"M24.82 27.26c-5.94 0-10.09 3-11.12 6a.682.682 0 0 0 .09.59.65.65 0 0 0 .53.27h21a.64.64 0 0 0 .62-.83c-.83-2.94-5.02-6.03-11.12-6.03Zm-9.47 5.53c1.33-2.18 4.81-4.23 9.47-4.23 4.66 0 8.28 2 9.53 4.23h-19Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default EmoticonAnnoyed;\n"],"names":[],"mappings":";;AAIA,MAAM,kBAA0C,CAAC,EAAE,MAAM,gBAAkD;AACzG,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,0IAAA,CAA0I;AAAA,IAClJ,oBAAC,QAAA,EAAK,GAAE,wkBAAA,CAAwkB;AAAA,EAAA,GACllB;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAU;AAAA,QACV,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,IAEJ,oBAAC,QAAA,EAAK,GAAE,sIAAA,CAAsI;AAAA,IAC9I,oBAAC,QAAA,EAAK,GAAE,8MAAA,CAA8M;AAAA,EAAA,GACxN;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -2,16 +2,12 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { g as getIcon } from "../../Icon.js";
|
|
3
3
|
const EmoticonDelighted = ({ size, isHovered }) => {
|
|
4
4
|
const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { d: "M21.7329 19.9398C21.7329 20.9579 20.9111 21.7797 19.8931 21.7797C18.8751 21.7796 18.0532 20.9579 18.0532 19.9398C18.0533 18.9219 18.8751 18.1001 19.8931 18.1C20.9111 18.1 21.7328 18.9218 21.7329 19.9398Z" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { d: "M35.2993 25.4209C35.611 25.4209 35.9081 25.5526 36.1167 25.7842C36.3253 26.0159 36.4257 26.3257 36.3931 26.6357C36.0495 29.9015 34.2532 32.2849 32.019 33.8262C29.9448 35.2571 27.4601 35.9911 25.2837 36.0771L24.853 36.085C22.5829 36.0849 19.8999 35.3703 17.6821 33.8506C15.4412 32.315 13.6438 29.929 13.3032 26.6338C13.2712 26.324 13.372 26.0154 13.5806 25.7842C13.7891 25.5529 14.0856 25.4209 14.397 25.4209H35.2993ZM15.7144 27.6201C16.2246 29.5496 17.4221 31.0044 18.9263 32.0352C20.7542 33.2878 22.9973 33.8857 24.853 33.8857C26.7023 33.8857 28.9422 33.2766 30.77 32.0156C32.2716 30.9798 33.4652 29.526 33.978 27.6201H15.7144Z" })
|
|
5
|
+
/* @__PURE__ */ jsx("path", { d: "M24.85 4.35A19.65 19.65 0 1 0 44.5 24 19.67 19.67 0 0 0 24.85 4.35Zm0 38A18.35 18.35 0 1 1 43.2 24a18.37 18.37 0 0 1-18.35 18.35Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M19.32 21.03a1.59 1.59 0 1 0 .02-3.18 1.59 1.59 0 0 0-.02 3.18Zm11.06 0a1.59 1.59 0 1 0 0-3.181 1.59 1.59 0 0 0 0 3.18Zm5 6.05h-21a.65.65 0 0 0-.65.65c0 7 6.52 10.14 11.15 10.14 4.63 0 11.16-3.14 11.16-10.14a.65.65 0 0 0-.66-.65Zm-10.51 9.49c-3.94 0-9.44-2.54-9.83-8.19H34.7c-.41 5.65-5.9 8.19-9.85 8.19h.02Z" })
|
|
9
7
|
] });
|
|
10
8
|
const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
11
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
13
|
-
/* @__PURE__ */ jsx("path", { d: "M19.0625 18.4803C20.2742 18.4803 21.4468 18.9479 22.3223 19.784C22.7615 20.2036 22.7778 20.9004 22.3584 21.3397C21.9389 21.7789 21.2421 21.7952 20.8027 21.3758C20.3382 20.9321 19.7107 20.6795 19.0625 20.6795C18.4143 20.6795 17.7868 20.9321 17.3223 21.3758C16.883 21.7952 16.1862 21.7789 15.7666 21.3397C15.3472 20.9004 15.3635 20.2036 15.8027 19.784C16.6782 18.9479 17.8508 18.4803 19.0625 18.4803Z" }),
|
|
14
|
-
/* @__PURE__ */ jsx("path", { d: "M35.2993 25.4209C35.611 25.4209 35.9081 25.5526 36.1167 25.7842C36.3253 26.0159 36.4257 26.3257 36.393 26.6357C36.0494 29.9015 34.2532 32.2849 32.019 33.8262C29.9448 35.2571 27.46 35.9911 25.2837 36.0771L24.853 36.085C22.5829 36.0849 19.8998 35.3703 17.6821 33.8506C15.4411 32.315 13.6438 29.929 13.3032 26.6338C13.2712 26.324 13.372 26.0154 13.5805 25.7842C13.7891 25.5529 14.0855 25.4209 14.3969 25.4209H35.2993ZM15.7143 27.6201C16.2246 29.5496 17.4221 31.0044 18.9262 32.0352C20.7542 33.2878 22.9973 33.8857 24.853 33.8857C26.7023 33.8857 28.9421 33.2766 30.77 32.0156C32.2716 30.9798 33.4652 29.526 33.978 27.6201H15.7143Z" })
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.67 19.67 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.37 18.37 0 0 1-18.35 18.35Z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { d: "M35.38 27.08h-21a.65.65 0 0 0-.65.65c0 7 6.52 10.14 11.15 10.14 4.63 0 11.16-3.14 11.16-10.14a.65.65 0 0 0-.66-.65Zm-10.51 9.49c-3.94 0-9.44-2.54-9.83-8.19h19.67c-.45 5.65-5.94 8.19-9.89 8.19h.05Zm-7.62-15.95a2.93 2.93 0 0 1 4.12 0 .649.649 0 0 0 .85-.98 4.22 4.22 0 0 0-5.87 0 .642.642 0 0 0 0 .91.66.66 0 0 0 .9.07Zm11.05 0a2.93 2.93 0 0 1 4.12 0 .719.719 0 0 0 .43.16.65.65 0 0 0 .49-.23.641.641 0 0 0-.06-.91 4.23 4.23 0 0 0-5.88 0 .65.65 0 0 0 0 .91.66.66 0 0 0 .9.07Z" })
|
|
15
11
|
] });
|
|
16
12
|
return getIcon({ size, isHovered, normal, normalHover });
|
|
17
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmoticonDelighted.js","sources":["../../../src/components/Icons/EmoticonDelighted.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonDelighted: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"
|
|
1
|
+
{"version":3,"file":"EmoticonDelighted.js","sources":["../../../src/components/Icons/EmoticonDelighted.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonDelighted: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M24.85 4.35A19.65 19.65 0 1 0 44.5 24 19.67 19.67 0 0 0 24.85 4.35Zm0 38A18.35 18.35 0 1 1 43.2 24a18.37 18.37 0 0 1-18.35 18.35Z\" />\n <path d=\"M19.32 21.03a1.59 1.59 0 1 0 .02-3.18 1.59 1.59 0 0 0-.02 3.18Zm11.06 0a1.59 1.59 0 1 0 0-3.181 1.59 1.59 0 0 0 0 3.18Zm5 6.05h-21a.65.65 0 0 0-.65.65c0 7 6.52 10.14 11.15 10.14 4.63 0 11.16-3.14 11.16-10.14a.65.65 0 0 0-.66-.65Zm-10.51 9.49c-3.94 0-9.44-2.54-9.83-8.19H34.7c-.41 5.65-5.9 8.19-9.85 8.19h.02Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.67 19.67 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.37 18.37 0 0 1-18.35 18.35Z\" />\n <path d=\"M35.38 27.08h-21a.65.65 0 0 0-.65.65c0 7 6.52 10.14 11.15 10.14 4.63 0 11.16-3.14 11.16-10.14a.65.65 0 0 0-.66-.65Zm-10.51 9.49c-3.94 0-9.44-2.54-9.83-8.19h19.67c-.45 5.65-5.94 8.19-9.89 8.19h.05Zm-7.62-15.95a2.93 2.93 0 0 1 4.12 0 .649.649 0 0 0 .85-.98 4.22 4.22 0 0 0-5.87 0 .642.642 0 0 0 0 .91.66.66 0 0 0 .9.07Zm11.05 0a2.93 2.93 0 0 1 4.12 0 .719.719 0 0 0 .43.16.65.65 0 0 0 .49-.23.641.641 0 0 0-.06-.91 4.23 4.23 0 0 0-5.88 0 .65.65 0 0 0 0 .91.66.66 0 0 0 .9.07Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default EmoticonDelighted;\n"],"names":[],"mappings":";;AAIA,MAAM,oBAA4C,CAAC,EAAE,MAAM,gBAAkD;AAC3G,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,oIAAA,CAAoI;AAAA,IAC5I,oBAAC,QAAA,EAAK,GAAE,uTAAA,CAAuT;AAAA,EAAA,GACjU;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,sIAAA,CAAsI;AAAA,IAC9I,oBAAC,QAAA,EAAK,GAAE,4dAAA,CAA4d;AAAA,EAAA,GACte;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -2,16 +2,12 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { g as getIcon } from "../../Icon.js";
|
|
3
3
|
const EmoticonDisappointed = ({ size, isHovered }) => {
|
|
4
4
|
const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { d: "M21.8984 19.9398C21.8984 20.9579 21.0767 21.7797 20.0586 21.7797C19.0406 21.7796 18.2188 20.9579 18.2188 19.9398C18.2188 18.9219 19.0407 18.1001 20.0586 18.1C21.0766 18.1 21.8984 18.9218 21.8984 19.9398Z" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { d: "M24.7979 26.5872C27.4291 26.5873 31.204 28.1083 32.2266 31.76C32.3904 32.345 32.0489 32.9527 31.4639 33.1165C30.8791 33.28 30.2723 32.9384 30.1084 32.3538C29.451 30.0059 26.8665 28.7865 24.7979 28.7864C22.7409 28.7864 20.1624 30.0279 19.4951 32.3596C19.3279 32.9436 18.7188 33.2816 18.1348 33.1145C17.5507 32.9473 17.2128 32.3382 17.3799 31.7542C18.4126 28.1458 22.1548 26.5872 24.7979 26.5872Z" })
|
|
5
|
+
/* @__PURE__ */ jsx("path", { d: "M24.85 4.35A19.65 19.65 0 1 0 44.5 24 19.68 19.68 0 0 0 24.85 4.35Zm0 38A18.35 18.35 0 1 1 43.2 24a18.37 18.37 0 0 1-18.35 18.35Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M19.32 21.09a1.59 1.59 0 1 0 .02-3.182 1.59 1.59 0 0 0-.02 3.182Zm11.06 0a1.59 1.59 0 1 0 .002-3.179 1.59 1.59 0 0 0-.002 3.179Zm-5.53 8.15c-3.57 0-6.44.73-7.68 2a.65.65 0 1 0 .92.92c.73-.74 2.94-1.59 6.76-1.59 3.56 0 6 .82 6.76 1.59a.7.7 0 0 0 .46.19.66.66 0 0 0 .655-.65.64.64 0 0 0-.195-.46c-1.15-1.23-4.21-2-7.68-2Z" })
|
|
9
7
|
] });
|
|
10
8
|
const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
11
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
13
|
-
/* @__PURE__ */ jsx("path", { d: "M20.8027 19.4893C21.242 19.0699 21.9389 19.0862 22.3584 19.5254C22.7778 19.9647 22.7615 20.6615 22.3223 21.0811C21.4468 21.9172 20.2742 22.3848 19.0625 22.3848C17.8508 22.3848 16.6782 21.9172 15.8027 21.0811C15.3635 20.6615 15.3472 19.9647 15.7666 19.5254C16.1861 19.0862 16.883 19.0699 17.3223 19.4893C17.7868 19.933 18.4143 20.1855 19.0625 20.1855C19.7107 20.1855 20.3382 19.933 20.8027 19.4893Z" }),
|
|
14
|
-
/* @__PURE__ */ jsx("path", { d: "M24.7978 26.5869C27.4291 26.5871 31.204 28.1081 32.2266 31.7598C32.3904 32.3448 32.0489 32.9524 31.4639 33.1162C30.8791 33.2797 30.2723 32.9382 30.1084 32.3535C29.451 30.0057 26.8665 28.7863 24.7978 28.7861C22.7409 28.7861 20.1624 30.0277 19.4951 32.3594C19.3279 32.9433 18.7188 33.2814 18.1348 33.1143C17.5507 32.9471 17.2128 32.3379 17.3799 31.7539C18.4126 28.1456 22.1548 26.5869 24.7978 26.5869Z" })
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.68 19.68 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.37 18.37 0 0 1-18.35 18.35Z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { d: "M24.82 29.24c-3.57 0-6.44.73-7.68 2a.65.65 0 1 0 .92.92c.74-.74 3-1.59 6.76-1.59 3.56 0 6 .82 6.77 1.59a.66.66 0 0 0 .46.19.7.7 0 0 0 .46-.19.66.66 0 0 0 0-.92c-1.2-1.23-4.22-2-7.69-2Zm-2.6-10a.661.661 0 0 0 .07-.92.65.65 0 0 0-.92-.06 2.94 2.94 0 0 1-4.12 0 .66.66 0 0 0-.92 0 .65.65 0 0 0 0 .92 4.46 4.46 0 0 0 3 1.2 4.34 4.34 0 0 0 2.89-1.14Zm10.16-.98a2.94 2.94 0 0 1-4.12 0 .65.65 0 1 0-.9.94 4.46 4.46 0 0 0 3 1.2 4.36 4.36 0 0 0 2.91-1.18.656.656 0 0 0 .07-.93.661.661 0 0 0-.93-.07l-.03.04Z" })
|
|
15
11
|
] });
|
|
16
12
|
return getIcon({ size, isHovered, normal, normalHover });
|
|
17
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmoticonDisappointed.js","sources":["../../../src/components/Icons/EmoticonDisappointed.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonDisappointed: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"
|
|
1
|
+
{"version":3,"file":"EmoticonDisappointed.js","sources":["../../../src/components/Icons/EmoticonDisappointed.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonDisappointed: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M24.85 4.35A19.65 19.65 0 1 0 44.5 24 19.68 19.68 0 0 0 24.85 4.35Zm0 38A18.35 18.35 0 1 1 43.2 24a18.37 18.37 0 0 1-18.35 18.35Z\" />\n <path d=\"M19.32 21.09a1.59 1.59 0 1 0 .02-3.182 1.59 1.59 0 0 0-.02 3.182Zm11.06 0a1.59 1.59 0 1 0 .002-3.179 1.59 1.59 0 0 0-.002 3.179Zm-5.53 8.15c-3.57 0-6.44.73-7.68 2a.65.65 0 1 0 .92.92c.73-.74 2.94-1.59 6.76-1.59 3.56 0 6 .82 6.76 1.59a.7.7 0 0 0 .46.19.66.66 0 0 0 .655-.65.64.64 0 0 0-.195-.46c-1.15-1.23-4.21-2-7.68-2Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.68 19.68 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.37 18.37 0 0 1-18.35 18.35Z\" />\n <path d=\"M24.82 29.24c-3.57 0-6.44.73-7.68 2a.65.65 0 1 0 .92.92c.74-.74 3-1.59 6.76-1.59 3.56 0 6 .82 6.77 1.59a.66.66 0 0 0 .46.19.7.7 0 0 0 .46-.19.66.66 0 0 0 0-.92c-1.2-1.23-4.22-2-7.69-2Zm-2.6-10a.661.661 0 0 0 .07-.92.65.65 0 0 0-.92-.06 2.94 2.94 0 0 1-4.12 0 .66.66 0 0 0-.92 0 .65.65 0 0 0 0 .92 4.46 4.46 0 0 0 3 1.2 4.34 4.34 0 0 0 2.89-1.14Zm10.16-.98a2.94 2.94 0 0 1-4.12 0 .65.65 0 1 0-.9.94 4.46 4.46 0 0 0 3 1.2 4.36 4.36 0 0 0 2.91-1.18.656.656 0 0 0 .07-.93.661.661 0 0 0-.93-.07l-.03.04Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default EmoticonDisappointed;\n"],"names":[],"mappings":";;AAIA,MAAM,uBAA+C,CAAC,EAAE,MAAM,gBAAkD;AAC9G,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,oIAAA,CAAoI;AAAA,IAC5I,oBAAC,QAAA,EAAK,GAAE,kUAAA,CAAkU;AAAA,EAAA,GAC5U;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,sIAAA,CAAsI;AAAA,IAC9I,oBAAC,QAAA,EAAK,GAAE,qfAAA,CAAqf;AAAA,EAAA,GAC/f;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -2,16 +2,12 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { g as getIcon } from "../../Icon.js";
|
|
3
3
|
const EmoticonHappy = ({ size, isHovered }) => {
|
|
4
4
|
const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { d: "M21.8984 19.9398C21.8984 20.9579 21.0767 21.7797 20.0586 21.7797C19.0406 21.7796 18.2188 20.9579 18.2188 19.9398C18.2188 18.9219 19.0407 18.1001 20.0586 18.1C21.0766 18.1 21.8984 18.9218 21.8984 19.9398Z" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { d: "M30.3235 27.3224C30.4907 26.7386 31.099 26.4007 31.6829 26.5676C32.2669 26.7347 32.6049 27.3438 32.4377 27.9279C31.405 31.536 27.6638 33.0948 25.0208 33.0949C22.3894 33.0949 18.6137 31.5739 17.5911 27.922C17.4273 27.3371 17.7689 26.7295 18.3538 26.5656C18.9387 26.4018 19.5463 26.7434 19.7102 27.3283C20.3676 29.6763 22.9521 30.8957 25.0208 30.8957C27.0777 30.8956 29.6562 29.6541 30.3235 27.3224Z" })
|
|
5
|
+
/* @__PURE__ */ jsx("path", { d: "M24.85 4.35A19.65 19.65 0 1 0 44.5 24 19.67 19.67 0 0 0 24.85 4.35Zm0 38A18.35 18.35 0 1 1 43.2 24a18.37 18.37 0 0 1-18.35 18.35Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M19.32 21.03a1.59 1.59 0 1 0 .021-3.18 1.59 1.59 0 0 0-.021 3.18Zm11.06 0a1.59 1.59 0 1 0 .001-3.18 1.59 1.59 0 0 0-.001 3.18Zm5.31 6.14a.65.65 0 0 0-.89.23 12.001 12.001 0 0 1-19.89 0 .66.66 0 0 0-.9-.23.65.65 0 0 0-.22.89c2.27 3.84 6.2 6 11.06 6s8.79-2.11 11.07-6a.649.649 0 0 0-.23-.89Z" })
|
|
9
7
|
] });
|
|
10
8
|
const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
11
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
13
|
-
/* @__PURE__ */ jsx("path", { d: "M19.0625 19.1852C20.2742 19.1852 21.4468 19.6527 22.3223 20.4889C22.7615 20.9084 22.7778 21.6052 22.3584 22.0446C21.9389 22.4838 21.242 22.5001 20.8027 22.0807C20.3382 21.637 19.7107 21.3844 19.0625 21.3844C18.4143 21.3844 17.7868 21.637 17.3223 22.0807C16.883 22.5001 16.1861 22.4838 15.7666 22.0446C15.3472 21.6052 15.3635 20.9084 15.8027 20.4889C16.6782 19.6527 17.8508 19.1852 19.0625 19.1852Z" }),
|
|
14
|
-
/* @__PURE__ */ jsx("path", { d: "M30.3235 27.3224C30.4907 26.7386 31.099 26.4007 31.6829 26.5676C32.2669 26.7347 32.6049 27.3438 32.4377 27.9279C31.405 31.536 27.6638 33.0948 25.0208 33.0949C22.3894 33.0949 18.6137 31.5739 17.5911 27.922C17.4273 27.3371 17.7689 26.7295 18.3538 26.5656C18.9387 26.4018 19.5463 26.7434 19.7102 27.3283C20.3676 29.6763 22.9521 30.8957 25.0208 30.8957C27.0777 30.8956 29.6562 29.6541 30.3235 27.3224Z" })
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.67 19.67 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.38 18.38 0 0 1-18.35 18.35Z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { d: "M35.66 27.17a.65.65 0 0 0-.89.23 12.002 12.002 0 0 1-15.576 3.881A12.002 12.002 0 0 1 14.88 27.4a.649.649 0 0 0-1.12.66 12.289 12.289 0 0 0 11.06 6c4.86 0 8.79-2.11 11.07-6a.65.65 0 0 0-.23-.89Zm-18.41-6.32a3 3 0 0 1 4.12 0 .62.62 0 0 0 .43.16.64.64 0 0 0 .49-.22.66.66 0 0 0-.07-.92 4.24 4.24 0 0 0-5.87 0 .637.637 0 0 0 0 .91.65.65 0 0 0 .9.07Zm11.05 0a3 3 0 0 1 4.12 0 .66.66 0 0 0 .92-.06.651.651 0 0 0-.06-.92 4.25 4.25 0 0 0-5.88 0 .648.648 0 0 0 .162 1.11.65.65 0 0 0 .738-.18v.05Z" })
|
|
15
11
|
] });
|
|
16
12
|
return getIcon({ size, isHovered, normal, normalHover });
|
|
17
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmoticonHappy.js","sources":["../../../src/components/Icons/EmoticonHappy.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonHappy: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"
|
|
1
|
+
{"version":3,"file":"EmoticonHappy.js","sources":["../../../src/components/Icons/EmoticonHappy.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonHappy: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M24.85 4.35A19.65 19.65 0 1 0 44.5 24 19.67 19.67 0 0 0 24.85 4.35Zm0 38A18.35 18.35 0 1 1 43.2 24a18.37 18.37 0 0 1-18.35 18.35Z\" />\n <path d=\"M19.32 21.03a1.59 1.59 0 1 0 .021-3.18 1.59 1.59 0 0 0-.021 3.18Zm11.06 0a1.59 1.59 0 1 0 .001-3.18 1.59 1.59 0 0 0-.001 3.18Zm5.31 6.14a.65.65 0 0 0-.89.23 12.001 12.001 0 0 1-19.89 0 .66.66 0 0 0-.9-.23.65.65 0 0 0-.22.89c2.27 3.84 6.2 6 11.06 6s8.79-2.11 11.07-6a.649.649 0 0 0-.23-.89Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.67 19.67 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.38 18.38 0 0 1-18.35 18.35Z\" />\n <path d=\"M35.66 27.17a.65.65 0 0 0-.89.23 12.002 12.002 0 0 1-15.576 3.881A12.002 12.002 0 0 1 14.88 27.4a.649.649 0 0 0-1.12.66 12.289 12.289 0 0 0 11.06 6c4.86 0 8.79-2.11 11.07-6a.65.65 0 0 0-.23-.89Zm-18.41-6.32a3 3 0 0 1 4.12 0 .62.62 0 0 0 .43.16.64.64 0 0 0 .49-.22.66.66 0 0 0-.07-.92 4.24 4.24 0 0 0-5.87 0 .637.637 0 0 0 0 .91.65.65 0 0 0 .9.07Zm11.05 0a3 3 0 0 1 4.12 0 .66.66 0 0 0 .92-.06.651.651 0 0 0-.06-.92 4.25 4.25 0 0 0-5.88 0 .648.648 0 0 0 .162 1.11.65.65 0 0 0 .738-.18v.05Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default EmoticonHappy;\n"],"names":[],"mappings":";;AAIA,MAAM,gBAAwC,CAAC,EAAE,MAAM,gBAAkD;AACvG,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,oIAAA,CAAoI;AAAA,IAC5I,oBAAC,QAAA,EAAK,GAAE,oSAAA,CAAoS;AAAA,EAAA,GAC9S;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,sIAAA,CAAsI;AAAA,IAC9I,oBAAC,QAAA,EAAK,GAAE,2eAAA,CAA2e;AAAA,EAAA,GACrf;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -2,16 +2,12 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { g as getIcon } from "../../Icon.js";
|
|
3
3
|
const EmoticonMeh = ({ size, isHovered }) => {
|
|
4
4
|
const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { d: "M21.8984 19.9398C21.8984 20.9579 21.0767 21.7797 20.0586 21.7797C19.0406 21.7796 18.2188 20.9579 18.2188 19.9398C18.2188 18.9219 19.0407 18.1001 20.0586 18.1C21.0766 18.1 21.8984 18.9218 21.8984 19.9398Z" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { d: "M30.9688 28.7106C31.5763 28.7106 32.0684 29.2027 32.0684 29.8102C32.0684 30.4177 31.5763 30.9098 30.9688 30.9098L19.0625 30.9098C18.455 30.9098 17.9629 30.4177 17.9629 29.8102C17.9629 29.2027 18.455 28.7106 19.0625 28.7106L30.9688 28.7106Z" })
|
|
5
|
+
/* @__PURE__ */ jsx("path", { d: "M24.85 4.35A19.65 19.65 0 1 0 44.5 24 19.67 19.67 0 0 0 24.85 4.35Zm0 38A18.35 18.35 0 1 1 43.2 24a18.37 18.37 0 0 1-18.35 18.35Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M19.32 21.03a1.59 1.59 0 1 0 .018-3.181 1.59 1.59 0 0 0-.018 3.181Zm11.06 0a1.59 1.59 0 1 0-.002-3.18 1.59 1.59 0 0 0 .002 3.18Zm3.42 8.3H15.9a.65.65 0 0 0 0 1.3h17.9a.65.65 0 0 0 0-1.3Z" })
|
|
9
7
|
] });
|
|
10
8
|
const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
11
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { d: "M33.
|
|
13
|
-
/* @__PURE__ */ jsx("path", { d: "M21.1143 18.6852C21.7218 18.6852 22.2148 19.1773 22.2148 19.7848C22.2148 20.3923 21.7218 20.8844 21.1143 20.8844H16.9844C16.3769 20.8844 15.8848 20.3923 15.8848 19.7848C15.8848 19.1773 16.3769 18.6852 16.9844 18.6852H21.1143Z" }),
|
|
14
|
-
/* @__PURE__ */ jsx("path", { d: "M30.9688 28.7106C31.5763 28.7106 32.0684 29.2027 32.0684 29.8102C32.0684 30.4177 31.5763 30.9098 30.9688 30.9098L19.0625 30.9098C18.455 30.9098 17.9629 30.4177 17.9629 29.8102C17.9629 29.2027 18.455 28.7106 19.0625 28.7106L30.9688 28.7106Z" })
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.67 19.67 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.38 18.38 0 0 1-18.35 18.35Z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { d: "M33.77 29.33H15.88a.65.65 0 0 0 0 1.3h17.89a.65.65 0 0 0 0-1.3Zm-16.54-9.2h4.15a.65.65 0 0 0 0-1.3h-4.13a.65.65 0 0 0 0 1.3h-.02Zm11.05 0h4.1a.65.65 0 0 0 0-1.3h-4.14a.65.65 0 0 0 0 1.3h.04Z" })
|
|
15
11
|
] });
|
|
16
12
|
return getIcon({ size, isHovered, normal, normalHover });
|
|
17
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmoticonMeh.js","sources":["../../../src/components/Icons/EmoticonMeh.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonMeh: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"
|
|
1
|
+
{"version":3,"file":"EmoticonMeh.js","sources":["../../../src/components/Icons/EmoticonMeh.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EmoticonMeh: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M24.85 4.35A19.65 19.65 0 1 0 44.5 24 19.67 19.67 0 0 0 24.85 4.35Zm0 38A18.35 18.35 0 1 1 43.2 24a18.37 18.37 0 0 1-18.35 18.35Z\" />\n <path d=\"M19.32 21.03a1.59 1.59 0 1 0 .018-3.181 1.59 1.59 0 0 0-.018 3.181Zm11.06 0a1.59 1.59 0 1 0-.002-3.18 1.59 1.59 0 0 0 .002 3.18Zm3.42 8.3H15.9a.65.65 0 0 0 0 1.3h17.9a.65.65 0 0 0 0-1.3Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M24.82 4.35A19.65 19.65 0 1 0 44.47 24 19.67 19.67 0 0 0 24.82 4.35Zm0 38A18.35 18.35 0 1 1 43.17 24a18.38 18.38 0 0 1-18.35 18.35Z\" />\n <path d=\"M33.77 29.33H15.88a.65.65 0 0 0 0 1.3h17.89a.65.65 0 0 0 0-1.3Zm-16.54-9.2h4.15a.65.65 0 0 0 0-1.3h-4.13a.65.65 0 0 0 0 1.3h-.02Zm11.05 0h4.1a.65.65 0 0 0 0-1.3h-4.14a.65.65 0 0 0 0 1.3h.04Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default EmoticonMeh;\n"],"names":[],"mappings":";;AAIA,MAAM,cAAsC,CAAC,EAAE,MAAM,gBAAkD;AACrG,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,oIAAA,CAAoI;AAAA,IAC5I,oBAAC,QAAA,EAAK,GAAE,6LAAA,CAA6L;AAAA,EAAA,GACvM;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,sIAAA,CAAsI;AAAA,IAC9I,oBAAC,QAAA,EAAK,GAAE,iMAAA,CAAiM;AAAA,EAAA,GAC3M;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
const PatientAndPerson = ({ isHovered }) => {
|
|
3
|
-
const normal = /* @__PURE__ */ jsx("path", { d: "
|
|
4
|
-
const normalHover = /* @__PURE__ */ jsx("path", { d: "
|
|
3
|
+
const normal = /* @__PURE__ */ jsx("path", { d: "M19.568 15.908a.489.489 0 100-.978.489.489 0 000 .978zm7.426-2.526h3.22a4.085 4.085 0 003.573-2.107 4.035 4.035 0 003.542 2.107h2.228V15.4a6.09 6.09 0 01-6.083 6.082h-.398a6.09 6.09 0 01-6.082-6.082v-2.02zm0-1.285a6.09 6.09 0 016.082-6.082h.398a6.09 6.09 0 016.083 6.082v.285h-2.228a3.034 3.034 0 01-3.031-3.031v-.267h-1v.214c0 1.7-1.383 3.084-3.084 3.084h-3.22v-.285zm6.082 10.686h.398c4.07 0 7.383-3.312 7.383-7.382v-3.304c0-4.07-3.312-7.382-7.383-7.382h-.398c-4.07 0-7.382 3.312-7.382 7.382V15.4c0 4.07 3.312 7.382 7.382 7.382zM14.42 15.908a.488.488 0 100-.976.488.488 0 000 .976zm-3.551-2.733h.69c1.48 0 2.773-.823 3.444-2.035a3.987 3.987 0 003.474 2.035h4.572v1.949a5.904 5.904 0 01-5.897 5.897h-.386a5.904 5.904 0 01-5.897-5.897v-1.95zm0-1.263a5.903 5.903 0 015.897-5.897h.386a5.903 5.903 0 015.897 5.897v.263h-4.572a2.99 2.99 0 01-2.986-2.986v-.207h-1v.259a2.936 2.936 0 01-2.932 2.934h-.69v-.263zm5.897 10.409h.386c3.969 0 7.197-3.23 7.197-7.197v-3.212c0-3.968-3.228-7.197-7.197-7.197h-.386c-3.97 0-7.198 3.229-7.198 7.197v3.212c0 3.968 3.229 7.197 7.198 7.197zm12.829-6.617a.503.503 0 10-1.005.001.503.503 0 001.005-.001zm14.316 26.029h-3.225v-6.948h-.9v6.948h-9.458v-7.467c0-3.242-1.352-6.27-3.576-8.448a8.723 8.723 0 011.997-.935c2.796 1.392 6.255 1.392 9.05 0 3.61 1.163 6.112 4.576 6.112 8.389v8.46zm-14.883 0h-3.316v-6.948h-.9v6.948H8.41v-3.097h7.096a2.862 2.862 0 002.859-2.86 2.855 2.855 0 00-2.428-2.813l7.607-7.92c3.31 1.82 5.485 5.346 5.485 9.223v7.467zm-13.523-7.514c.86 0 1.559.699 1.559 1.558a1.56 1.56 0 01-1.56 1.559h-3.768l2.994-3.117h.775zm-9.381 3.117v.005l-2.286-.004v-3.071c0-.176.013-.35.022-.525l18.165-9.38c.228.082.452.169.67.265l-7.964 8.293h-.001l-4.242 4.417H6.125zm5.743-13.292a9.485 9.485 0 004.899 1.365h.386c.337 0 .673-.027 1.007-.063L3.968 32.673c.645-4.146 3.754-7.62 7.9-8.63zm26.05-.485l-.253-.073-.233.124c-2.543 1.355-5.77 1.355-8.313 0l-.233-.124-.254.073a10.07 10.07 0 00-2.892 1.38c-1.153-.9-2.478-1.6-3.935-2.023l-.27-.078-.24.14a8.204 8.204 0 01-4.142 1.132h-.386a8.194 8.194 0 01-4.432-1.306l-.226-.146-.263.057c-5.393 1.172-9.308 6.029-9.308 11.55v4.37l4.572.008v4.39h38.102v-9.761c0-4.473-3-8.467-7.293-9.713zm-3.532-7.352a.503.503 0 100-1.006.503.503 0 000 1.006z" });
|
|
4
|
+
const normalHover = /* @__PURE__ */ jsx("path", { d: "M34.386 17.207a.502.502 0 100-1.004.502.502 0 000 1.004zm-4.79-.502a.503.503 0 10-1.006-.001.503.503 0 001.005 0zm-2.602-2.323h3.22a4.086 4.086 0 003.573-2.107 4.035 4.035 0 003.542 2.107h2.227V15.4a6.088 6.088 0 01-6.082 6.082h-.398a6.088 6.088 0 01-6.082-6.082v-1.02zm0-2.284a6.09 6.09 0 016.082-6.083h.398a6.09 6.09 0 016.082 6.083v1.284H37.33a3.033 3.033 0 01-3.03-3.03v-.268h-1v.214a3.087 3.087 0 01-3.085 3.084h-3.22v-1.284zm6.082 10.685h.398c4.071 0 7.382-3.311 7.382-7.382v-3.303c0-4.071-3.31-7.383-7.382-7.383h-.398c-4.07 0-7.382 3.312-7.382 7.383V15.4c0 4.07 3.312 7.382 7.382 7.382zm10.835 18.95h-3.224v-6.948h-.9v6.948H30.33v-7.466c0-3.243-1.352-6.27-3.577-8.45a8.73 8.73 0 011.998-.934c2.796 1.392 6.255 1.392 9.05 0 3.611 1.163 6.111 4.576 6.111 8.389v8.46zm-14.882 0h-3.316v-6.948h-.9v6.948H8.41v-3.097h7.096a2.863 2.863 0 002.86-2.86 2.855 2.855 0 00-2.429-2.813l7.606-7.92c3.312 1.819 5.486 5.346 5.486 9.224v7.466zm-13.523-7.514a1.56 1.56 0 011.558 1.558 1.56 1.56 0 01-1.558 1.559h-3.769l2.994-3.117h.775zm-9.38 3.117v.005l-2.288-.004v-3.07c0-.177.014-.351.023-.526l18.166-9.38c.227.082.451.169.67.265l-7.966 8.293-4.242 4.417H6.125zm5.742-13.292a9.485 9.485 0 004.898 1.366h.387c.337 0 .672-.028 1.006-.064L3.97 32.673c.644-4.146 3.753-7.62 7.9-8.63zm26.051-.484l-.254-.074-.233.124c-2.543 1.355-5.77 1.355-8.314 0l-.232-.124-.254.074c-1.037.3-2.004.77-2.892 1.38-1.154-.9-2.478-1.6-3.936-2.024l-.268-.078-.24.14a8.204 8.204 0 01-4.143 1.132h-.387c-1.568 0-3.1-.452-4.43-1.306l-.228-.146-.263.057c-5.393 1.172-9.307 6.03-9.307 11.552v4.368l4.572.008v4.39h38.102v-9.761c0-4.473-2.999-8.467-7.293-9.712zm-23.498-6.652a.489.489 0 10-.001-.978.489.489 0 00.001.978zm5.147 0a.488.488 0 100-.976.488.488 0 000 .976zm-8.009-1.733a3.937 3.937 0 003.444-2.035 3.99 3.99 0 003.475 2.035h4.57a5.902 5.902 0 01-5.895 5.846h-.387a5.902 5.902 0 01-5.894-5.846h.687zm-.69-3.263a5.904 5.904 0 015.897-5.897h.387a5.904 5.904 0 015.897 5.897v2.263h-4.572a2.99 2.99 0 01-2.986-2.986v-.207h-1v.26a2.936 2.936 0 01-2.933 2.933h-.69v-2.263zm5.897 10.409h.387c3.968 0 7.197-3.23 7.197-7.197v-3.212c0-3.968-3.229-7.197-7.197-7.197h-.387c-3.968 0-7.197 3.229-7.197 7.197v3.212c0 3.968 3.23 7.197 7.197 7.197z" });
|
|
5
5
|
return isHovered ? normalHover : normal;
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PatientAndPerson.js","sources":["../../../src/components/Icons/PatientAndPerson.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PatientAndPerson: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"
|
|
1
|
+
{"version":3,"file":"PatientAndPerson.js","sources":["../../../src/components/Icons/PatientAndPerson.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PatientAndPerson: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M19.568 15.908a.489.489 0 100-.978.489.489 0 000 .978zm7.426-2.526h3.22a4.085 4.085 0 003.573-2.107 4.035 4.035 0 003.542 2.107h2.228V15.4a6.09 6.09 0 01-6.083 6.082h-.398a6.09 6.09 0 01-6.082-6.082v-2.02zm0-1.285a6.09 6.09 0 016.082-6.082h.398a6.09 6.09 0 016.083 6.082v.285h-2.228a3.034 3.034 0 01-3.031-3.031v-.267h-1v.214c0 1.7-1.383 3.084-3.084 3.084h-3.22v-.285zm6.082 10.686h.398c4.07 0 7.383-3.312 7.383-7.382v-3.304c0-4.07-3.312-7.382-7.383-7.382h-.398c-4.07 0-7.382 3.312-7.382 7.382V15.4c0 4.07 3.312 7.382 7.382 7.382zM14.42 15.908a.488.488 0 100-.976.488.488 0 000 .976zm-3.551-2.733h.69c1.48 0 2.773-.823 3.444-2.035a3.987 3.987 0 003.474 2.035h4.572v1.949a5.904 5.904 0 01-5.897 5.897h-.386a5.904 5.904 0 01-5.897-5.897v-1.95zm0-1.263a5.903 5.903 0 015.897-5.897h.386a5.903 5.903 0 015.897 5.897v.263h-4.572a2.99 2.99 0 01-2.986-2.986v-.207h-1v.259a2.936 2.936 0 01-2.932 2.934h-.69v-.263zm5.897 10.409h.386c3.969 0 7.197-3.23 7.197-7.197v-3.212c0-3.968-3.228-7.197-7.197-7.197h-.386c-3.97 0-7.198 3.229-7.198 7.197v3.212c0 3.968 3.229 7.197 7.198 7.197zm12.829-6.617a.503.503 0 10-1.005.001.503.503 0 001.005-.001zm14.316 26.029h-3.225v-6.948h-.9v6.948h-9.458v-7.467c0-3.242-1.352-6.27-3.576-8.448a8.723 8.723 0 011.997-.935c2.796 1.392 6.255 1.392 9.05 0 3.61 1.163 6.112 4.576 6.112 8.389v8.46zm-14.883 0h-3.316v-6.948h-.9v6.948H8.41v-3.097h7.096a2.862 2.862 0 002.859-2.86 2.855 2.855 0 00-2.428-2.813l7.607-7.92c3.31 1.82 5.485 5.346 5.485 9.223v7.467zm-13.523-7.514c.86 0 1.559.699 1.559 1.558a1.56 1.56 0 01-1.56 1.559h-3.768l2.994-3.117h.775zm-9.381 3.117v.005l-2.286-.004v-3.071c0-.176.013-.35.022-.525l18.165-9.38c.228.082.452.169.67.265l-7.964 8.293h-.001l-4.242 4.417H6.125zm5.743-13.292a9.485 9.485 0 004.899 1.365h.386c.337 0 .673-.027 1.007-.063L3.968 32.673c.645-4.146 3.754-7.62 7.9-8.63zm26.05-.485l-.253-.073-.233.124c-2.543 1.355-5.77 1.355-8.313 0l-.233-.124-.254.073a10.07 10.07 0 00-2.892 1.38c-1.153-.9-2.478-1.6-3.935-2.023l-.27-.078-.24.14a8.204 8.204 0 01-4.142 1.132h-.386a8.194 8.194 0 01-4.432-1.306l-.226-.146-.263.057c-5.393 1.172-9.308 6.029-9.308 11.55v4.37l4.572.008v4.39h38.102v-9.761c0-4.473-3-8.467-7.293-9.713zm-3.532-7.352a.503.503 0 100-1.006.503.503 0 000 1.006z\" />\n );\n\n const normalHover = (\n <path d=\"M34.386 17.207a.502.502 0 100-1.004.502.502 0 000 1.004zm-4.79-.502a.503.503 0 10-1.006-.001.503.503 0 001.005 0zm-2.602-2.323h3.22a4.086 4.086 0 003.573-2.107 4.035 4.035 0 003.542 2.107h2.227V15.4a6.088 6.088 0 01-6.082 6.082h-.398a6.088 6.088 0 01-6.082-6.082v-1.02zm0-2.284a6.09 6.09 0 016.082-6.083h.398a6.09 6.09 0 016.082 6.083v1.284H37.33a3.033 3.033 0 01-3.03-3.03v-.268h-1v.214a3.087 3.087 0 01-3.085 3.084h-3.22v-1.284zm6.082 10.685h.398c4.071 0 7.382-3.311 7.382-7.382v-3.303c0-4.071-3.31-7.383-7.382-7.383h-.398c-4.07 0-7.382 3.312-7.382 7.383V15.4c0 4.07 3.312 7.382 7.382 7.382zm10.835 18.95h-3.224v-6.948h-.9v6.948H30.33v-7.466c0-3.243-1.352-6.27-3.577-8.45a8.73 8.73 0 011.998-.934c2.796 1.392 6.255 1.392 9.05 0 3.611 1.163 6.111 4.576 6.111 8.389v8.46zm-14.882 0h-3.316v-6.948h-.9v6.948H8.41v-3.097h7.096a2.863 2.863 0 002.86-2.86 2.855 2.855 0 00-2.429-2.813l7.606-7.92c3.312 1.819 5.486 5.346 5.486 9.224v7.466zm-13.523-7.514a1.56 1.56 0 011.558 1.558 1.56 1.56 0 01-1.558 1.559h-3.769l2.994-3.117h.775zm-9.38 3.117v.005l-2.288-.004v-3.07c0-.177.014-.351.023-.526l18.166-9.38c.227.082.451.169.67.265l-7.966 8.293-4.242 4.417H6.125zm5.742-13.292a9.485 9.485 0 004.898 1.366h.387c.337 0 .672-.028 1.006-.064L3.97 32.673c.644-4.146 3.753-7.62 7.9-8.63zm26.051-.484l-.254-.074-.233.124c-2.543 1.355-5.77 1.355-8.314 0l-.232-.124-.254.074c-1.037.3-2.004.77-2.892 1.38-1.154-.9-2.478-1.6-3.936-2.024l-.268-.078-.24.14a8.204 8.204 0 01-4.143 1.132h-.387c-1.568 0-3.1-.452-4.43-1.306l-.228-.146-.263.057c-5.393 1.172-9.307 6.03-9.307 11.552v4.368l4.572.008v4.39h38.102v-9.761c0-4.473-2.999-8.467-7.293-9.712zm-23.498-6.652a.489.489 0 10-.001-.978.489.489 0 00.001.978zm5.147 0a.488.488 0 100-.976.488.488 0 000 .976zm-8.009-1.733a3.937 3.937 0 003.444-2.035 3.99 3.99 0 003.475 2.035h4.57a5.902 5.902 0 01-5.895 5.846h-.387a5.902 5.902 0 01-5.894-5.846h.687zm-.69-3.263a5.904 5.904 0 015.897-5.897h.387a5.904 5.904 0 015.897 5.897v2.263h-4.572a2.99 2.99 0 01-2.986-2.986v-.207h-1v.26a2.936 2.936 0 01-2.933 2.933h-.69v-2.263zm5.897 10.409h.387c3.968 0 7.197-3.23 7.197-7.197v-3.212c0-3.968-3.229-7.197-7.197-7.197h-.387c-3.968 0-7.197 3.229-7.197 7.197v3.212c0 3.968 3.23 7.197 7.197 7.197z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default PatientAndPerson;\n"],"names":[],"mappings":";AAIA,MAAM,mBAA2C,CAAC,EAAE,gBAAkD;AACpG,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,8qEAAA,CAA8qE;AAGxrE,QAAM,cACJ,oBAAC,QAAA,EAAK,GAAE,8pEAAA,CAA8pE;AAGxqE,SAAO,YAAY,cAAc;AACnC;"}
|