@activecollab/components 1.0.24 → 1.0.28

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.
Files changed (51) hide show
  1. package/dist/cjs/components/Icons/collection/Attachment.js +31 -0
  2. package/dist/cjs/components/Icons/collection/Attachment.js.map +1 -0
  3. package/dist/cjs/components/Icons/collection/DiscussionAdd.js +31 -0
  4. package/dist/cjs/components/Icons/collection/DiscussionAdd.js.map +1 -0
  5. package/dist/cjs/components/Icons/collection/ExpenseAdd.js +31 -0
  6. package/dist/cjs/components/Icons/collection/ExpenseAdd.js.map +1 -0
  7. package/dist/cjs/components/Icons/collection/NoteAdd.js +31 -0
  8. package/dist/cjs/components/Icons/collection/NoteAdd.js.map +1 -0
  9. package/dist/cjs/components/Icons/collection/ReportTime.js +31 -0
  10. package/dist/cjs/components/Icons/collection/ReportTime.js.map +1 -0
  11. package/dist/cjs/components/Icons/collection/index.js +40 -0
  12. package/dist/cjs/components/Icons/collection/index.js.map +1 -1
  13. package/dist/cjs/components/List/Styles.js +1 -1
  14. package/dist/cjs/components/List/Styles.js.map +1 -1
  15. package/dist/cjs/components/Select/Styles.js +9 -8
  16. package/dist/cjs/components/Select/Styles.js.map +1 -1
  17. package/dist/esm/components/Icons/collection/Attachment.d.ts +4 -0
  18. package/dist/esm/components/Icons/collection/Attachment.d.ts.map +1 -0
  19. package/dist/esm/components/Icons/collection/Attachment.js +18 -0
  20. package/dist/esm/components/Icons/collection/Attachment.js.map +1 -0
  21. package/dist/esm/components/Icons/collection/DiscussionAdd.d.ts +4 -0
  22. package/dist/esm/components/Icons/collection/DiscussionAdd.d.ts.map +1 -0
  23. package/dist/esm/components/Icons/collection/DiscussionAdd.js +18 -0
  24. package/dist/esm/components/Icons/collection/DiscussionAdd.js.map +1 -0
  25. package/dist/esm/components/Icons/collection/ExpenseAdd.d.ts +4 -0
  26. package/dist/esm/components/Icons/collection/ExpenseAdd.d.ts.map +1 -0
  27. package/dist/esm/components/Icons/collection/ExpenseAdd.js +18 -0
  28. package/dist/esm/components/Icons/collection/ExpenseAdd.js.map +1 -0
  29. package/dist/esm/components/Icons/collection/NoteAdd.d.ts +4 -0
  30. package/dist/esm/components/Icons/collection/NoteAdd.d.ts.map +1 -0
  31. package/dist/esm/components/Icons/collection/NoteAdd.js +18 -0
  32. package/dist/esm/components/Icons/collection/NoteAdd.js.map +1 -0
  33. package/dist/esm/components/Icons/collection/ReportTime.d.ts +4 -0
  34. package/dist/esm/components/Icons/collection/ReportTime.d.ts.map +1 -0
  35. package/dist/esm/components/Icons/collection/ReportTime.js +18 -0
  36. package/dist/esm/components/Icons/collection/ReportTime.js.map +1 -0
  37. package/dist/esm/components/Icons/collection/index.d.ts +5 -0
  38. package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
  39. package/dist/esm/components/Icons/collection/index.js +5 -0
  40. package/dist/esm/components/Icons/collection/index.js.map +1 -1
  41. package/dist/esm/components/List/Styles.js +1 -1
  42. package/dist/esm/components/List/Styles.js.map +1 -1
  43. package/dist/esm/components/Select/Styles.d.ts +1 -1
  44. package/dist/esm/components/Select/Styles.d.ts.map +1 -1
  45. package/dist/esm/components/Select/Styles.js +7 -7
  46. package/dist/esm/components/Select/Styles.js.map +1 -1
  47. package/dist/index.js +93 -8
  48. package/dist/index.js.map +1 -1
  49. package/dist/index.min.js +1 -1
  50. package/dist/index.min.js.map +1 -1
  51. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ declare const NoteAddIcon: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "name" | "type" | "className" | "id" | "lang" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tw" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "height" | "max" | "media" | "method" | "min" | "target" | "width" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default NoteAddIcon;
4
+ //# sourceMappingURL=NoteAdd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NoteAdd.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/NoteAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,QAAA,MAAM,WAAW,6kPAiBhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,18 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import React from "react";
3
+ var NoteAddIcon = /*#__PURE__*/React.forwardRef(function (props, svgRef) {
4
+ return /*#__PURE__*/React.createElement("svg", _extends({
5
+ width: 24,
6
+ height: 24,
7
+ viewBox: "0 0 24 24",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "var(--color-theme-600)",
10
+ ref: svgRef
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ d: "M7 14v3h3v2H7v3H5v-3.001L2 19v-2l3-.001V14h2zM19 3c1.05 0 1.918.82 1.994 1.851L21 5v10l-6 6h-3v-2h2v-5h5V5H5v7H3V5c0-1.05.82-1.918 1.851-1.994L5 3h14zm-7 8v2H8v-2h4zm5-4v2H7V7h10z",
13
+ fillRule: "evenodd"
14
+ }));
15
+ });
16
+ NoteAddIcon.displayName = "NoteAddIcon";
17
+ export default NoteAddIcon;
18
+ //# sourceMappingURL=NoteAdd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/components/Icons/collection/NoteAdd.tsx"],"names":["React","NoteAddIcon","forwardRef","props","svgRef","displayName"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,IAAMC,WAAW,gBAAGD,KAAK,CAACE,UAAN,CAClB,UAACC,KAAD,EAAuCC,MAAvC;AAAA,sBACE;AACE,IAAA,KAAK,EAAE,EADT;AAEE,IAAA,MAAM,EAAE,EAFV;AAGE,IAAA,OAAO,EAAC,WAHV;AAIE,IAAA,KAAK,EAAC,4BAJR;AAKE,IAAA,IAAI,EAAC,wBALP;AAME,IAAA,GAAG,EAAEA;AANP,KAOMD,KAPN,gBASE;AACE,IAAA,CAAC,EAAC,qLADJ;AAEE,IAAA,QAAQ,EAAC;AAFX,IATF,CADF;AAAA,CADkB,CAApB;AAkBAF,WAAW,CAACI,WAAZ,GAA0B,aAA1B;AACA,eAAeJ,WAAf","sourcesContent":["import React from \"react\";\nconst NoteAddIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"var(--color-theme-600)\"\n ref={svgRef}\n {...props}\n >\n <path\n d=\"M7 14v3h3v2H7v3H5v-3.001L2 19v-2l3-.001V14h2zM19 3c1.05 0 1.918.82 1.994 1.851L21 5v10l-6 6h-3v-2h2v-5h5V5H5v7H3V5c0-1.05.82-1.918 1.851-1.994L5 3h14zm-7 8v2H8v-2h4zm5-4v2H7V7h10z\"\n fillRule=\"evenodd\"\n />\n </svg>\n )\n);\nNoteAddIcon.displayName = \"NoteAddIcon\";\nexport default NoteAddIcon;\n"],"file":"NoteAdd.js"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ declare const ReportTimeIcon: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "name" | "type" | "className" | "id" | "lang" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tw" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "height" | "max" | "media" | "method" | "min" | "target" | "width" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ReportTimeIcon;
4
+ //# sourceMappingURL=ReportTime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportTime.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/ReportTime.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,QAAA,MAAM,cAAc,6kPAiBnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,18 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import React from "react";
3
+ var ReportTimeIcon = /*#__PURE__*/React.forwardRef(function (props, svgRef) {
4
+ return /*#__PURE__*/React.createElement("svg", _extends({
5
+ width: 24,
6
+ height: 24,
7
+ viewBox: "0 0 24 24",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "var(--color-theme-600)",
10
+ ref: svgRef
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ d: "M15 9a7 7 0 110 14 7 7 0 010-14zm-3-9c1.235 0 2.29.758 2.752 1.828L14.82 2H19c1.05 0 1.918.82 1.994 1.851L21 4v5.292a9.017 9.017 0 00-1.999-1.356L19 4h-2v3H7V4H5v16l1.936.001c.362.728.82 1.4 1.356 2L5 22c-1.05 0-1.918-.82-1.994-1.851L3 20V4c0-1.05.82-1.918 1.851-1.994L5 2h4.18C9.6.84 10.7 0 12 0zm3 11a5 5 0 100 10 5 5 0 000-10zm1 2v1.999L19 15v2h-5v-4h2zM12 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z",
13
+ fillRule: "evenodd"
14
+ }));
15
+ });
16
+ ReportTimeIcon.displayName = "ReportTimeIcon";
17
+ export default ReportTimeIcon;
18
+ //# sourceMappingURL=ReportTime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/components/Icons/collection/ReportTime.tsx"],"names":["React","ReportTimeIcon","forwardRef","props","svgRef","displayName"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,IAAMC,cAAc,gBAAGD,KAAK,CAACE,UAAN,CACrB,UAACC,KAAD,EAAuCC,MAAvC;AAAA,sBACE;AACE,IAAA,KAAK,EAAE,EADT;AAEE,IAAA,MAAM,EAAE,EAFV;AAGE,IAAA,OAAO,EAAC,WAHV;AAIE,IAAA,KAAK,EAAC,4BAJR;AAKE,IAAA,IAAI,EAAC,wBALP;AAME,IAAA,GAAG,EAAEA;AANP,KAOMD,KAPN,gBASE;AACE,IAAA,CAAC,EAAC,2ZADJ;AAEE,IAAA,QAAQ,EAAC;AAFX,IATF,CADF;AAAA,CADqB,CAAvB;AAkBAF,cAAc,CAACI,WAAf,GAA6B,gBAA7B;AACA,eAAeJ,cAAf","sourcesContent":["import React from \"react\";\nconst ReportTimeIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"var(--color-theme-600)\"\n ref={svgRef}\n {...props}\n >\n <path\n d=\"M15 9a7 7 0 110 14 7 7 0 010-14zm-3-9c1.235 0 2.29.758 2.752 1.828L14.82 2H19c1.05 0 1.918.82 1.994 1.851L21 4v5.292a9.017 9.017 0 00-1.999-1.356L19 4h-2v3H7V4H5v16l1.936.001c.362.728.82 1.4 1.356 2L5 22c-1.05 0-1.918-.82-1.994-1.851L3 20V4c0-1.05.82-1.918 1.851-1.994L5 2h4.18C9.6.84 10.7 0 12 0zm3 11a5 5 0 100 10 5 5 0 000-10zm1 2v1.999L19 15v2h-5v-4h2zM12 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z\"\n fillRule=\"evenodd\"\n />\n </svg>\n )\n);\nReportTimeIcon.displayName = \"ReportTimeIcon\";\nexport default ReportTimeIcon;\n"],"file":"ReportTime.js"}
@@ -7,6 +7,7 @@ export { default as ArrowExpandeMultipleIcon } from "./ArrowExpandeMultiple";
7
7
  export { default as ArrowLeftBoxIcon } from "./ArrowLeftBox";
8
8
  export { default as ArrowRefreshIcon } from "./ArrowRefresh";
9
9
  export { default as AssignIcon } from "./Assign";
10
+ export { default as AttachmentIcon } from "./Attachment";
10
11
  export { default as BackIcon } from "./Back";
11
12
  export { default as BellOffSmallIcon } from "./BellOffSmall";
12
13
  export { default as BellOffIcon } from "./BellOff";
@@ -40,6 +41,7 @@ export { default as CrownBlankIcon } from "./CrownBlank";
40
41
  export { default as CrownSelectedIcon } from "./CrownSelected";
41
42
  export { default as DependencySmallIcon } from "./DependencySmall";
42
43
  export { default as DependencyIcon } from "./Dependency";
44
+ export { default as DiscussionAddIcon } from "./DiscussionAdd";
43
45
  export { default as DollarCheckmarkSmallIcon } from "./DollarCheckmarkSmall";
44
46
  export { default as DollarCheckmarkIcon } from "./DollarCheckmark";
45
47
  export { default as DollarClockSmallIcon } from "./DollarClockSmall";
@@ -56,6 +58,7 @@ export { default as EditIcon } from "./Edit";
56
58
  export { default as EmojiIcon } from "./Emoji";
57
59
  export { default as EstimatesIcon } from "./Estimates";
58
60
  export { default as ExpandAllIcon } from "./ExpandAll";
61
+ export { default as ExpenseAddIcon } from "./ExpenseAdd";
59
62
  export { default as ExportIcon } from "./Export";
60
63
  export { default as EyeOffSmallIcon } from "./EyeOffSmall";
61
64
  export { default as EyeOffIcon } from "./EyeOff";
@@ -77,6 +80,7 @@ export { default as MessageSmallIcon } from "./MessageSmall";
77
80
  export { default as MessageIcon } from "./Message";
78
81
  export { default as MoveTriggerIcon } from "./MoveTrigger";
79
82
  export { default as MyWorkIcon } from "./MyWork";
83
+ export { default as NoteAddIcon } from "./NoteAdd";
80
84
  export { default as NotificationBellIcon } from "./NotificationBell";
81
85
  export { default as OpenExpandedIcon } from "./OpenExpanded";
82
86
  export { default as PaidSmallIcon } from "./PaidSmall";
@@ -97,6 +101,7 @@ export { default as RearangeIcon } from "./Rearange";
97
101
  export { default as RearrangeSmallIcon } from "./RearrangeSmall";
98
102
  export { default as RecurringCheckmarkSmallIcon } from "./RecurringCheckmarkSmall";
99
103
  export { default as RecurringCheckmarkIcon } from "./RecurringCheckmark";
104
+ export { default as ReportTimeIcon } from "./ReportTime";
100
105
  export { default as ReportsIcon } from "./Reports";
101
106
  export { default as SearchIcon } from "./Search";
102
107
  export { default as SendBlankIcon } from "./SendBlank";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC"}
@@ -7,6 +7,7 @@ export { default as ArrowExpandeMultipleIcon } from "./ArrowExpandeMultiple";
7
7
  export { default as ArrowLeftBoxIcon } from "./ArrowLeftBox";
8
8
  export { default as ArrowRefreshIcon } from "./ArrowRefresh";
9
9
  export { default as AssignIcon } from "./Assign";
10
+ export { default as AttachmentIcon } from "./Attachment";
10
11
  export { default as BackIcon } from "./Back";
11
12
  export { default as BellOffSmallIcon } from "./BellOffSmall";
12
13
  export { default as BellOffIcon } from "./BellOff";
@@ -40,6 +41,7 @@ export { default as CrownBlankIcon } from "./CrownBlank";
40
41
  export { default as CrownSelectedIcon } from "./CrownSelected";
41
42
  export { default as DependencySmallIcon } from "./DependencySmall";
42
43
  export { default as DependencyIcon } from "./Dependency";
44
+ export { default as DiscussionAddIcon } from "./DiscussionAdd";
43
45
  export { default as DollarCheckmarkSmallIcon } from "./DollarCheckmarkSmall";
44
46
  export { default as DollarCheckmarkIcon } from "./DollarCheckmark";
45
47
  export { default as DollarClockSmallIcon } from "./DollarClockSmall";
@@ -56,6 +58,7 @@ export { default as EditIcon } from "./Edit";
56
58
  export { default as EmojiIcon } from "./Emoji";
57
59
  export { default as EstimatesIcon } from "./Estimates";
58
60
  export { default as ExpandAllIcon } from "./ExpandAll";
61
+ export { default as ExpenseAddIcon } from "./ExpenseAdd";
59
62
  export { default as ExportIcon } from "./Export";
60
63
  export { default as EyeOffSmallIcon } from "./EyeOffSmall";
61
64
  export { default as EyeOffIcon } from "./EyeOff";
@@ -77,6 +80,7 @@ export { default as MessageSmallIcon } from "./MessageSmall";
77
80
  export { default as MessageIcon } from "./Message";
78
81
  export { default as MoveTriggerIcon } from "./MoveTrigger";
79
82
  export { default as MyWorkIcon } from "./MyWork";
83
+ export { default as NoteAddIcon } from "./NoteAdd";
80
84
  export { default as NotificationBellIcon } from "./NotificationBell";
81
85
  export { default as OpenExpandedIcon } from "./OpenExpanded";
82
86
  export { default as PaidSmallIcon } from "./PaidSmall";
@@ -97,6 +101,7 @@ export { default as RearangeIcon } from "./Rearange";
97
101
  export { default as RearrangeSmallIcon } from "./RearrangeSmall";
98
102
  export { default as RecurringCheckmarkSmallIcon } from "./RecurringCheckmarkSmall";
99
103
  export { default as RecurringCheckmarkIcon } from "./RecurringCheckmark";
104
+ export { default as ReportTimeIcon } from "./ReportTime";
100
105
  export { default as ReportsIcon } from "./Reports";
101
106
  export { default as SearchIcon } from "./Search";
102
107
  export { default as SendBlankIcon } from "./SendBlank";
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/components/Icons/collection/index.tsx"],"names":["default","ActivityIcon","AddCrossTinyIcon","AddCrossIcon","ArrowBackIcon","ArrowCollapseMultipleIcon","ArrowExpandeMultipleIcon","ArrowLeftBoxIcon","ArrowRefreshIcon","AssignIcon","BackIcon","BellOffSmallIcon","BellOffIcon","BudgetAlertIcon","BudgetNoAlertIcon","CalendarAddXIcon","CalendarEmptyIcon","CalendarIcon","CancelCrossIcon","CaretLeftIcon","CaretRightIcon","ChatIcon","CheckIcon","CheckboxBlankTogglerIcon","CheckboxIcon","ChecklistSmallIcon","ChecklistIcon","CircleMultipleIcon","ClockAddIcon","ClockSmallIcon","ClockStopwatchSmallIcon","ClockStopwatchIcon","ClockIcon","CloseSmallIcon","CollapseAllIcon","CollapseExpandSingleIcon","CommentIcon","CommentsIcon","ComputerIcon","CrownBlankIcon","CrownSelectedIcon","DependencySmallIcon","DependencyIcon","DollarCheckmarkSmallIcon","DollarCheckmarkIcon","DollarClockSmallIcon","DollarClockIcon","DollarOffSmallIcon","DollarOffIcon","DollarSmallIcon","DollarIcon","DownloadIcon","DriveIcon","DropboxIcon","DuplicateIcon","EditIcon","EmojiIcon","EstimatesIcon","ExpandAllIcon","ExportIcon","EyeOffSmallIcon","EyeOffIcon","EyeSmallIcon","EyeIcon","FilterIcon","HelpIcon","InfoSmallIcon","InfoIcon","IntegrationsIcon","InvoicesIcon","LabelsIcon","LockSmallIcon","LockIcon","MarkerIcon","MenuNavIcon","MessageAddIcon","MessageSmallIcon","MessageIcon","MoveTriggerIcon","MyWorkIcon","NotificationBellIcon","OpenExpandedIcon","PaidSmallIcon","PauseIcon","PencilSmallIcon","PencilIcon","PendingPaymentSmallIcon","PeopleIcon","PersonPlusIcon","PersonIcon","PlayIcon","ProjectAddIcon","ProjectTemplateIcon","ProjectsIcon","RadioBlankIcon","RadioButtonIcon","RearangeIcon","RearrangeSmallIcon","RecurringCheckmarkSmallIcon","RecurringCheckmarkIcon","ReportsIcon","SearchIcon","SendBlankIcon","SendFilledIcon","SortGeneralIcon","SortIcon","StarIcon","TaskAddIcon","TextFormatGeneralAltIcon","ThumbUpOutlineIcon","TrashIcon","TreeDotsIcon","ViewGridIcon","ViewListIcon","VolumeHighIcon","VolumeOffIcon","WarningTriangleSmallIcon","WarningTriangleIcon","WarningIcon","WorkloadIcon"],"mappings":"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","sourcesContent":["export { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArrowBackIcon } from \"./ArrowBack\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as BackIcon } from \"./Back\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as BudgetNoAlertIcon } from \"./BudgetNoAlert\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarEmptyIcon } from \"./CalendarEmpty\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CommentIcon } from \"./Comment\";\nexport { default as CommentsIcon } from \"./Comments\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExportIcon } from \"./Export\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MenuNavIcon } from \"./MenuNavIcon\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TextFormatGeneralAltIcon } from \"./TextFormatGeneralAlt\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as VolumeOffIcon } from \"./VolumeOff\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../../../src/components/Icons/collection/index.tsx"],"names":["default","ActivityIcon","AddCrossTinyIcon","AddCrossIcon","ArrowBackIcon","ArrowCollapseMultipleIcon","ArrowExpandeMultipleIcon","ArrowLeftBoxIcon","ArrowRefreshIcon","AssignIcon","AttachmentIcon","BackIcon","BellOffSmallIcon","BellOffIcon","BudgetAlertIcon","BudgetNoAlertIcon","CalendarAddXIcon","CalendarEmptyIcon","CalendarIcon","CancelCrossIcon","CaretLeftIcon","CaretRightIcon","ChatIcon","CheckIcon","CheckboxBlankTogglerIcon","CheckboxIcon","ChecklistSmallIcon","ChecklistIcon","CircleMultipleIcon","ClockAddIcon","ClockSmallIcon","ClockStopwatchSmallIcon","ClockStopwatchIcon","ClockIcon","CloseSmallIcon","CollapseAllIcon","CollapseExpandSingleIcon","CommentIcon","CommentsIcon","ComputerIcon","CrownBlankIcon","CrownSelectedIcon","DependencySmallIcon","DependencyIcon","DiscussionAddIcon","DollarCheckmarkSmallIcon","DollarCheckmarkIcon","DollarClockSmallIcon","DollarClockIcon","DollarOffSmallIcon","DollarOffIcon","DollarSmallIcon","DollarIcon","DownloadIcon","DriveIcon","DropboxIcon","DuplicateIcon","EditIcon","EmojiIcon","EstimatesIcon","ExpandAllIcon","ExpenseAddIcon","ExportIcon","EyeOffSmallIcon","EyeOffIcon","EyeSmallIcon","EyeIcon","FilterIcon","HelpIcon","InfoSmallIcon","InfoIcon","IntegrationsIcon","InvoicesIcon","LabelsIcon","LockSmallIcon","LockIcon","MarkerIcon","MenuNavIcon","MessageAddIcon","MessageSmallIcon","MessageIcon","MoveTriggerIcon","MyWorkIcon","NoteAddIcon","NotificationBellIcon","OpenExpandedIcon","PaidSmallIcon","PauseIcon","PencilSmallIcon","PencilIcon","PendingPaymentSmallIcon","PeopleIcon","PersonPlusIcon","PersonIcon","PlayIcon","ProjectAddIcon","ProjectTemplateIcon","ProjectsIcon","RadioBlankIcon","RadioButtonIcon","RearangeIcon","RearrangeSmallIcon","RecurringCheckmarkSmallIcon","RecurringCheckmarkIcon","ReportTimeIcon","ReportsIcon","SearchIcon","SendBlankIcon","SendFilledIcon","SortGeneralIcon","SortIcon","StarIcon","TaskAddIcon","TextFormatGeneralAltIcon","ThumbUpOutlineIcon","TrashIcon","TreeDotsIcon","ViewGridIcon","ViewListIcon","VolumeHighIcon","VolumeOffIcon","WarningTriangleSmallIcon","WarningTriangleIcon","WarningIcon","WorkloadIcon"],"mappings":"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","sourcesContent":["export { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArrowBackIcon } from \"./ArrowBack\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BackIcon } from \"./Back\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as BudgetNoAlertIcon } from \"./BudgetNoAlert\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarEmptyIcon } from \"./CalendarEmpty\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CommentIcon } from \"./Comment\";\nexport { default as CommentsIcon } from \"./Comments\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as ExportIcon } from \"./Export\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MenuNavIcon } from \"./MenuNavIcon\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TextFormatGeneralAltIcon } from \"./TextFormatGeneralAlt\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as VolumeOffIcon } from \"./VolumeOff\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"file":"index.js"}
@@ -13,7 +13,7 @@ StyledList.displayName = "StyledList";
13
13
  export var StyledListItem = styled.li.withConfig({
14
14
  displayName: "Styles__StyledListItem",
15
15
  componentId: "sc-dv1w0m-1"
16
- })(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}&focus{outline:none;}"], {
16
+ })(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}&:focus{outline:none;}"], {
17
17
  "display": "flex",
18
18
  "flexDirection": "row",
19
19
  "alignItems": "center",
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/List/Styles.ts"],"names":["styled","FontStyle","BoxSizingStyle","StyledList","ul","displayName","StyledListItem","li","StyledListSeparator","div"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AAEA,SAASC,SAAT,QAA0B,cAA1B;AACA,SAASC,cAAT,QAA+B,mBAA/B;AAEA,OAAO,IAAMC,UAAU,GAAGH,MAAM,CAACI,EAAV;AAAA;AAAA;AAAA,aACjB;AAAA;AAAA;AAAA;AAAA,CADiB,CAAhB;AAIPD,UAAU,CAACE,WAAX,GAAyB,YAAzB;AAEA,OAAO,IAAMC,cAAc,GAAGN,MAAM,CAACO,EAAV;AAAA;AAAA;AAAA,gLACrB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CADqB,EAEvBL,cAFuB,EAGvBD,SAHuB,CAApB;AAoBPK,cAAc,CAACD,WAAf,GAA6B,gBAA7B;AAEA,OAAO,IAAMG,mBAAmB,GAAGR,MAAM,CAACS,GAAV;AAAA;AAAA;AAAA,+EAAzB;AAMPD,mBAAmB,CAACH,WAApB,GAAkC,qBAAlC","sourcesContent":["import styled from \"styled-components\";\nimport tw from \"twin.macro\";\nimport { FontStyle } from \"../FontStyle\";\nimport { BoxSizingStyle } from \"../BoxSizingStyle\";\n\nexport const StyledList = styled.ul`\n ${tw`tw-list-none tw-m-0 tw-p-0`}\n`;\n\nStyledList.displayName = \"StyledList\";\n\nexport const StyledListItem = styled.li`\n ${tw`tw-flex tw-flex-row tw-items-center tw-cursor-pointer tw-px-4 tw-my-1 tw-text-sm tw-select-none`}\n ${BoxSizingStyle}\n ${FontStyle}\n\n color: var(--color-theme-900);\n line-height: 28px;\n > svg:first-child {\n margin-right: 8px;\n }\n\n &:hover {\n background-color: var(--color-theme-200);\n }\n\n &focus {\n outline: none;\n }\n`;\n\nStyledListItem.displayName = \"StyledListItem\";\n\nexport const StyledListSeparator = styled.div`\n border-top: 1px solid var(--border-primary);\n margin: 12px 16px;\n height: 1px;\n`;\n\nStyledListSeparator.displayName = \"StyledListSeparator\";\n"],"file":"Styles.js"}
1
+ {"version":3,"sources":["../../../../src/components/List/Styles.ts"],"names":["styled","FontStyle","BoxSizingStyle","StyledList","ul","displayName","StyledListItem","li","StyledListSeparator","div"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AAEA,SAASC,SAAT,QAA0B,cAA1B;AACA,SAASC,cAAT,QAA+B,mBAA/B;AAEA,OAAO,IAAMC,UAAU,GAAGH,MAAM,CAACI,EAAV;AAAA;AAAA;AAAA,aACjB;AAAA;AAAA;AAAA;AAAA,CADiB,CAAhB;AAIPD,UAAU,CAACE,WAAX,GAAyB,YAAzB;AAEA,OAAO,IAAMC,cAAc,GAAGN,MAAM,CAACO,EAAV;AAAA;AAAA;AAAA,iLACrB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CADqB,EAEvBL,cAFuB,EAGvBD,SAHuB,CAApB;AAoBPK,cAAc,CAACD,WAAf,GAA6B,gBAA7B;AAEA,OAAO,IAAMG,mBAAmB,GAAGR,MAAM,CAACS,GAAV;AAAA;AAAA;AAAA,+EAAzB;AAMPD,mBAAmB,CAACH,WAApB,GAAkC,qBAAlC","sourcesContent":["import styled from \"styled-components\";\nimport tw from \"twin.macro\";\nimport { FontStyle } from \"../FontStyle\";\nimport { BoxSizingStyle } from \"../BoxSizingStyle\";\n\nexport const StyledList = styled.ul`\n ${tw`tw-list-none tw-m-0 tw-p-0`}\n`;\n\nStyledList.displayName = \"StyledList\";\n\nexport const StyledListItem = styled.li`\n ${tw`tw-flex tw-flex-row tw-items-center tw-cursor-pointer tw-px-4 tw-my-1 tw-text-sm tw-select-none`}\n ${BoxSizingStyle}\n ${FontStyle}\n\n color: var(--color-theme-900);\n line-height: 28px;\n > svg:first-child {\n margin-right: 8px;\n }\n\n &:hover {\n background-color: var(--color-theme-200);\n }\n\n &:focus {\n outline: none;\n }\n`;\n\nStyledListItem.displayName = \"StyledListItem\";\n\nexport const StyledListSeparator = styled.div`\n border-top: 1px solid var(--border-primary);\n margin: 12px 16px;\n height: 1px;\n`;\n\nStyledListSeparator.displayName = \"StyledListSeparator\";\n"],"file":"Styles.js"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledSelectForm: import("styled-components").StyledComponent<"form", any, {}, never>;
3
2
  export declare const StyledSelectInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>> & import("react").RefAttributes<HTMLInputElement>>, any, {}, never>;
3
+ export declare const StyledSelectForm: import("styled-components").StyledComponent<"form", any, {}, never>;
4
4
  //# sourceMappingURL=Styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/Styles.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,gBAAgB,qEAO5B,CAAC;AAIF,eAAO,MAAM,iBAAiB,iVAG7B,CAAC"}
1
+ {"version":3,"file":"Styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/Styles.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,iBAAiB,iVAAkB,CAAC;AAIjD,eAAO,MAAM,gBAAgB,qEAY5B,CAAC"}
@@ -1,13 +1,13 @@
1
1
  import styled from "styled-components";
2
2
  import { Input } from "../Input/Input";
3
- export var StyledSelectForm = styled.form.withConfig({
4
- displayName: "Styles__StyledSelectForm",
5
- componentId: "sc-gfxqpu-0"
6
- })(["margin:12px 12px 0 12px;display:flex;*{margin:auto 0;}"]);
7
- StyledSelectForm.displayName = "StyledSelectForm";
8
3
  export var StyledSelectInput = styled(Input).withConfig({
9
4
  displayName: "Styles__StyledSelectInput",
10
- componentId: "sc-gfxqpu-1"
11
- })(["width:100%;border-radius:4px;"]);
5
+ componentId: "sc-gfxqpu-0"
6
+ })([""]);
12
7
  StyledSelectInput.displayName = "StyledSelectInput";
8
+ export var StyledSelectForm = styled.form.withConfig({
9
+ displayName: "Styles__StyledSelectForm",
10
+ componentId: "sc-gfxqpu-1"
11
+ })(["margin:12px 12px 0 12px;display:flex;", "{width:100%;border-radius:4px;}*{margin:auto 0;}"], StyledSelectInput);
12
+ StyledSelectForm.displayName = "StyledSelectForm";
13
13
  //# sourceMappingURL=Styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/Select/Styles.ts"],"names":["styled","Input","StyledSelectForm","form","displayName","StyledSelectInput"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AACA,SAASC,KAAT,QAAsB,gBAAtB;AAEA,OAAO,IAAMC,gBAAgB,GAAGF,MAAM,CAACG,IAAV;AAAA;AAAA;AAAA,8DAAtB;AASPD,gBAAgB,CAACE,WAAjB,GAA+B,kBAA/B;AAEA,OAAO,IAAMC,iBAAiB,GAAGL,MAAM,CAACC,KAAD,CAAT;AAAA;AAAA;AAAA,qCAAvB;AAKPI,iBAAiB,CAACD,WAAlB,GAAgC,mBAAhC","sourcesContent":["import styled from \"styled-components\";\nimport { Input } from \"../Input/Input\";\n\nexport const StyledSelectForm = styled.form`\n margin: 12px 12px 0 12px;\n display: flex;\n\n * {\n margin: auto 0;\n }\n`;\n\nStyledSelectForm.displayName = \"StyledSelectForm\";\n\nexport const StyledSelectInput = styled(Input)`\n width: 100%;\n border-radius: 4px;\n`;\n\nStyledSelectInput.displayName = \"StyledSelectInput\";\n"],"file":"Styles.js"}
1
+ {"version":3,"sources":["../../../../src/components/Select/Styles.ts"],"names":["styled","Input","StyledSelectInput","displayName","StyledSelectForm","form"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AACA,SAASC,KAAT,QAAsB,gBAAtB;AAEA,OAAO,IAAMC,iBAAiB,GAAGF,MAAM,CAACC,KAAD,CAAT;AAAA;AAAA;AAAA,QAAvB;AAEPC,iBAAiB,CAACC,WAAlB,GAAgC,mBAAhC;AAEA,OAAO,IAAMC,gBAAgB,GAAGJ,MAAM,CAACK,IAAV;AAAA;AAAA;AAAA,kGAIzBH,iBAJyB,CAAtB;AAcPE,gBAAgB,CAACD,WAAjB,GAA+B,kBAA/B","sourcesContent":["import styled from \"styled-components\";\nimport { Input } from \"../Input/Input\";\n\nexport const StyledSelectInput = styled(Input)``;\n\nStyledSelectInput.displayName = \"StyledSelectInput\";\n\nexport const StyledSelectForm = styled.form`\n margin: 12px 12px 0 12px;\n display: flex;\n\n ${StyledSelectInput} {\n width: 100%;\n border-radius: 4px;\n }\n\n * {\n margin: auto 0;\n }\n`;\n\nStyledSelectForm.displayName = \"StyledSelectForm\";\n"],"file":"Styles.js"}
package/dist/index.js CHANGED
@@ -4580,16 +4580,16 @@
4580
4580
  });
4581
4581
  Input.displayName = "Input";
4582
4582
 
4583
- var StyledSelectForm = styled__default["default"].form.withConfig({
4584
- displayName: "Styles__StyledSelectForm",
4585
- componentId: "sc-gfxqpu-0"
4586
- })(["margin:12px 12px 0 12px;display:flex;*{margin:auto 0;}"]);
4587
- StyledSelectForm.displayName = "StyledSelectForm";
4588
4583
  var StyledSelectInput = styled__default["default"](Input).withConfig({
4589
4584
  displayName: "Styles__StyledSelectInput",
4590
- componentId: "sc-gfxqpu-1"
4591
- })(["width:100%;border-radius:4px;"]);
4585
+ componentId: "sc-gfxqpu-0"
4586
+ })([""]);
4592
4587
  StyledSelectInput.displayName = "StyledSelectInput";
4588
+ var StyledSelectForm = styled__default["default"].form.withConfig({
4589
+ displayName: "Styles__StyledSelectForm",
4590
+ componentId: "sc-gfxqpu-1"
4591
+ })(["margin:12px 12px 0 12px;display:flex;", "{width:100%;border-radius:4px;}*{margin:auto 0;}"], StyledSelectInput);
4592
+ StyledSelectForm.displayName = "StyledSelectForm";
4593
4593
 
4594
4594
  var StyledOptionIndicator = styled__default["default"].div.withConfig({
4595
4595
  displayName: "Styles__StyledOptionIndicator",
@@ -5330,7 +5330,7 @@
5330
5330
  var StyledListItem = styled__default["default"].li.withConfig({
5331
5331
  displayName: "Styles__StyledListItem",
5332
5332
  componentId: "sc-dv1w0m-1"
5333
- })(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}&focus{outline:none;}"], {
5333
+ })(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}&:focus{outline:none;}"], {
5334
5334
  "display": "flex",
5335
5335
  "flexDirection": "row",
5336
5336
  "alignItems": "center",
@@ -5691,6 +5691,22 @@
5691
5691
  AssignIcon.displayName = "AssignIcon";
5692
5692
  var AssignIcon$1 = AssignIcon;
5693
5693
 
5694
+ var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
5695
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5696
+ width: 24,
5697
+ height: 24,
5698
+ viewBox: "0 0 24 24",
5699
+ xmlns: "http://www.w3.org/2000/svg",
5700
+ fill: "var(--color-theme-600)",
5701
+ ref: svgRef
5702
+ }, props), /*#__PURE__*/React__default["default"].createElement("path", {
5703
+ d: "M12.814 2.454l1.414 1.414-8.485 8.486a4 4 0 005.512 5.794l.144-.138 8.132-8.131a1.5 1.5 0 00-2.014-2.219l-.107.097-8.58 8.58-1.414-1.414 8.58-8.58a3.5 3.5 0 015.082 4.81l-.133.14-8.131 8.132A6 6 0 014.172 11.1l.156-.162 8.486-8.485z",
5704
+ fillRule: "evenodd"
5705
+ }));
5706
+ });
5707
+ AttachmentIcon.displayName = "AttachmentIcon";
5708
+ var AttachmentIcon$1 = AttachmentIcon;
5709
+
5694
5710
  var BackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
5695
5711
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5696
5712
  width: 24,
@@ -6123,6 +6139,22 @@
6123
6139
  DependencyIcon.displayName = "DependencyIcon";
6124
6140
  var DependencyIcon$1 = DependencyIcon;
6125
6141
 
6142
+ var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
6143
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6144
+ width: 24,
6145
+ height: 24,
6146
+ viewBox: "0 0 24 24",
6147
+ xmlns: "http://www.w3.org/2000/svg",
6148
+ fill: "var(--color-theme-600)",
6149
+ ref: svgRef
6150
+ }, props), /*#__PURE__*/React__default["default"].createElement("path", {
6151
+ d: "M22 13v9l-4-4H8a2 2 0 01-1.995-1.85L6 16v-1h10a3.001 3.001 0 002.829-2H22zM12 2v2H4v8.17L5.17 11H16l.001 1.732a1.987 1.987 0 01-.82.26L15 13H6l-4 4V4a2 2 0 011.85-1.995L4 2h8zm7 0v3h3v2h-3v3h-2V6.999L14 7V5l3-.001V2h2z",
6152
+ fillRule: "evenodd"
6153
+ }));
6154
+ });
6155
+ DiscussionAddIcon.displayName = "DiscussionAddIcon";
6156
+ var DiscussionAddIcon$1 = DiscussionAddIcon;
6157
+
6126
6158
  var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
6127
6159
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6128
6160
  width: 12,
@@ -6367,6 +6399,22 @@
6367
6399
  EstimatesIcon.displayName = "EstimatesIcon";
6368
6400
  var EstimatesIcon$1 = EstimatesIcon;
6369
6401
 
6402
+ var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
6403
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6404
+ width: 24,
6405
+ height: 24,
6406
+ viewBox: "0 0 24 24",
6407
+ xmlns: "http://www.w3.org/2000/svg",
6408
+ fill: "var(--color-theme-600)",
6409
+ ref: svgRef
6410
+ }, props), /*#__PURE__*/React__default["default"].createElement("path", {
6411
+ d: "M19 14v3h3v2h-3v3h-2v-3.001L14 19v-2l3-.001V14h2zm1-11a2 2 0 011.994 1.85L22 5v7h-2V5H4v14h8v2H4a2 2 0 01-1.995-1.85L2 19V5c0-1.06.81-1.919 1.85-1.995L4 3h16zm-9 4v1h2v2H9v1h3a1 1 0 01.993.883L13 12v3a1 1 0 01-.883.993L12 16h-1v1H9v-1H7v-2h4v-1H8a1 1 0 01-.993-.883L7 12V9a1 1 0 01.883-.993L8 8h1V7h2z",
6412
+ fillRule: "evenodd"
6413
+ }));
6414
+ });
6415
+ ExpenseAddIcon.displayName = "ExpenseAddIcon";
6416
+ var ExpenseAddIcon$1 = ExpenseAddIcon;
6417
+
6370
6418
  var ExportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
6371
6419
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6372
6420
  width: 16,
@@ -6697,6 +6745,22 @@
6697
6745
  MyWorkIcon.displayName = "MyWorkIcon";
6698
6746
  var MyWorkIcon$1 = MyWorkIcon;
6699
6747
 
6748
+ var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
6749
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6750
+ width: 24,
6751
+ height: 24,
6752
+ viewBox: "0 0 24 24",
6753
+ xmlns: "http://www.w3.org/2000/svg",
6754
+ fill: "var(--color-theme-600)",
6755
+ ref: svgRef
6756
+ }, props), /*#__PURE__*/React__default["default"].createElement("path", {
6757
+ d: "M7 14v3h3v2H7v3H5v-3.001L2 19v-2l3-.001V14h2zM19 3c1.05 0 1.918.82 1.994 1.851L21 5v10l-6 6h-3v-2h2v-5h5V5H5v7H3V5c0-1.05.82-1.918 1.851-1.994L5 3h14zm-7 8v2H8v-2h4zm5-4v2H7V7h10z",
6758
+ fillRule: "evenodd"
6759
+ }));
6760
+ });
6761
+ NoteAddIcon.displayName = "NoteAddIcon";
6762
+ var NoteAddIcon$1 = NoteAddIcon;
6763
+
6700
6764
  var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
6701
6765
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6702
6766
  width: 24,
@@ -7006,6 +7070,22 @@
7006
7070
  RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
7007
7071
  var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
7008
7072
 
7073
+ var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
7074
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7075
+ width: 24,
7076
+ height: 24,
7077
+ viewBox: "0 0 24 24",
7078
+ xmlns: "http://www.w3.org/2000/svg",
7079
+ fill: "var(--color-theme-600)",
7080
+ ref: svgRef
7081
+ }, props), /*#__PURE__*/React__default["default"].createElement("path", {
7082
+ d: "M15 9a7 7 0 110 14 7 7 0 010-14zm-3-9c1.235 0 2.29.758 2.752 1.828L14.82 2H19c1.05 0 1.918.82 1.994 1.851L21 4v5.292a9.017 9.017 0 00-1.999-1.356L19 4h-2v3H7V4H5v16l1.936.001c.362.728.82 1.4 1.356 2L5 22c-1.05 0-1.918-.82-1.994-1.851L3 20V4c0-1.05.82-1.918 1.851-1.994L5 2h4.18C9.6.84 10.7 0 12 0zm3 11a5 5 0 100 10 5 5 0 000-10zm1 2v1.999L19 15v2h-5v-4h2zM12 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z",
7083
+ fillRule: "evenodd"
7084
+ }));
7085
+ });
7086
+ ReportTimeIcon.displayName = "ReportTimeIcon";
7087
+ var ReportTimeIcon$1 = ReportTimeIcon;
7088
+
7009
7089
  var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
7010
7090
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7011
7091
  width: 24,
@@ -9907,6 +9987,7 @@
9907
9987
  exports.ArrowLeftBoxIcon = ArrowLeftBoxIcon$1;
9908
9988
  exports.ArrowRefreshIcon = ArrowRefreshIcon$1;
9909
9989
  exports.AssignIcon = AssignIcon$1;
9990
+ exports.AttachmentIcon = AttachmentIcon$1;
9910
9991
  exports.AutoResizeTextarea = AutoResizeTextarea;
9911
9992
  exports.Autocomplete = Autocomplete;
9912
9993
  exports.Avatar = Avatar;
@@ -9966,6 +10047,7 @@
9966
10047
  exports.DialogContent = DialogContent;
9967
10048
  exports.DialogContentDivider = DialogContentDivider;
9968
10049
  exports.DialogTitle = DialogTitle;
10050
+ exports.DiscussionAddIcon = DiscussionAddIcon$1;
9969
10051
  exports.DollarCheckmarkIcon = DollarCheckmarkIcon$1;
9970
10052
  exports.DollarCheckmarkSmallIcon = DollarCheckmarkSmallIcon$1;
9971
10053
  exports.DollarClockIcon = DollarClockIcon$1;
@@ -9986,6 +10068,7 @@
9986
10068
  exports.ExpandAll = ExpandAll;
9987
10069
  exports.ExpandAllIcon = ExpandAllIcon$1;
9988
10070
  exports.ExpandSingle = ExpandSingle;
10071
+ exports.ExpenseAddIcon = ExpenseAddIcon$1;
9989
10072
  exports.ExportIcon = ExportIcon$1;
9990
10073
  exports.EyeIcon = EyeIcon$1;
9991
10074
  exports.EyeOffIcon = EyeOffIcon$1;
@@ -10035,6 +10118,7 @@
10035
10118
  exports.MyWorkIcon = MyWorkIcon$1;
10036
10119
  exports.Nav = Nav;
10037
10120
  exports.NavBarElement = NavBarElement;
10121
+ exports.NoteAddIcon = NoteAddIcon$1;
10038
10122
  exports.NotificationBellIcon = NotificationBellIcon$1;
10039
10123
  exports.OpenExpandedIcon = OpenExpandedIcon$1;
10040
10124
  exports.Option = Option;
@@ -10065,6 +10149,7 @@
10065
10149
  exports.RearrangeSmallIcon = RearrangeSmallIcon$1;
10066
10150
  exports.RecurringCheckmarkIcon = RecurringCheckmarkIcon$1;
10067
10151
  exports.RecurringCheckmarkSmallIcon = RecurringCheckmarkSmallIcon$1;
10152
+ exports.ReportTimeIcon = ReportTimeIcon$1;
10068
10153
  exports.ReportsIcon = ReportsIcon$1;
10069
10154
  exports.ResizeTransition = ResizeTransition;
10070
10155
  exports.Reveal = Reveal;