@televet/kibble-ui 1.0.13 → 1.0.14-beta.0
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/build/components/Banner/index.d.ts +3 -0
- package/build/components/Icon/icon.types.d.ts +1 -1
- package/build/components/Input/index.d.ts +3 -0
- package/build/components/Textarea/textarea.component.d.ts +1 -1
- package/build/index.js +118 -99
- package/build/index.js.map +1 -1
- package/build/theme/tokens/colors.d.ts +194 -0
- package/build/utils/colors.d.ts +7 -0
- package/build/utils/index.d.ts +2 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -69,7 +69,7 @@ function __rest(s, e) {
|
|
|
69
69
|
|
|
70
70
|
const SvgAlertCircle = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
71
71
|
React__namespace.createElement("path", { d: "M12 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9Zm.9 12.6a.9.9 0 1 1-1.8 0 .9.9 0 0 1 1.8 0Zm0-3.15a.9.9 0 1 1-1.8 0V8.4a.9.9 0 1 1 1.8 0v4.05Z", fill: color })));
|
|
72
|
-
React.forwardRef(SvgAlertCircle);
|
|
72
|
+
const ForwardRef$U = React.forwardRef(SvgAlertCircle);
|
|
73
73
|
|
|
74
74
|
const SvgArrowCircle = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
75
75
|
React__namespace.createElement("path", { d: "M12 3c-4.962 0-9 4.038-9 9s4.038 9 9 9 9-4.038 9-9h-1.8c0 3.97-3.23 7.2-7.2 7.2S4.8 15.97 4.8 12 8.03 4.8 12 4.8c1.986 0 3.783.81 5.085 2.115L14.7 9.3H21V3l-2.646 2.646A8.949 8.949 0 0 0 12 3Z", fill: color })));
|
|
@@ -77,35 +77,35 @@ React.forwardRef(SvgArrowCircle);
|
|
|
77
77
|
|
|
78
78
|
const SvgArrowLeft = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
79
79
|
React__namespace.createElement("path", { d: "M10.395 3.267a.965.965 0 1 1 1.363 1.362L5.37 11.016h15.666a.964.964 0 0 1 0 1.928H5.37l6.388 6.387a.963.963 0 1 1-1.363 1.362l-8.032-8.032a.964.964 0 0 1 0-1.362l8.032-8.032Z", fill: color })));
|
|
80
|
-
const ForwardRef$
|
|
80
|
+
const ForwardRef$T = React.forwardRef(SvgArrowLeft);
|
|
81
81
|
|
|
82
82
|
const SvgArrowRight = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
83
83
|
React__namespace.createElement("path", { d: "M13.605 20.733a.965.965 0 0 1-1.67-.674.963.963 0 0 1 .307-.688l6.388-6.387H2.964a.964.964 0 0 1 0-1.928H18.63L12.243 4.67a.964.964 0 1 1 1.362-1.362l8.032 8.032a.964.964 0 0 1 0 1.362l-8.032 8.032Z", fill: color })));
|
|
84
|
-
React.forwardRef(SvgArrowRight);
|
|
84
|
+
const ForwardRef$S = React.forwardRef(SvgArrowRight);
|
|
85
85
|
|
|
86
86
|
const SvgArrowsIn = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
87
87
|
React__namespace.createElement("path", { d: "M13.159 4.044a.966.966 0 0 0-.063.379v5.359a.964.964 0 0 0 .963.963h5.359a.964.964 0 1 0 0-1.926h-3.033l5.078-5.078a.964.964 0 1 0-1.364-1.363l-5.077 5.078V4.423a.962.962 0 0 0-1.657-.704.965.965 0 0 0-.206.325ZM10.682 19.797a.964.964 0 0 0 .063-.379V14.06a.964.964 0 0 0-.963-.963h-5.36a.964.964 0 1 0 0 1.926h3.033L2.378 20.1a.964.964 0 0 0 1.363 1.363l5.078-5.078v3.033a.964.964 0 0 0 1.863.38Z", fill: color })));
|
|
88
|
-
const ForwardRef$
|
|
88
|
+
const ForwardRef$R = React.forwardRef(SvgArrowsIn);
|
|
89
89
|
|
|
90
90
|
const SvgArrowsOut = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
91
91
|
React__namespace.createElement("path", { d: "M21.682 8.797a.964.964 0 0 0 .063-.379V3.06a.964.964 0 0 0-.963-.963h-5.36a.964.964 0 1 0 0 1.926h3.034L13.378 9.1a.964.964 0 1 0 1.363 1.363l5.078-5.078v3.033a.964.964 0 0 0 1.863.38ZM2.16 15.044a.964.964 0 0 0-.064.379v5.359a.964.964 0 0 0 .963.963h5.36a.964.964 0 1 0 0-1.926H5.384l5.078-5.078A.964.964 0 1 0 9.1 13.378l-5.078 5.078v-3.033a.964.964 0 0 0-1.863-.38Z", fill: color })));
|
|
92
|
-
const ForwardRef$
|
|
92
|
+
const ForwardRef$Q = React.forwardRef(SvgArrowsOut);
|
|
93
93
|
|
|
94
94
|
const SvgBell = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
95
95
|
React__namespace.createElement("path", { d: "M12 3c-.725 0-1.313.605-1.313 1.35v.626c-2.263.6-3.937 2.708-3.937 5.224v5.4l-1.343 1.04h-.002A.907.907 0 0 0 5 17.4c0 .497.392.9.875.9h12.25a.888.888 0 0 0 .875-.9.904.904 0 0 0-.405-.76L17.25 15.6v-5.4c0-2.516-1.674-4.624-3.938-5.224V4.35C13.313 3.605 12.726 3 12 3Zm-1.75 16.2c0 .99.787 1.8 1.75 1.8s1.75-.81 1.75-1.8h-3.5Z", fill: color })));
|
|
96
|
-
const ForwardRef$
|
|
96
|
+
const ForwardRef$P = React.forwardRef(SvgBell);
|
|
97
97
|
|
|
98
98
|
const SvgBookmarkFilled = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
99
99
|
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.917C4 3.41 4.408 3 4.911 3H19.09c.503 0 .911.41.911.917v16.166a.917.917 0 0 1-.53.833.907.907 0 0 1-.974-.137L12 15.18l-6.495 5.6a.907.907 0 0 1-.974.137.917.917 0 0 1-.531-.833V3.917Z", fill: color })));
|
|
100
|
-
React.forwardRef(SvgBookmarkFilled);
|
|
100
|
+
const ForwardRef$O = React.forwardRef(SvgBookmarkFilled);
|
|
101
101
|
|
|
102
102
|
const SvgBookmarkOutlined = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
103
103
|
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.917C4 3.41 4.408 3 4.911 3H19.09c.503 0 .911.41.911.917v16.166a.917.917 0 0 1-.53.833.907.907 0 0 1-.974-.137L12 15.18l-6.495 5.6a.907.907 0 0 1-.974.137.917.917 0 0 1-.531-.833V3.917Zm1.823.917V18.09l5.584-4.815a.907.907 0 0 1 1.186 0l5.584 4.815V4.834H5.823Z", fill: color })));
|
|
104
|
-
React.forwardRef(SvgBookmarkOutlined);
|
|
104
|
+
const ForwardRef$N = React.forwardRef(SvgBookmarkOutlined);
|
|
105
105
|
|
|
106
106
|
const SvgBrush = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
107
107
|
React__namespace.createElement("path", { d: "M16.351 3.001a.338.338 0 0 0-.045.012.36.36 0 0 0-.287.253.36.36 0 0 0 .103.366l1.396 1.363.023.035c.007.009.015.015.023.022.347.444.503.98.263 1.747l-1.098-1.07a.374.374 0 0 0-.298-.113h-.034a.361.361 0 0 0-.183.62l1.293 1.285a9.25 9.25 0 0 1-.72 1.14l-1.088-1.106a.375.375 0 0 0-.297-.124l-.046.012a.363.363 0 0 0-.275.25.357.357 0 0 0 .092.359l1.166 1.194a24.27 24.27 0 0 1-.857 1.014l-1.11-1.082a.373.373 0 0 0-.297-.112h-.034a.357.357 0 0 0-.183.62l1.121 1.115.011.012c-.329.347-.65.645-.96.9l-1.26-1.228a.372.372 0 0 0-.262-.113.468.468 0 0 0-.07.011.367.367 0 0 0-.276.25.356.356 0 0 0 .093.359l1.179 1.161c-.434.301-.836.52-1.201.676a.136.136 0 0 0-.024-.023l-1.257-1.228a.373.373 0 0 0-.297-.113h-.034a.362.362 0 0 0-.286.254.357.357 0 0 0 .103.365l1.006 1.005c-.386.095-.7.134-.904.134-.609 0-1.01-.17-1.2-.35l-.012-.01c-.005-.006-.007-.018-.011-.023a.153.153 0 0 0-.035-.034L7.864 11.41a.373.373 0 0 0-.297-.113l-.045.011a.357.357 0 0 0-.184.62l1.327 1.308c.018.267.074.524.126.755.08.35.141.646.045.834-.097.193-.344.33-.686.518-.549.302-1.299.72-2.06 1.713-1.105 1.444-1.409 2.917-.732 3.584.24.235.556.361.905.361.71 0 1.581-.508 2.585-1.51.975-.973 1.352-2.061 1.6-2.784.096-.274.2-.591.276-.665.694-.672 1.215-.775 1.875-.913.96-.2 2.157-.453 4.199-2.4C18.927 10.698 20 8.763 20 6.98c0-1.688-1.301-2.436-2.013-2.548l-1.338-1.319a.368.368 0 0 0-.298-.112Zm-2.939.35a.352.352 0 0 0-.046.011.36.36 0 0 0-.183.62l.95.935c.145.144.38.144.525 0a.36.36 0 0 0 0-.519l-.95-.935a.376.376 0 0 0-.296-.113ZM11.603 4.5a.361.361 0 0 0-.285.254.355.355 0 0 0 .103.365l1.029 1.016a.37.37 0 0 0 .367.125.359.359 0 0 0 .148-.633l-1.03-1.014a.37.37 0 0 0-.297-.113h-.034Zm2.62.778a.36.36 0 0 0-.184.62l.688.676a.368.368 0 0 0 .641-.145.36.36 0 0 0-.126-.363l-.688-.676a.37.37 0 0 0-.296-.112h-.035Zm-4.13.575a.376.376 0 0 0-.045.011.36.36 0 0 0-.183.62l1.006.98c.09.107.23.156.368.126a.358.358 0 0 0 .147-.633l-.994-.991a.375.375 0 0 0-.299-.114Zm3.032.867a.357.357 0 0 0-.183.62l.686.677a.37.37 0 0 0 .642-.145.358.358 0 0 0-.127-.363l-.686-.675a.372.372 0 0 0-.297-.113h-.035Zm-4.38.733a.361.361 0 0 0-.287.254.356.356 0 0 0 .103.365l.938.925a.368.368 0 0 0 .642-.145.36.36 0 0 0-.127-.362l-.937-.925a.373.373 0 0 0-.263-.113h-.069Zm2.916.71a.358.358 0 0 0-.183.62l.686.676a.37.37 0 0 0 .642-.145.357.357 0 0 0-.127-.362l-.687-.677a.372.372 0 0 0-.297-.112h-.034ZM7.817 9.38a.333.333 0 0 0-.045.012.362.362 0 0 0-.287.253.362.362 0 0 0 .103.367l.802.788c.145.144.38.144.526 0a.364.364 0 0 0 0-.518l-.801-.789a.372.372 0 0 0-.298-.113Zm2.38.226a.357.357 0 0 0-.183.62l.63.631c.144.143.379.143.525 0a.362.362 0 0 0 0-.52l-.64-.618a.373.373 0 0 0-.298-.113h-.035ZM9.1 11.049a.359.359 0 0 0-.183.618l.446.452c.145.144.38.144.526 0a.362.362 0 0 0 0-.518l-.458-.44a.374.374 0 0 0-.298-.113H9.1v.001Z", fill: color })));
|
|
108
|
-
const ForwardRef$
|
|
108
|
+
const ForwardRef$M = React.forwardRef(SvgBrush);
|
|
109
109
|
|
|
110
110
|
const SvgCaduceus = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
111
111
|
React__namespace.createElement("path", { d: "M12.197 3c-.282 0-.552.118-.75.33-.2.21-.312.496-.312.794 0 .158.032.314.093.458.061.144.15.273.261.378v1.138c.251.072.488.183.708.322.22-.139.457-.25.708-.322V4.96c.11-.105.2-.234.26-.378a1.159 1.159 0 0 0-.218-1.253C12.75 3.12 12.48 3 12.198 3Zm3.54.75c-.541 0-1.41.396-1.41 1.499 0 .31.14.618.236.925.863.33 1.528 1.088 1.77 2.037 1.744-.168 3.785-.99 4.696-1.552v-.002a.728.728 0 0 0 .27-.275.784.784 0 0 0-.107-.914.688.688 0 0 0-.53-.218c-2.8-.011-2.84-1.5-4.926-1.5Zm-7.074.001c-2.087 0-2.125 1.49-4.933 1.5a.689.689 0 0 0-.523.218.783.783 0 0 0-.108.913.728.728 0 0 0 .272.275v.002c.91.561 2.95 1.384 4.695 1.552.243-.95.907-1.707 1.77-2.037.096-.307.237-.614.237-.925 0-1.103-.87-1.499-1.41-1.498Zm2.118 3.735c-.815 0-1.416.717-1.416 1.51 0 1.014.36 1.826.877 2.36.117.121.24.226.365.323-.099.063-.197.126-.293.202-.52.41-.949 1.12-.949 1.988 0 .833.328 1.527.772 1.978.197.2.41.356.623.492-.383.39-.687.966-.687 1.653 0 .6.18 1.126.451 1.539a.725.725 0 0 0-.35.344.789.789 0 0 0-.065.503c.035.17.124.322.253.43.129.108.29.165.454.162 0 0 .644-.012 1.381-.252.737.24 1.381.252 1.381.252a.683.683 0 0 0 .454-.162.757.757 0 0 0 .252-.43.789.789 0 0 0-.063-.503.725.725 0 0 0-.351-.344c.27-.413.45-.939.45-1.539 0-.687-.303-1.263-.687-1.653a3.45 3.45 0 0 0 .624-.492c.444-.45.771-1.145.771-1.978 0-.868-.429-1.578-.948-1.988-.095-.076-.194-.139-.293-.202.125-.098.248-.202.365-.322.517-.535.877-1.347.877-2.36 0-.794-.601-1.511-1.416-1.511-.436 0-.8.227-1.034.504a1.516 1.516 0 0 0-.382 1.007.781.781 0 0 0 .122.43.716.716 0 0 0 .331.279.671.671 0 0 0 .423.028.703.703 0 0 0 .363-.232c-.076.271-.104.607-.274.782-.225.232-.575.425-.965.612-.39-.187-.74-.38-.965-.612-.17-.175-.198-.51-.274-.782a.702.702 0 0 0 .363.232.67.67 0 0 0 .422-.028.716.716 0 0 0 .332-.28.782.782 0 0 0 .122-.43c0-.401-.147-.73-.382-1.006-.234-.277-.598-.504-1.034-.504Zm1.416 5.052c.426.19.81.365 1.037.545.277.22.379.348.379.786 0 .475-.115.673-.335.896-.22.223-.589.428-1.022.637l-.059.03-.06-.03c-.432-.21-.802-.414-1.021-.637-.22-.223-.335-.421-.335-.896 0-.438.102-.567.379-.786.227-.18.61-.356 1.037-.545Zm0 4.558c.167.093.314.183.416.27.22.19.292.287.292.626 0 .383-.1.59-.259.779a1.57 1.57 0 0 1-.449.338 1.57 1.57 0 0 1-.45-.338c-.159-.19-.258-.396-.258-.779 0-.339.073-.437.292-.625.102-.088.25-.178.416-.271Z", fill: color })));
|
|
@@ -113,24 +113,24 @@ React.forwardRef(SvgCaduceus);
|
|
|
113
113
|
|
|
114
114
|
const SvgCalendarCheck = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
115
115
|
React__namespace.createElement("path", { d: "M7.556 2a.895.895 0 0 0-.889.9v.9h-.89C4.795 3.8 4 4.606 4 5.6v12.6C4 19.194 4.798 20 5.777 20h12.446A1.79 1.79 0 0 0 20 18.2V5.6c0-.994-.795-1.8-1.777-1.8h-.89v-.9c0-.496-.398-.9-.889-.9a.895.895 0 0 0-.888.9v.9H8.443v-.9a.893.893 0 0 0-.886-.9h-.001ZM5.777 8.3h12.446l.001 9.9H5.777V8.3Zm8.713 2.438a.875.875 0 0 0-.624.262l-2.31 2.34-.976-.99a.872.872 0 0 0-1.246 0 .895.895 0 0 0 0 1.26l1.594 1.615a.882.882 0 0 0 1.258 0l2.927-2.964a.898.898 0 0 0 0-1.261.87.87 0 0 0-.622-.262h-.001Z", fill: color })));
|
|
116
|
-
const ForwardRef$
|
|
116
|
+
const ForwardRef$L = React.forwardRef(SvgCalendarCheck);
|
|
117
117
|
|
|
118
118
|
const SvgCalendarInfo = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
119
119
|
React__namespace.createElement("path", { d: "M16.445 10.286h-8.89v1.777h8.89v-1.777Zm1.777-5.08h-.889V4h-1.777v1.206H8.444V4H6.667v1.206h-.89c-.986 0-1.768.8-1.768 1.778L4 18.286C4 19.263 4.791 20 5.778 20h12.444C19.2 20 20 19.264 20 18.286V6.984c0-.978-.8-1.778-1.778-1.778Zm0 13.08H5.778V8.508h12.444v9.778Zm-4.444-4.445H7.556v1.778h6.222v-1.778Z", fill: color })));
|
|
120
|
-
const ForwardRef$
|
|
120
|
+
const ForwardRef$K = React.forwardRef(SvgCalendarInfo);
|
|
121
121
|
|
|
122
122
|
const SvgCalendarPen = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
123
123
|
React__namespace.createElement("path", { d: "M6.619 2.001a.91.91 0 0 0-.905.914v.912h-.905C3.81 3.827 3 4.645 3 5.654v12.78c0 1.009.81 1.826 1.81 1.826h10.107l-1.81-1.827H4.81V8.391h12.666v5.635l1.81 1.826v-10.2c0-1.008-.81-1.826-1.81-1.826h-.906v-.914A.909.909 0 0 0 15.667 2a.91.91 0 0 0-.905.914v.912H7.525v-.914A.91.91 0 0 0 6.62 2l-.001.001Zm.905 9.13a.91.91 0 0 0-.905.913.91.91 0 0 0 .905.914h7.238c.5 0 .905-.41.905-.914a.91.91 0 0 0-.905-.913H7.524Zm0 3.652a.91.91 0 0 0-.905.913.91.91 0 0 0 .905.914h3.62c.499 0 .904-.41.904-.914a.91.91 0 0 0-.905-.913H7.524Zm6.785 0a.456.456 0 0 0-.452.456v1.181c0 .12.048.237.133.323l4.523 4.565 1.81-1.827-4.524-4.564a.456.456 0 0 0-.32-.134h-1.17Zm6.654 5.344-1.811 1.826.664.669c.5.504 1.31.504 1.81 0a1.3 1.3 0 0 0 0-1.827l-.663-.668Z", fill: color })));
|
|
124
|
-
React.forwardRef(SvgCalendarPen);
|
|
124
|
+
const ForwardRef$J = React.forwardRef(SvgCalendarPen);
|
|
125
125
|
|
|
126
126
|
const SvgCatFace = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
127
127
|
React__namespace.createElement("path", { d: "M18.346 9.555c.29-.908.573-2.172.653-3.79a.73.73 0 0 0-.889-.746c-1.413.33-2.458.816-3.21 1.285A7.25 7.25 0 0 0 12 5.7a7.25 7.25 0 0 0-2.9.604c-.753-.469-1.797-.954-3.21-1.285a.73.73 0 0 0-.89.746c.081 1.618.363 2.882.655 3.79A6.343 6.343 0 0 0 5 12.35C5 16.023 9.2 19 12 19s7-2.977 7-6.65c0-1-.239-1.944-.654-2.795Zm-7.973 3.006c-.177.068-.45.14-.818.14-1.364 0-1.679-1.088-1.75-1.59a.347.347 0 0 1 .223-.373c.177-.067.45-.138.818-.138 1.363 0 1.678 1.087 1.75 1.589a.343.343 0 0 1-.223.372Zm2.934 2.128c-.324.335-.827.62-1.105.762a.443.443 0 0 1-.403 0c-.278-.143-.782-.428-1.105-.762-.222-.23-.022-.59.315-.59h1.982c.337 0 .537.36.315.59h.001Zm1.138-1.99c-.368 0-.64-.07-.818-.14a.344.344 0 0 1-.224-.37c.072-.502.387-1.59 1.75-1.59.369 0 .642.07.819.14.155.06.246.21.224.373-.072.501-.387 1.588-1.75 1.588h-.001Z", fill: color })));
|
|
128
|
-
const ForwardRef$
|
|
128
|
+
const ForwardRef$I = React.forwardRef(SvgCatFace);
|
|
129
129
|
|
|
130
130
|
const SvgCellphoneAlert = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
131
131
|
React__namespace.createElement("path", { d: "M11 8a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0V8ZM13 15a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", fill: color }),
|
|
132
132
|
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.627 2.5h8.637c.954 0 1.727.773 1.727 1.727v15.546c0 .954-.773 1.727-1.727 1.727H7.627A1.727 1.727 0 0 1 5.9 19.773V4.227c0-.954.773-1.727 1.727-1.727Zm2.591 17.273h3.455v-.864h-3.455v.864Zm-2.59-2.591h8.636V5.09H7.627v12.09Z", fill: color })));
|
|
133
|
-
const ForwardRef$
|
|
133
|
+
const ForwardRef$H = React.forwardRef(SvgCellphoneAlert);
|
|
134
134
|
|
|
135
135
|
const SvgCellphone = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
136
136
|
React__namespace.createElement("path", { d: "M16.264 2.5H7.627c-.954 0-1.727.773-1.727 1.727v15.546c0 .954.773 1.727 1.727 1.727h8.637c.954 0 1.727-.773 1.727-1.727V4.227c0-.954-.773-1.727-1.727-1.727Zm-2.591 17.273h-3.455v-.864h3.455v.864Zm2.59-2.591H7.628V5.09h8.637v12.09Z", fill: color })));
|
|
@@ -138,11 +138,11 @@ React.forwardRef(SvgCellphone);
|
|
|
138
138
|
|
|
139
139
|
const SvgChainLink = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
140
140
|
React__namespace.createElement("path", { d: "M16.521 4.082c-.869 0-1.738.331-2.4.993L12.238 6.96a3.393 3.393 0 0 0-.813 3.478l1.354-1.354c.056-.387.227-.76.525-1.058l1.885-1.885c.367-.367.85-.552 1.333-.552s.966.184 1.333.552c.735.735.735 1.93 0 2.665l-1.885 1.885c-.297.298-.67.468-1.058.525l-1.355 1.355a3.383 3.383 0 0 0 3.479-.814l1.885-1.885a3.396 3.396 0 0 0 0-4.797 3.383 3.383 0 0 0-2.399-.993Zm-2.276 4.892a.754.754 0 0 0-.519.228l-4.524 4.524a.754.754 0 1 0 1.067 1.066l4.524-4.524a.753.753 0 0 0-.548-1.294Zm-4.717 2.278a3.376 3.376 0 0 0-2.568.985l-1.885 1.885a3.397 3.397 0 0 0 0 4.798c.661.661 1.53.992 2.399.992.868 0 1.737-.33 2.398-.992l1.885-1.886a3.393 3.393 0 0 0 .814-3.478l-1.355 1.355c-.056.387-.227.76-.525 1.058l-1.885 1.885a1.886 1.886 0 0 1-2.665 0 1.887 1.887 0 0 1 0-2.665l1.885-1.885a1.87 1.87 0 0 1 1.058-.526l1.354-1.354a3.416 3.416 0 0 0-.91-.172Z", fill: color })));
|
|
141
|
-
React.forwardRef(SvgChainLink);
|
|
141
|
+
const ForwardRef$G = React.forwardRef(SvgChainLink);
|
|
142
142
|
|
|
143
143
|
const SvgChatBubbleFilled = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
144
144
|
React__namespace.createElement("path", { d: "M12 4c-4.695 0-8.5 3.152-8.5 7.04 0 2.155 1.173 4.082 3.015 5.374.047.983-.108 2.34-1.494 2.966l-.003.001a.32.32 0 0 0-.21.299.324.324 0 0 0 .355.319c1.591-.01 2.942-.852 3.874-1.741a1.283 1.283 0 0 1 1.114-.347A10.1 10.1 0 0 0 12 18.08c4.695 0 8.5-3.152 8.5-7.04S16.695 4 12 4Z", fill: color })));
|
|
145
|
-
const ForwardRef$
|
|
145
|
+
const ForwardRef$F = React.forwardRef(SvgChatBubbleFilled);
|
|
146
146
|
|
|
147
147
|
const SvgChatBubbleOutlined = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
148
148
|
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6 11.04C2.6 6.504 6.974 3.1 12 3.1c5.026 0 9.4 3.404 9.4 7.94 0 4.536-4.374 7.94-9.4 7.94-.69 0-1.364-.063-2.014-.184l.165-.885-.163.885a.384.384 0 0 0-.33.112c-1.016.97-2.567 1.97-4.463 1.99-.02.002-.039.002-.058.002h-.002c-.66 0-1.227-.528-1.227-1.22v-.001c0-.502.308-.94.755-1.125.7-.322.929-.947.957-1.684-1.824-1.424-3.02-3.486-3.02-5.83ZM12 4.9c-4.364 0-7.6 2.9-7.6 6.14 0 1.809.982 3.48 2.632 4.637l.36.253.022.44c.028.587-.004 1.443-.375 2.235a6.072 6.072 0 0 0 1.377-.999 2.183 2.183 0 0 1 1.898-.58h.002A9.2 9.2 0 0 0 12 17.18c4.364 0 7.6-2.9 7.6-6.14 0-3.24-3.236-6.14-7.6-6.14Z", fill: color })));
|
|
@@ -162,11 +162,11 @@ React.forwardRef(SvgChevronDown);
|
|
|
162
162
|
|
|
163
163
|
const SvgChevronLeft = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
164
164
|
React__namespace.createElement("path", { d: "m10.31 12 5.412-5.393a.937.937 0 0 0 0-1.331.951.951 0 0 0-1.34 0l-6.12 6.096a.883.883 0 0 0 0 1.256l6.12 6.096c.37.368.97.368 1.34 0a.937.937 0 0 0 0-1.331L10.31 12Z", fill: color })));
|
|
165
|
-
React.forwardRef(SvgChevronLeft);
|
|
165
|
+
const ForwardRef$E = React.forwardRef(SvgChevronLeft);
|
|
166
166
|
|
|
167
167
|
const SvgChevronRight = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
168
168
|
React__namespace.createElement("path", { d: "m13.69 12-5.413 5.393a.937.937 0 0 0 0 1.331c.37.368.97.368 1.34 0l6.12-6.096a.882.882 0 0 0 0-1.256L9.619 5.276a.951.951 0 0 0-1.34 0 .937.937 0 0 0 0 1.331L13.69 12Z", fill: color })));
|
|
169
|
-
const ForwardRef$
|
|
169
|
+
const ForwardRef$D = React.forwardRef(SvgChevronRight);
|
|
170
170
|
|
|
171
171
|
const SvgChevronUp = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
172
172
|
React__namespace.createElement("path", { d: "m12 10.31 5.393 5.412c.367.37.964.37 1.331 0a.951.951 0 0 0 0-1.34l-6.096-6.12a.883.883 0 0 0-1.256 0l-6.096 6.12a.951.951 0 0 0 0 1.34c.367.37.964.37 1.331 0L12 10.31Z", fill: color })));
|
|
@@ -191,7 +191,7 @@ React.forwardRef(SvgCode);
|
|
|
191
191
|
|
|
192
192
|
const SvgCreditCardHand = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
193
193
|
React__namespace.createElement("path", { d: "M10.286 6c-.895 0-1.62.684-1.62 1.53v.764H20V7.53C20 6.684 19.276 6 18.381 6h-8.095Zm-1.62 3.823v3.06c0 .33.115.636.306.886l3.67-2.159c.702-.414 1.622-.261 2.132.356l.59.713c.416.503.606 1.12.582 1.733h2.435c.895 0 1.619-.684 1.619-1.529v-3.06H8.667Zm-2.632.07a1 1 0 0 0-.51.165l-1.83 1.2A1.505 1.505 0 0 0 3 12.515v4.957C3 18.316 3.724 19 4.619 19h4.519c.907 0 1.754-.428 2.256-1.14l2.721-2.894c.31-.404.299-.952-.027-1.344-.36-.518-.818-.604-1.374-.252l-3.559 2.094c-.918.541-2.108-.083-2.108-1.104v-3.55c0-.554-.494-.937-1.013-.916Z", fill: color })));
|
|
194
|
-
const ForwardRef$
|
|
194
|
+
const ForwardRef$C = React.forwardRef(SvgCreditCardHand);
|
|
195
195
|
|
|
196
196
|
const SvgCrossClipboard = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
197
197
|
React__namespace.createElement("path", { d: "M20 3.8h-5.497C14.136 2.753 13.16 2 12 2c-1.16 0-2.136.753-2.503 1.8H4V20h16V3.8Zm-8 0c.49 0 .889.403.889.9s-.398.9-.889.9a.895.895 0 0 1-.889-.9c0-.497.398-.9.889-.9Zm3.556 9.9h-2.667v2.7H11.11v-2.7H8.444v-1.8h2.667V9.2h1.778v2.7h2.667v1.8Z", fill: color })));
|
|
@@ -199,7 +199,7 @@ React.forwardRef(SvgCrossClipboard);
|
|
|
199
199
|
|
|
200
200
|
const SvgDog = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
201
201
|
React__namespace.createElement("path", { d: "M14.4 3v2.429L12.842 8.58c-.271.55-.826.895-1.431.895H6.72L5.359 8.101a.766.766 0 0 0-1.119 0 .787.787 0 0 0 0 1.132L5.6 10.61v2.914l-.693 1.4a1.65 1.65 0 0 0-.148.46l-.586 3.561A.902.902 0 0 0 5.056 20a.9.9 0 0 0 .881-.738l.462-2.5 1.6-1.62h5.246l1.625 4.305a.852.852 0 0 0 .794.553.858.858 0 0 0 .817-1.097l-.881-3.1v-.66l1.031-2.087c.111-.224.169-.473.169-.724V8.667h.606c.637 0 1.247-.256 1.697-.712L20 7.048V5.833a.403.403 0 0 0-.4-.404h-1.2l-.566-.573a.793.793 0 0 0-.565-.237h-.87l-.72-.97A1.586 1.586 0 0 0 14.4 3Z", fill: color })));
|
|
202
|
-
const ForwardRef$
|
|
202
|
+
const ForwardRef$B = React.forwardRef(SvgDog);
|
|
203
203
|
|
|
204
204
|
const SvgDoghouse = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
205
205
|
React__namespace.createElement("path", { d: "M12 4 2 12.904h2.727V21h14.546v-8.096H22L12 4Zm3.636 15.201H8.364v-4.22L12 12.905l3.636 2.078v4.22Z", fill: color })));
|
|
@@ -207,24 +207,24 @@ React.forwardRef(SvgDoghouse);
|
|
|
207
207
|
|
|
208
208
|
const SvgDollarCircle = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
209
209
|
React__namespace.createElement("path", { d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm.666 11.905v1.429h-1.332v-1.425c-1.42-.19-2.315-1.015-2.365-2.24h1.52c.073.61.688 1 1.574 1 .818 0 1.395-.396 1.395-.963 0-.48-.373-.755-1.296-.953l-.98-.208c-1.37-.287-2.04-1-2.04-2.146 0-1.22.849-2.078 2.192-2.293v-1.44h1.332v1.438c1.304.211 2.184 1.056 2.225 2.211h-1.478c-.074-.594-.627-.99-1.387-.99-.786 0-1.307.366-1.307.938 0 .464.36.73 1.24.916l.906.195c1.51.316 2.16.968 2.16 2.133.001 1.323-.882 2.195-2.359 2.398Z", fill: color })));
|
|
210
|
-
React.forwardRef(SvgDollarCircle);
|
|
210
|
+
const ForwardRef$A = React.forwardRef(SvgDollarCircle);
|
|
211
211
|
|
|
212
212
|
const SvgDotsHorizontal = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
213
213
|
React__namespace.createElement("path", { d: "M3 12a2 2 0 1 0 4.001-.001A2 2 0 0 0 3 12Zm7 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm7 0A2 2 0 1 0 21 11.998 2 2 0 0 0 17 12Z", fill: color })));
|
|
214
|
-
const ForwardRef$
|
|
214
|
+
const ForwardRef$z = React.forwardRef(SvgDotsHorizontal);
|
|
215
215
|
|
|
216
216
|
const SvgDotsVertical = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
217
217
|
React__namespace.createElement("path", { d: "M12 3a2 2 0 1 0 .001 4.001A2 2 0 0 0 12 3Zm0 7a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm0 7A2 2 0 1 0 12.002 21 2 2 0 0 0 12 17Z", fill: color })));
|
|
218
|
-
const ForwardRef$
|
|
218
|
+
const ForwardRef$y = React.forwardRef(SvgDotsVertical);
|
|
219
219
|
|
|
220
220
|
const SvgDoubleArrowCircle = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
221
221
|
React__namespace.createElement("path", { d: "M12 3c-4.962 0-9 4.038-9 9h1.8c0-3.722 2.838-6.793 6.465-7.163a7.255 7.255 0 0 1 .91-.035 7.163 7.163 0 0 1 4.91 2.113L14.7 9.3H21V3l-2.64 2.64A8.972 8.972 0 0 0 12 3ZM12.735 19.163a7.162 7.162 0 0 1-5.82-2.078L9.3 14.7H3V21l2.64-2.64A8.972 8.972 0 0 0 12 21", fill: color }),
|
|
222
222
|
React__namespace.createElement("path", { d: "M12.735 19.163c.325-.033.643-.088.954-.163 3.158-.762 5.511-3.611 5.511-7H21a8.96 8.96 0 0 1-.514 3 9.044 9.044 0 0 1-5.813 5.595A8.967 8.967 0 0 1 12 21", fill: color })));
|
|
223
|
-
React.forwardRef(SvgDoubleArrowCircle);
|
|
223
|
+
const ForwardRef$x = React.forwardRef(SvgDoubleArrowCircle);
|
|
224
224
|
|
|
225
225
|
const SvgDownload = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
226
226
|
React__namespace.createElement("path", { d: "M10.687 3c-1.157 0-2.096.94-2.096 2.097v5.59H6.32c-.986 0-1.193.159-.35 1.005l4.608 4.608c1.537 1.537 1.518 1.542 3.058 0l4.586-4.608c.843-.846.562-1.005-.328-1.005H15.58v-5.59A2.097 2.097 0 0 0 13.483 3h-2.796ZM3 16.278v2.796c0 1.157.94 2.096 2.097 2.096h13.976c1.158 0 2.097-.94 2.097-2.097v-2.795h-1.398v2.796a.7.7 0 0 1-.698.698H5.096a.7.7 0 0 1-.7-.698v-2.796H3Z", fill: color })));
|
|
227
|
-
const ForwardRef$
|
|
227
|
+
const ForwardRef$w = React.forwardRef(SvgDownload);
|
|
228
228
|
|
|
229
229
|
const SvgDragDrop = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
230
230
|
React__namespace.createElement("path", { d: "M3 3v2h3V3H3Zm6 0v2h3V3H9Zm6 0v2h3V3h-3ZM3 7v3h2V7H3Zm13 0v2H9c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2h-1V7h-2ZM3 12v3h2v-3H3Zm10 0 4 4-1.7.2.61 1.32-.85.48-.73-1.44-1.33 1.2V12Z", fill: color })));
|
|
@@ -232,15 +232,15 @@ React.forwardRef(SvgDragDrop);
|
|
|
232
232
|
|
|
233
233
|
const SvgEmailSend = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
234
234
|
React__namespace.createElement("path", { d: "M4.565 4C3.71 4 3 4.691 3 5.524v9.905h1.565V5.524h12.522V4H4.565Zm3.13 3.048c-.478 0-.902.214-1.189.544l6.668 4.027 6.614-4.09a1.576 1.576 0 0 0-1.136-.481H7.696Zm12.522 1.74-7.043 4.355L6.13 8.888v7.303c0 .84.702 1.523 1.566 1.523h5.478V15.43c0-.421.35-.762.783-.762h2.347v-1.524c0-.42.351-.762.783-.762h1.43l1.7 1.655V8.787Zm-2.347 5.117v2.286h-3.13v1.523h3.13V20L21 16.952l-3.13-3.047Z", fill: color })));
|
|
235
|
-
React.forwardRef(SvgEmailSend);
|
|
235
|
+
const ForwardRef$v = React.forwardRef(SvgEmailSend);
|
|
236
236
|
|
|
237
237
|
const SvgEyeOpen = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
238
238
|
React__namespace.createElement("path", { d: "M12.001 5c-5.61 0-8.273 5.144-8.921 6.612a.976.976 0 0 0 0 .774C3.728 13.855 6.391 19 12.001 19c5.591 0 8.256-5.108 8.914-6.597a1 1 0 0 0 0-.806C20.257 10.107 17.593 5 12.001 5Zm0 2.626c2.26 0 4.09 1.958 4.09 4.373 0 2.417-1.83 4.376-4.09 4.376-2.258 0-4.09-1.96-4.09-4.376 0-2.418 1.832-4.374 4.09-4.374v.001Zm0 1.75c-1.354 0-2.455 1.175-2.455 2.624 0 1.45 1.102 2.625 2.455 2.625 1.355 0 2.456-1.176 2.456-2.626 0-1.448-1.1-2.624-2.456-2.624Z", fill: color })));
|
|
239
|
-
const ForwardRef$
|
|
239
|
+
const ForwardRef$u = React.forwardRef(SvgEyeOpen);
|
|
240
240
|
|
|
241
241
|
const SvgEyeSlash = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
242
242
|
React__namespace.createElement("path", { d: "M5.163 4 3.998 5.165l2.287 2.287c-.445.363-.84.748-1.194 1.135a12.458 12.458 0 0 0-2.018 3.08.798.798 0 0 0 0 .665c.608 1.341 3.23 6.261 8.926 6.261.99 0 1.888-.149 2.697-.405a8.14 8.14 0 0 0 1.63-.697L18.836 20 20 18.834 5.163 4ZM12 5.407c-.989 0-1.887.149-2.696.404l1.371 1.368a6.782 6.782 0 0 1 1.327-.125c4.352 0 6.546 3.52 7.263 4.945a10.541 10.541 0 0 1-1.524 2.243l1.17 1.17a12.48 12.48 0 0 0 2.017-3.079.8.8 0 0 0 0-.666c-.608-1.342-3.23-6.261-8.926-6.261l-.002.001ZM7.456 8.622l1.707 1.707a3.225 3.225 0 0 0-.454 1.876 3.288 3.288 0 0 0 3.084 3.082c.066.01.14.009.206.009.61 0 1.178-.165 1.671-.46l1.427 1.427a6.718 6.718 0 0 1-1.771.558c-.42.082-.856.123-1.327.123-4.352 0-6.546-3.518-7.263-4.943.272-.544.767-1.402 1.524-2.244a9.469 9.469 0 0 1 1.196-1.135Zm4.749.09 3.083 3.082a3.288 3.288 0 0 0-3.083-3.082Zm-1.797 2.863 2.017 2.015c-.132.04-.278.058-.426.058-.906 0-1.649-.742-1.649-1.649 0-.147.018-.293.058-.424Z", fill: color })));
|
|
243
|
-
const ForwardRef$
|
|
243
|
+
const ForwardRef$t = React.forwardRef(SvgEyeSlash);
|
|
244
244
|
|
|
245
245
|
const SvgEyedropper = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
246
246
|
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.388 3.99c.63-.63 1.527-.99 2.335-.99.366 0 .731.074 1.08.213.46.154.89.413 1.254.777a3.264 3.264 0 0 1 0 4.59l-2.417 2.423.841.843-1.27 1.274-.76-.761c-1.097 1.057-4.288 4.135-5.102 4.951-1.526 1.53-2.424 1.71-3.411 1.89l-.115.016c-.572.078-1.029.14-2.04 1.154l-.628.63L3 18.84l.628-.63c1.167-1.17 1.257-1.71 1.257-2.25.09-.99.27-1.8 1.796-3.33A399.2 399.2 0 0 1 11.73 7.7l-.02-.02.037-.037-.822-.824 1.27-1.274.822.824 2.37-2.379Zm-2.404 4.967a397.492 397.492 0 0 0-4.956 4.844C6.86 14.969 6.77 15.42 6.77 16.05c0 .54-.09 1.08-.45 1.71.45-.27.9-.36 1.438-.36.628-.09 1.167-.18 2.335-1.35.69-.693 3.014-2.933 4.404-4.274l.662-.639-2.175-2.18Z", fill: color })));
|
|
@@ -252,11 +252,11 @@ React.forwardRef(SvgFaceScreen);
|
|
|
252
252
|
|
|
253
253
|
const SvgForms = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
254
254
|
React__namespace.createElement("path", { d: "M5.685 3C4.759 3 4 3.736 4 4.637v10.636c0 .45.377.817.842.817a.83.83 0 0 0 .843-.817V4.636h9.263a.83.83 0 0 0 .843-.818.83.83 0 0 0-.843-.818H5.685Zm3.367 3.272c-.926 0-1.685.737-1.685 1.637v11.454c0 .9.759 1.637 1.685 1.637h9.263c.926 0 1.685-.737 1.685-1.637v-8.322c0-.433-.177-.85-.494-1.157l-3.223-3.131a1.711 1.711 0 0 0-1.19-.48H9.051Zm2.526 6.546h4.211a.83.83 0 0 1 .843.818.83.83 0 0 1-.843.818H11.58a.83.83 0 0 1-.842-.818.83.83 0 0 1 .842-.818h-.002Zm0 3.272h4.211a.83.83 0 0 1 .843.818.83.83 0 0 1-.843.819H11.58a.83.83 0 0 1-.842-.819c0-.45.377-.818.842-.818h-.002Z", fill: color })));
|
|
255
|
-
const ForwardRef$
|
|
255
|
+
const ForwardRef$s = React.forwardRef(SvgForms);
|
|
256
256
|
|
|
257
257
|
const SvgFunnelFilled = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
258
258
|
React__namespace.createElement("path", { d: "M4.889 4a.89.89 0 0 0 0 1.777l4.535 7.112h5.188l4.5-7.112a.889.889 0 0 0 0-1.777H4.888Zm5.334 10.667v4.443c0 .492.397.89.888.89h1.778a.889.889 0 0 0 .888-.889v-4.444h-3.554Z", fill: color })));
|
|
259
|
-
const ForwardRef$
|
|
259
|
+
const ForwardRef$r = React.forwardRef(SvgFunnelFilled);
|
|
260
260
|
|
|
261
261
|
const SvgFunnelOutlined = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
262
262
|
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.1 4.889A1.79 1.79 0 0 1 4.889 3.1H19.11a1.79 1.79 0 0 1 .532 3.497l-4.966 7.318v5.196c0 .986-.8 1.789-1.788 1.789H11.11a1.788 1.788 0 0 1-1.788-1.79v-5.194l-4.966-7.32A1.79 1.79 0 0 1 3.1 4.89Zm1.8 0v.002a.02.02 0 0 1-.001.003.008.008 0 0 1-.002.003l-.003.002a.02.02 0 0 1-.003 0l-.002.001h.492l5.742 8.463V19.1h-.012.002a.015.015 0 0 1 .005.002l.002.002.002.003a.022.022 0 0 1 0 .003v-.01h1.755v.011-.001l.002-.004v-.001l.001-.002.004-.002h.003l.002-.001h-.012v-5.738L18.62 4.9h.492-.002l-.003-.001-.003-.002-.002-.003v-.003l-.001-.002v-.002l.001-.003a.01.01 0 0 1 .002-.004l.003-.001a.017.017 0 0 1 .005-.002h-.477l-.015.023H5.381l-.015-.023h-.477", fill: color })));
|
|
@@ -264,7 +264,7 @@ React.forwardRef(SvgFunnelOutlined);
|
|
|
264
264
|
|
|
265
265
|
const SvgGear = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
266
266
|
React__namespace.createElement("path", { d: "M10.577 2.5a.943.943 0 0 0-.924.769l-.315 1.628a7.494 7.494 0 0 0-2.117 1.226l-1.55-.537a.939.939 0 0 0-1.123.422L3.127 8.492a.955.955 0 0 0 .197 1.192l1.242 1.09A7.703 7.703 0 0 0 4.46 12c0 .418.042.826.106 1.226l-1.242 1.09a.959.959 0 0 0-.198 1.192l1.422 2.484a.94.94 0 0 0 1.123.424l1.55-.538c.628.52 1.343.93 2.117 1.225l.315 1.628a.943.943 0 0 0 .924.769h2.846a.943.943 0 0 0 .924-.769l.315-1.628a7.492 7.492 0 0 0 2.117-1.226l1.55.537a.938.938 0 0 0 1.123-.422l1.421-2.486a.953.953 0 0 0-.197-1.19l-1.242-1.09c.064-.4.106-.807.106-1.226 0-.418-.042-.826-.106-1.226l1.242-1.09a.959.959 0 0 0 .198-1.192l-1.422-2.484a.94.94 0 0 0-1.123-.424l-1.55.538a7.49 7.49 0 0 0-2.117-1.225l-.315-1.628a.942.942 0 0 0-.924-.769h-2.846ZM12 8.2c2.082 0 3.77 1.701 3.77 3.8 0 2.098-1.688 3.8-3.77 3.8S8.23 14.098 8.23 12c0-2.099 1.688-3.8 3.77-3.8Z", fill: color })));
|
|
267
|
-
const ForwardRef$
|
|
267
|
+
const ForwardRef$q = React.forwardRef(SvgGear);
|
|
268
268
|
|
|
269
269
|
const SvgGrid = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
270
270
|
React__namespace.createElement("path", { d: "M2.909 5C2.408 5 2 5.392 2 5.875v1.75c0 .483.408.875.909.875h3.637c.5 0 .909-.392.909-.875v-1.75c0-.483-.407-.875-.91-.875H2.909Zm7.272 0c-.501 0-.908.392-.908.875v1.75c0 .483.407.875.908.875h3.638c.501 0 .908-.392.908-.875v-1.75c0-.483-.407-.875-.908-.875H10.18Zm7.274 0c-.502 0-.91.392-.91.875v1.75c0 .483.407.875.91.875h3.636c.502 0 .909-.392.909-.875v-1.75c0-.483-.407-.875-.909-.875h-3.637.001ZM2.909 10.25c-.501 0-.909.392-.909.875v1.75c0 .483.408.876.909.876h3.637c.5 0 .909-.393.909-.876v-1.75c0-.483-.407-.874-.91-.874H2.909Zm7.272 0c-.501 0-.908.392-.908.875v1.75c0 .483.407.876.908.876h3.638c.501 0 .908-.393.908-.876v-1.75c0-.483-.407-.874-.908-.874H10.18Zm7.274 0c-.502 0-.91.392-.91.875v1.75c0 .483.407.876.91.876h3.636c.502 0 .909-.393.909-.876v-1.75c0-.483-.407-.874-.909-.874h-3.637.001ZM2.909 15.5c-.501 0-.909.392-.909.876v1.75c0 .483.408.874.909.874h3.637c.5 0 .909-.391.909-.875v-1.75c0-.483-.407-.875-.91-.875H2.909Zm7.272 0c-.501 0-.908.392-.908.876v1.75c0 .483.407.874.908.874h3.638c.501 0 .908-.391.908-.875v-1.75c0-.483-.407-.875-.908-.875H10.18Zm7.274 0c-.502 0-.91.392-.91.876v1.75c0 .483.407.874.91.874h3.636c.502 0 .909-.391.909-.875v-1.75c0-.483-.407-.875-.909-.875h-3.637.001Z", fill: color })));
|
|
@@ -272,7 +272,7 @@ React.forwardRef(SvgGrid);
|
|
|
272
272
|
|
|
273
273
|
const SvgHouse = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
274
274
|
React__namespace.createElement("path", { d: "M12 4a.807.807 0 0 0-.582.25l-8.252 7.411A.425.425 0 0 0 3 12c0 .232.183.421.41.421h2.045v6.737a.83.83 0 0 0 .818.842h3.272a.83.83 0 0 0 .819-.842v-5.053h3.272v5.053a.83.83 0 0 0 .819.842h3.272a.83.83 0 0 0 .819-.842V12.42h2.045c.226 0 .409-.188.409-.421a.425.425 0 0 0-.166-.339l-8.248-7.406A.807.807 0 0 0 12 4Z", fill: color })));
|
|
275
|
-
const ForwardRef$
|
|
275
|
+
const ForwardRef$p = React.forwardRef(SvgHouse);
|
|
276
276
|
|
|
277
277
|
const SvgInfoCircle = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
278
278
|
React__namespace.createElement("path", { d: "M12.002 2.188c-5.42 0-9.815 4.394-9.815 9.814s4.395 9.815 9.816 9.815c5.42 0 9.814-4.394 9.814-9.815 0-5.42-4.394-9.815-9.815-9.815ZM14.047 17.4c-.506.198-.909.35-1.21.455a3.21 3.21 0 0 1-1.049.155c-.61 0-1.087-.149-1.428-.448a1.443 1.443 0 0 1-.506-1.136c0-.178.013-.36.039-.545.023-.188.065-.396.12-.633l.633-2.233c.055-.214.104-.415.143-.607.039-.191.055-.367.055-.526 0-.282-.059-.483-.175-.594-.12-.113-.345-.168-.676-.168-.162 0-.33.026-.503.074-.172.052-.318.1-.441.146l.169-.688c.412-.168.808-.311 1.188-.431.376-.12.736-.182 1.07-.182.608 0 1.078.15 1.406.441.328.292.493.675.493 1.143 0 .097-.01.27-.032.513a3.507 3.507 0 0 1-.127.675l-.63 2.226a6.415 6.415 0 0 0-.139.61 3.361 3.361 0 0 0-.058.52c0 .295.065.5.198.607.13.107.36.159.688.159.152 0 .324-.026.52-.078.19-.055.33-.1.418-.143l-.166.688Zm-.113-9.04a1.497 1.497 0 0 1-1.058.41c-.413 0-.77-.137-1.065-.41a1.298 1.298 0 0 1-.441-.99c0-.385.149-.72.441-.996a1.507 1.507 0 0 1 1.065-.412c.412 0 .766.137 1.058.412.295.276.441.61.441.997 0 .386-.146.717-.441.99Z", fill: color })));
|
|
@@ -280,7 +280,7 @@ React.forwardRef(SvgInfoCircle);
|
|
|
280
280
|
|
|
281
281
|
const SvgInvoice = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
282
282
|
React__namespace.createElement("path", { d: "M12 3c-.497 0-.9.4-.9.895v.179c-.9.268-1.8 1.073-1.8 2.505 0 1.7 1.44 2.237 2.34 2.595 1.08.447 1.26.537 1.26.984 0 .447-.18.895-.9.895-.45 0-.69-.176-.806-.416-.133-.277-.38-.48-.688-.48h-.182c-.588 0-1.012.6-.77 1.13.272.604.773 1.158 1.545 1.376v.18c0 .493.403.894.9.894s.9-.4.9-.895v-.179c1.26-.358 1.8-1.61 1.8-2.505 0-1.7-1.44-2.237-2.34-2.595-1.08-.447-1.26-.537-1.26-.984 0-.716.45-.895.9-.895s.69.176.805.416c.134.277.38.479.689.479h.181c.587 0 1.011-.6.77-1.13-.272-.604-.772-1.158-1.544-1.375v-.18A.897.897 0 0 0 12 3Zm-5.4.895c-.497 0-.9.4-.9.894v8.053h-.9c-.994 0-1.8.8-1.8 1.79v4.473c0 .495.403.895.9.895h3.15a.45.45 0 0 0 .45-.447v-.895a.45.45 0 0 1 .45-.448h.9a.45.45 0 0 1 .45.448v.895a.45.45 0 0 0 .45.447h.9a.45.45 0 0 0 .45-.447v-.895a.45.45 0 0 1 .45-.448h.9a.45.45 0 0 1 .45.448v.895a.45.45 0 0 0 .45.447h.9a.45.45 0 0 0 .45-.447v-.895a.45.45 0 0 1 .45-.448h.9a.45.45 0 0 1 .45.448v.895a.45.45 0 0 0 .45.447h3.15c.497 0 .9-.4.9-.895v-4.473c0-.99-.805-1.79-1.8-1.79h-.9V4.79a.897.897 0 0 0-.9-.894c-.497 0-.9.4-.9.894v9.843h-9V4.789a.897.897 0 0 0-.9-.894Z", fill: color })));
|
|
283
|
-
const ForwardRef$
|
|
283
|
+
const ForwardRef$o = React.forwardRef(SvgInvoice);
|
|
284
284
|
|
|
285
285
|
const SvgLocationMarker = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
286
286
|
React__namespace.createElement("path", { d: "M12.1 3a6.3 6.3 0 0 0-6.3 6.3c0 4.5 6.3 11.7 6.3 11.7s6.3-7.2 6.3-11.7A6.3 6.3 0 0 0 12.1 3Zm0 8.55a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5Z", fill: color })));
|
|
@@ -288,11 +288,11 @@ React.forwardRef(SvgLocationMarker);
|
|
|
288
288
|
|
|
289
289
|
const SvgMagnifyingGlass = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
290
290
|
React__namespace.createElement("path", { d: "M10.3 4C6.83 4 4 6.831 4 10.3s2.831 6.3 6.3 6.3c1.574 0 3.01-.587 4.117-1.547l.383.383V16.6l5.027 5.027a1.272 1.272 0 1 0 1.8-1.8L16.6 14.8h-1.164l-.383-.383A6.259 6.259 0 0 0 16.6 10.3c0-3.469-2.831-6.3-6.3-6.3Zm0 1.8c2.495 0 4.5 2.004 4.5 4.5 0 2.495-2.005 4.5-4.5 4.5a4.487 4.487 0 0 1-4.5-4.5c0-2.496 2.004-4.5 4.5-4.5Z", fill: color })));
|
|
291
|
-
const ForwardRef$
|
|
291
|
+
const ForwardRef$n = React.forwardRef(SvgMagnifyingGlass);
|
|
292
292
|
|
|
293
293
|
const SvgMessageClipboard = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
294
294
|
React__namespace.createElement("path", { d: "M10.069 2c.693 0 1.181.513 1.426 1.15h4.643v6.578h2.593c.66 0 1.205.493 1.264 1.116l.005.112v7.363c0 .674-.571 1.227-1.27 1.227h-6.345L9.848 22v-2.454H8.58c-.7 0-1.269-.55-1.269-1.229v-.803H4V3.15h4.643C8.888 2.513 9.376 2 10.07 2Zm-3.31 2.298H5.103v12.067h2.208l.004-5.41c0-.637.504-1.165 1.148-1.222l.115-.005h6.456v-5.43H13.38v2.299H6.76V4.298Zm3.31-1.149c-.312 0-.552.25-.552.575v.574H7.862v1.15h4.414v-1.15H10.62v-.574c0-.325-.24-.575-.552-.575Z", fill: color })));
|
|
295
|
-
const ForwardRef$
|
|
295
|
+
const ForwardRef$m = React.forwardRef(SvgMessageClipboard);
|
|
296
296
|
|
|
297
297
|
const SvgMessageEllipses = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
298
298
|
React__namespace.createElement("path", { d: "M18.4 5H5.6c-.88 0-1.593.727-1.593 1.614L4 19.191c0 .718.862 1.08 1.366.571l1.833-1.85h11.2c.881 0 1.601-.726 1.601-1.614V6.614C20 5.726 19.28 5 18.4 5Zm-8.8 6.456a.805.805 0 0 1-.8.808.804.804 0 0 1-.8-.808c0-.446.358-.807.8-.807.441 0 .8.361.8.807Zm3.2 0a.805.805 0 0 1-.8.808.804.804 0 0 1-.8-.808c0-.446.358-.807.8-.807.441 0 .8.361.8.807Zm3.2 0a.805.805 0 0 1-.8.808.804.804 0 0 1-.8-.808c0-.446.358-.807.8-.807.441 0 .8.361.8.807Z", fill: color })));
|
|
@@ -314,7 +314,7 @@ React.forwardRef(SvgMessage);
|
|
|
314
314
|
|
|
315
315
|
const SvgMessages = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
316
316
|
React__namespace.createElement("path", { d: "M8 4c-.443 0-.8.366-.8.817 0 .45.357.817.8.817h10.4v7.351c0 .452.358.817.8.817.441 0 .8-.365.8-.817V5.634C20 4.73 19.284 4 18.4 4H8ZM5.6 7.267c-.883 0-1.595.736-1.595 1.634L4 19.181c0 .727.861 1.093 1.366.578l1.833-1.872h8c.881 0 1.6-.736 1.6-1.634V8.9c0-.898-.719-1.634-1.6-1.634H5.6Z", fill: color })));
|
|
317
|
-
const ForwardRef$
|
|
317
|
+
const ForwardRef$l = React.forwardRef(SvgMessages);
|
|
318
318
|
|
|
319
319
|
const SvgMoveLeft = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
320
320
|
React__namespace.createElement("path", { d: "M12.97 4.97a.75.75 0 1 1 1.06 1.06L9.06 11h12.19a.75.75 0 1 1 0 1.5H9.06l4.97 4.97a.75.75 0 1 1-1.06 1.06l-6.25-6.25a.75.75 0 0 1 0-1.06l6.25-6.25ZM3.5 4.75a.75.75 0 0 0-1.5 0v14.5a.75.75 0 1 0 1.5 0V4.75Z", fill: color })));
|
|
@@ -334,7 +334,7 @@ React.forwardRef(SvgPaperAirplaneRight);
|
|
|
334
334
|
|
|
335
335
|
const SvgPaperAirplane = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
336
336
|
React__namespace.createElement("path", { d: "M19.91 4.064a.275.275 0 0 0-.29-.04l-3.33 1.483-14.134 6.306a.265.265 0 0 0-.113.094.251.251 0 0 0-.003.277.265.265 0 0 0 .111.096l4.942 2.33a.278.278 0 0 0 .277-.026l4.805-3.449-3.77 3.729a.256.256 0 0 0-.075.2l.375 4.697c.004.051.024.1.057.14a.27.27 0 0 0 .127.086.28.28 0 0 0 .288-.077l2.623-2.919 3.243 1.488a.276.276 0 0 0 .316-.06.256.256 0 0 0 .056-.096l3.185-9.74 1.389-4.252a.248.248 0 0 0-.08-.267Z", fill: color })));
|
|
337
|
-
const ForwardRef$
|
|
337
|
+
const ForwardRef$k = React.forwardRef(SvgPaperAirplane);
|
|
338
338
|
|
|
339
339
|
const SvgPaperPen = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
340
340
|
React__namespace.createElement("path", { d: "M6.6 3C5.72 3 5 3.777 5 4.727v13.819c0 .95.72 1.727 1.6 1.727h8.937L12.2 16.67v-4.167h3.863l1.737 1.875V8.184L13 3H6.6Zm7.2 11.228v1.727l4.118 4.444 1.6-1.726-4.118-4.445h-1.6Zm6.283 5.055-1.6 1.728.8.863a.38.38 0 0 0 .566 0l1.034-1.116a.459.459 0 0 0 0-.612l-.8-.863Z", fill: color })));
|
|
@@ -342,19 +342,19 @@ React.forwardRef(SvgPaperPen);
|
|
|
342
342
|
|
|
343
343
|
const SvgPaperclip = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
344
344
|
React__namespace.createElement("path", { d: "M15.182 7.455v9.453c0 1.519-1.026 2.9-2.514 3.204A3.187 3.187 0 0 1 8.818 17V5.739c0-.906.616-1.747 1.51-1.896a1.82 1.82 0 0 1 2.126 1.794v9.544a.456.456 0 0 1-.91 0V7.455a.908.908 0 1 0-1.816 0v7.594c0 1.189.853 2.274 2.035 2.394a2.275 2.275 0 0 0 2.51-2.26V5.798c0-1.898-1.384-3.596-3.273-3.78a3.64 3.64 0 0 0-4 3.619v11.14c0 2.61 1.902 4.945 4.5 5.198A5.006 5.006 0 0 0 17 17V7.455a.91.91 0 1 0-1.818 0Z", fill: color })));
|
|
345
|
-
const ForwardRef$
|
|
345
|
+
const ForwardRef$j = React.forwardRef(SvgPaperclip);
|
|
346
346
|
|
|
347
347
|
const SvgPawMagnifyingGlass = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
348
348
|
React__namespace.createElement("path", { d: "M14.885 14.064c2.052 0 3.728 1.691 3.728 3.763 0 .94-.348 1.799-.915 2.46l.226.228h.689l1.705 1.722.462.465a.767.767 0 0 1 0 1.076.75.75 0 0 1-1.066 0l-.516-.52-1.65-1.667v-.695l-.227-.229a3.688 3.688 0 0 1-2.436.924c-2.053 0-3.729-1.692-3.729-3.764s1.676-3.763 3.729-3.763Zm0 1.075a2.668 2.668 0 0 0-2.664 2.688 2.668 2.668 0 0 0 2.664 2.688 2.667 2.667 0 0 0 2.662-2.688 2.668 2.668 0 0 0-2.662-2.688Zm-3.729-4.735c1.056 0 2.03.986 2.663 2.587.09.23-.215.313-.636.485a5.05 5.05 0 0 0-1.114.622c-.935.698-1.69 2.01-1.785 3.191-.147 1.824.529 2.782.78 3.177-3.143 0-6.251-1.078-6.251-3.058 0-.493.14-1.118 1.147-1.672 1.122-.618 2.06-1.546 2.534-2.745.633-1.6 1.607-2.587 2.662-2.587Zm-6.662-1.83c.816-.036 1.645.65 1.985 1.714.217.68.193 1.387-.068 1.94-.2.428-.533.732-.933.859a1.39 1.39 0 0 1-.412.062c-.796 0-1.588-.68-1.919-1.716-.217-.68-.193-1.387.067-1.94.201-.427.534-.732.934-.858.114-.036.23-.055.346-.06Zm13.323 0c.117.006.233.026.348.06.4.127.733.43.934.859.26.553.284 1.26.067 1.939-.332 1.036-1.124 1.717-1.92 1.717-.137 0-.276-.02-.412-.062-.4-.127-.732-.43-.933-.859-.261-.553-.285-1.261-.067-1.94.34-1.064 1.165-1.75 1.983-1.714ZM8.253 4l.094.002c.286.016.566.133.824.338.527.421.913 1.213 1.037 2.116.21 1.551-.39 2.848-1.395 3.015-.07.012-.14.018-.21.018-.31 0-.617-.115-.897-.338-.527-.421-.915-1.212-1.038-2.115-.211-1.552.389-2.85 1.395-3.017.095-.016.19-.023.284-.017L8.253 4Zm5.711.004c.095-.006.19-.001.286.014 1.006.168 1.605 1.465 1.396 3.018-.123.904-.51 1.695-1.038 2.116-.28.222-.587.337-.897.337-.071 0-.142-.007-.213-.018-1.005-.167-1.604-1.465-1.393-3.017.123-.904.51-1.695 1.037-2.116.257-.205.537-.317.822-.334Z", fill: color })));
|
|
349
|
-
const ForwardRef$
|
|
349
|
+
const ForwardRef$i = React.forwardRef(SvgPawMagnifyingGlass);
|
|
350
350
|
|
|
351
351
|
const SvgPaw = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
352
352
|
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.536 4C7.861 4 6.96 5.573 6.96 7.053c0 1.173.977 3.415 2.509 3.415.991 0 2.17-.663 2.17-3.82C11.64 5.263 10.637 4 9.537 4Zm5.614 0c-1.822 0-2.79 1.729-2.79 2.979 0 .993.413 3.83 2.25 3.83 1.811 0 2.79-2.008 2.79-3.894C17.4 5.01 16.092 4 15.15 4ZM3 12.734c0-1.626 1.218-3.287 2.419-3.287 1.139 0 2.261 1.294 2.261 2.617 0 1.723-.865 3.51-2.318 3.51-1.44 0-2.362-1.68-2.362-2.84Zm16.234-3.287c-.938.018-1.899.808-2.734 2.287-.582 1.03-.699 2.012-.337 2.766.253.528.724.899 1.327 1.032.136.03.277.043.416.043 1.127 0 2.233-1.006 2.88-2.628.333-.84.272-1.907-.146-2.65-.248-.44-.592-.716-1.001-.808a1.74 1.74 0 0 0-.405-.042ZM9.075 14.18c.765-.86 1.492-1.67 2.644-1.67 1.27 0 1.89.88 2.548 1.816l.017.024c.23.329.478.661.753.979.334.383.872.61 1.396.83l.005.002c.79.33 1.682.703 1.682 1.69 0 1.292-.86 1.956-2.554 1.956-.6 0-1.168-.102-1.716-.202l-.117-.02c-.598-.109-1.211-.214-1.89-.214-.623 0-1.113.139-1.632.288-.585.167-1.19.34-2.025.34-1.513 0-2.306-1-2.306-1.99 0-1.094.634-1.575 1.373-2.127l.078-.059c.293-.218.624-.466.945-.781.273-.267.515-.54.751-.808l.048-.054Z", fill: color })));
|
|
353
|
-
const ForwardRef$
|
|
353
|
+
const ForwardRef$h = React.forwardRef(SvgPaw);
|
|
354
354
|
|
|
355
355
|
const SvgPdfLogo = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
356
356
|
React__namespace.createElement("path", { d: "M6 2c-1.094 0-2 .906-2 2v16c0 1.094.906 2 2 2h12c1.094 0 2-.906 2-2V8l-6-6H6Zm0 2h7v5h5v11H6V4Zm5.832 5c-.55 0-.962.373-1.043 1.023-.08.65.242 1.784.803 2.838-.241.73-.482 1.379-.803 2.028-1.043.324-2.005.81-2.406 1.297-.641.729-.32 1.215-.16 1.459.16.242.401.355.722.355.161 0 .322-.032.483-.113.642-.243 1.282-1.217 1.924-2.352.56-.162 1.122-.323 1.683-.404.561.648 1.125 1.055 1.606 1.217.56.162 1.042-.083 1.283-.65.16-.488.079-.892-.322-1.136-.482-.323-1.284-.325-2.247-.244-.32-.486-.64-.972-.88-1.459.4-1.216.56-2.269.4-2.918-.161-.568-.493-.941-1.043-.941Z", fill: "#363C53" })));
|
|
357
|
-
React.forwardRef(SvgPdfLogo);
|
|
357
|
+
const ForwardRef$g = React.forwardRef(SvgPdfLogo);
|
|
358
358
|
|
|
359
359
|
const SvgPenSquare = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
360
360
|
React__namespace.createElement("path", { d: "M12 3c.621 0 1.125.504 1.125 1.125s-.504.947-1.125.947H5V19h14v-7c0-.621.254-1.125.875-1.125S21 11.379 21 12v6.75A2.249 2.249 0 0 1 18.75 21H5.25A2.249 2.249 0 0 1 3 18.75V5.25A2.249 2.249 0 0 1 5.25 3H12ZM18.141 3.49a1.678 1.678 0 0 1 2.369-.001 1.676 1.676 0 0 1 0 2.37l-.695.694-2.368-2.369.694-.693Z", fill: color }),
|
|
@@ -363,19 +363,19 @@ React.forwardRef(SvgPenSquare);
|
|
|
363
363
|
|
|
364
364
|
const SvgPen = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
365
365
|
React__namespace.createElement("path", { d: "M16.916 5c-.534 0-1.066.204-1.473.61l-.865.864 2.948 2.947.864-.864A2.086 2.086 0 0 0 16.916 5Zm-3.442 2.579L5 16.052V19h2.948l8.473-8.474-2.947-2.947Z", fill: color })));
|
|
366
|
-
React.forwardRef(SvgPen);
|
|
366
|
+
const ForwardRef$f = React.forwardRef(SvgPen);
|
|
367
367
|
|
|
368
368
|
const SvgPerson = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
369
369
|
React__namespace.createElement("path", { d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 8-8 8 8 0 0 0-8-8Zm0 2.2a2.6 2.6 0 1 1 0 5.2 2.6 2.6 0 0 1 0-5.2Zm0 12.2a6.38 6.38 0 0 1-4.87-2.25.812.812 0 0 1 .138-1.176C8.482 14.061 10.694 13.6 12 13.6c1.307 0 3.518.46 4.732 1.373.376.283.444.82.14 1.177A6.386 6.386 0 0 1 12 18.4Z", fill: color })));
|
|
370
|
-
const ForwardRef$
|
|
370
|
+
const ForwardRef$e = React.forwardRef(SvgPerson);
|
|
371
371
|
|
|
372
372
|
const SvgPhoneButtons = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
373
373
|
React__namespace.createElement("path", { d: "M12 3c-4.192 0-7.118.59-8.694 1.753-.542.399-.89.745-1.053 1.044-.308.515-.334 1.412-.081 2.82.153.85.84 1.284 1.39 1.195.208-.033.95-.233 2.06-.534.596-.16 1.158-.312 1.317-.348.43-.095.797-.505.98-1.096.1-.32.337-1.186.445-1.59.405-.157 1.557-.517 3.633-.517h.005c2.078 0 3.23.361 3.634.518.109.404.343 1.269.443 1.588.185.592.552 1.002.983 1.097.16.036.725.19 1.324.351 1.105.3 1.845.499 2.053.532.047.007.094.01.142.01.52 0 1.107-.427 1.247-1.207.252-1.409.227-2.305-.073-2.806-.17-.307-.527-.663-1.061-1.058C19.114 3.59 16.19 3 12 3Zm-5.91 8.636a1.799 1.799 0 0 0-1.817 1.819c0 1.02.798 1.818 1.818 1.818s1.818-.799 1.818-1.818a1.8 1.8 0 0 0-1.818-1.819H6.09Zm5.91 0c-1.02 0-1.818.799-1.818 1.819s.798 1.818 1.818 1.818 1.818-.799 1.818-1.818A1.8 1.8 0 0 0 12 11.636Zm5.909 0c-1.02 0-1.818.799-1.818 1.819s.798 1.818 1.818 1.818 1.818-.799 1.818-1.818a1.8 1.8 0 0 0-1.818-1.819Zm-11.82 5.91c-1.02 0-1.817.798-1.817 1.818s.798 1.818 1.818 1.818 1.818-.799 1.818-1.818a1.8 1.8 0 0 0-1.818-1.819v.001Zm5.91 0c-1.02 0-1.818.798-1.818 1.818s.799 1.818 1.819 1.818 1.818-.799 1.818-1.818A1.8 1.8 0 0 0 12 17.545l-.001.001Zm5.909 0c-1.02 0-1.818.798-1.818 1.818s.798 1.818 1.818 1.818 1.818-.799 1.818-1.818a1.8 1.8 0 0 0-1.818-1.819v.001Z", fill: color })));
|
|
374
|
-
const ForwardRef$
|
|
374
|
+
const ForwardRef$d = React.forwardRef(SvgPhoneButtons);
|
|
375
375
|
|
|
376
376
|
const SvgPhone = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
377
377
|
React__namespace.createElement("path", { d: "M7.217 10.925a13.482 13.482 0 0 0 5.858 5.858l1.957-1.956a.86.86 0 0 1 .423-.236.899.899 0 0 1 .482.021 10.03 10.03 0 0 0 3.174.507.888.888 0 0 1 .89.89v3.102a.883.883 0 0 1-.262.628.882.882 0 0 1-.627.261A15.108 15.108 0 0 1 4 4.89c0-.237.093-.463.261-.629A.882.882 0 0 1 4.888 4H8a.888.888 0 0 1 .89.888c-.003 1.079.169 2.15.506 3.173a.887.887 0 0 1-.223.907l-1.956 1.957Z", fill: color })));
|
|
378
|
-
React.forwardRef(SvgPhone);
|
|
378
|
+
const ForwardRef$c = React.forwardRef(SvgPhone);
|
|
379
379
|
|
|
380
380
|
const SvgPill = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
381
381
|
React__namespace.createElement("path", { d: "M18.594 5.402a4.808 4.808 0 0 0-6.788 0l-6.4 6.4A4.772 4.772 0 0 0 4 15.197c0 1.282.5 2.486 1.406 3.393A4.768 4.768 0 0 0 8.8 19.997c1.282 0 2.487-.5 3.394-1.407l6.4-6.4a4.804 4.804 0 0 0 0-6.787Zm-1.256 5.782-2.322 2.323a.8.8 0 0 1-1.131 0L10.49 10.11a.8.8 0 0 1 0-1.13l2.447-2.446a3.19 3.19 0 0 1 2.263-.937c.771 0 1.542.277 2.15.829 1.367 1.24 1.293 3.452-.012 4.757Z", fill: color })));
|
|
@@ -387,11 +387,11 @@ React.forwardRef(SvgPlayingCards);
|
|
|
387
387
|
|
|
388
388
|
const SvgPlus = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
389
389
|
React__namespace.createElement("path", { d: "M20 11h-6.999V4a1 1 0 0 0-2 0V11H3.999a1 1 0 0 0 0 2h7.002V20a1 1 0 0 0 2 0V13h7a1 1 0 0 0 0-2Z", fill: color })));
|
|
390
|
-
const ForwardRef$
|
|
390
|
+
const ForwardRef$b = React.forwardRef(SvgPlus);
|
|
391
391
|
|
|
392
392
|
const SvgQuestionMarkCircle = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
393
393
|
React__namespace.createElement("path", { d: "M12 3c-4.968 0-9 4.032-9 9s4.032 9 9 9 9-4.032 9-9-4.032-9-9-9Zm.45 15.3h-.9a.451.451 0 0 1-.45-.45v-.9c0-.247.203-.45.45-.45h.9c.248 0 .45.203.45.45v.9c0 .247-.203.45-.45.45Zm2.313-6.975-.81.828c-.648.657-1.053 1.197-1.053 2.547h-1.8v-.45c0-.99.405-1.89 1.053-2.547l1.116-1.134c.412-.4.617-.99.497-1.622a1.79 1.79 0 0 0-1.248-1.373 1.807 1.807 0 0 0-2.221 1.143c-.115.335-.396.583-.75.583h-.26a.783.783 0 0 1-.743-1.01 3.597 3.597 0 0 1 2.902-2.547c1.373-.212 2.671.495 3.486 1.62 1.062 1.467.749 3.044-.169 3.962Z", fill: color })));
|
|
394
|
-
const ForwardRef$
|
|
394
|
+
const ForwardRef$a = React.forwardRef(SvgQuestionMarkCircle);
|
|
395
395
|
|
|
396
396
|
const SvgQuestionMark = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
397
397
|
React__namespace.createElement("path", { d: "M12 19a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 12 19Zm0-17a6 6 0 0 1 6 6c0 2.165-.753 3.29-2.674 4.923C13.399 14.56 13 15.297 13 17h-2c0-2.474.787-3.695 3.031-5.601C15.548 10.11 16 9.434 16 8c0-2.21-1.79-4-4-4S8 5.79 8 8v1H6V8a6 6 0 0 1 6-6Z", fill: color })));
|
|
@@ -399,7 +399,7 @@ React.forwardRef(SvgQuestionMark);
|
|
|
399
399
|
|
|
400
400
|
const SvgQuilInk = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
401
401
|
React__namespace.createElement("path", { d: "M21.6 2c-5.556 0-9.442 1.302-11.55 3.875-1.92 2.344-1.694 4.945-1.6 5.588 2.627-4.016 6.427-6.929 10.825-8.25a.405.405 0 0 1 .5.274.4.4 0 0 1-.262.5c-4.22 1.27-7.876 4.065-10.4 7.925 1.06-.128 5.964-.862 9.462-3.825a7.632 7.632 0 0 1-1.813.213 8.212 8.212 0 0 1-2.287-.313.413.413 0 0 1-.262-.512.394.394 0 0 1 .5-.25c.028.01 2.867.87 5.225-.563.012-.007.035-.006.05-.012a9.653 9.653 0 0 0 2-4.163.406.406 0 0 0-.075-.337A.407.407 0 0 0 21.6 2ZM5.125 12.4a.403.403 0 0 0 .075.8h6.4a.402.402 0 0 0 .352-.198.404.404 0 0 0 0-.404.402.402 0 0 0-.352-.198H5.125ZM4.4 13.6A2.403 2.403 0 0 0 2 16v3.6C2 20.923 3.077 22 4.4 22h8c1.323 0 2.4-1.077 2.4-2.4V16c0-1.323-1.077-2.4-2.4-2.4h-8Z", fill: color })));
|
|
402
|
-
React.forwardRef(SvgQuilInk);
|
|
402
|
+
const ForwardRef$9 = React.forwardRef(SvgQuilInk);
|
|
403
403
|
|
|
404
404
|
const SvgReactLogo = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
405
405
|
React__namespace.createElement("path", { d: "M12 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm-.528 2.994c.175.21.351.414.528.609.177-.195.353-.398.528-.609-.352.008-.704.008-1.056 0Zm-1.995-.125c-.768-.08-1.53-.203-2.285-.368-.075.35-.132.69-.17 1.016-.19 1.583.075 2.545.478 2.777.403.233 1.368-.019 2.645-.974.263-.197.528-.416.794-.655-.52-.57-1.009-1.17-1.462-1.796Zm7.331-.368a20.17 20.17 0 0 1-2.285.368 20.681 20.681 0 0 1-1.462 1.796c.266.24.531.458.794.655 1.277.955 2.242 1.207 2.645.974.403-.232.667-1.194.479-2.777-.041-.341-.098-.68-.17-1.016h-.001Zm1.45-.387c.577 2.639.274 4.74-1.008 5.48-1.282.74-3.253-.048-5.25-1.867-1.997 1.819-3.968 2.606-5.25 1.866-1.282-.74-1.585-2.84-1.009-5.48C3.167 14.794 1.5 13.48 1.5 12s1.667-2.793 4.241-3.614c-.576-2.639-.273-4.74 1.009-5.48 1.282-.74 3.253.048 5.25 1.867 1.997-1.819 3.968-2.606 5.25-1.866 1.282.74 1.585 2.84 1.009 5.48C20.833 9.206 22.5 10.52 22.5 12s-1.667 2.793-4.241 3.614h-.001Zm-7.32-9.779c-.254-.23-.519-.449-.793-.655-1.277-.955-2.242-1.207-2.645-.974-.403.232-.667 1.194-.479 2.777.04.327.096.666.17 1.016a20.676 20.676 0 0 1 2.286-.368c.475-.653.965-1.254 1.462-1.796h-.001Zm3.585 1.796c.802.084 1.568.209 2.285.368.075-.35.132-.69.17-1.016.19-1.583-.075-2.545-.478-2.777-.403-.233-1.368.019-2.645.974-.274.206-.54.425-.794.655.497.542.987 1.143 1.462 1.796Zm-1.995-.125c-.175-.21-.351-.414-.528-.609-.177.195-.353.398-.528.609.352-.007.704-.007 1.056 0Zm-4.156 7.198c-.182-.3-.358-.606-.528-.914-.095.257-.183.51-.263.761.257.056.521.107.79.153h.001Zm1.932.234c1.13.084 2.263.084 3.392 0A22.895 22.895 0 0 0 15.392 12a22.898 22.898 0 0 0-1.696-2.938 22.896 22.896 0 0 0-3.392 0A22.9 22.9 0 0 0 8.608 12a22.896 22.896 0 0 0 1.696 2.938Zm5.852-4.728c.095-.257.183-.51.263-.761a17.984 17.984 0 0 0-.79-.153c.182.3.358.606.527.914ZM6.13 9.837c-.34.11-.662.23-.964.36C3.701 10.825 3 11.535 3 12c0 .465.7 1.175 2.166 1.803.302.13.624.25.964.36.222-.7.497-1.426.825-2.163a20.678 20.678 0 0 1-.825-2.163Zm1.45-.388c.081.25.169.504.264.76.17-.308.346-.612.528-.913-.27.046-.534.097-.791.153H7.58Zm10.29 4.714c.34-.11.662-.23.964-.36C20.299 13.175 21 12.465 21 12c0-.465-.7-1.175-2.166-1.803a11.354 11.354 0 0 0-.964-.36c-.222.7-.497 1.426-.825 2.163.328.737.603 1.462.825 2.163Zm-1.45.388a19.17 19.17 0 0 0-.264-.76c-.17.308-.346.612-.528.913.27-.046.534-.097.791-.153h.001Z", fill: color })));
|
|
@@ -407,11 +407,11 @@ React.forwardRef(SvgReactLogo);
|
|
|
407
407
|
|
|
408
408
|
const SvgReport = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
409
409
|
React__namespace.createElement("path", { d: "M22 5H2v1.777h.909v11.557h8.182V21h1.818v-2.666h8.182V6.777H22V5Zm-10 7.111c0 2.696-3.07 4.692-5.978 2.828a1.893 1.893 0 0 1-.55-.538c-1.907-2.846.134-5.845 2.891-5.845v3.556H12Zm7.273.889v1.778h-5.456V13h5.455l.001-.001Zm-5.456-1.776v-1.78h5.455v1.777h-5.455v.003Z", fill: color })));
|
|
410
|
-
const ForwardRef$
|
|
410
|
+
const ForwardRef$8 = React.forwardRef(SvgReport);
|
|
411
411
|
|
|
412
412
|
const SvgRobot = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
413
413
|
React__namespace.createElement("path", { d: "M12 2a1.796 1.796 0 0 0-1.797 1.8 1.802 1.802 0 0 0 .898 1.557V7.4H8.405A3.598 3.598 0 0 0 4.81 11v3.6h-.898a.897.897 0 0 0-.912.9.901.901 0 0 0 .912.9h.898v1.8c0 .995.805 1.8 1.798 1.8h10.784c.993 0 1.798-.805 1.798-1.8v-1.8h.898a.897.897 0 0 0 .912-.9.902.902 0 0 0-.912-.9h-.898V11c0-1.988-1.61-3.6-3.595-3.6h-2.696V5.356A1.798 1.798 0 0 0 12 2Zm-3.146 9a1.35 1.35 0 0 1 0 2.7 1.35 1.35 0 0 1 0-2.7Zm6.292 0a1.35 1.35 0 0 1 0 2.7 1.35 1.35 0 0 1 0-2.7Zm-4.943 5.4h3.594a.9.9 0 0 1 0 1.8h-3.594a.9.9 0 0 1 0-1.8Z", fill: color })));
|
|
414
|
-
React.forwardRef(SvgRobot);
|
|
414
|
+
const ForwardRef$7 = React.forwardRef(SvgRobot);
|
|
415
415
|
|
|
416
416
|
const SvgSmileyFacePlus = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
417
417
|
React__namespace.createElement("path", { d: "M22.85 3.05h-1.899v-1.9a.95.95 0 0 0-1.9 0v1.9h-1.902a.95.95 0 0 0 0 1.9h1.901v1.9a.95.95 0 0 0 1.901 0v-1.9h1.9a.949.949 0 1 0 0-1.9ZM9.2 8.8c.664 0 1.2.536 1.2 1.2 0 .664-.536 1.2-1.2 1.2-.664 0-1.2-.536-1.2-1.2 0-.664.536-1.2 1.2-1.2ZM14.8 8.8c.664 0 1.2.536 1.2 1.2 0 .664-.536 1.2-1.2 1.2-.664 0-1.2-.536-1.2-1.2 0-.664.536-1.2 1.2-1.2ZM8.202 14.202A4.388 4.388 0 0 0 12 16.4a4.38 4.38 0 0 0 3.796-2.198.403.403 0 0 0-.35-.602H8.554a.404.404 0 0 0-.352.602Z", fill: color }),
|
|
@@ -420,7 +420,7 @@ React.forwardRef(SvgSmileyFacePlus);
|
|
|
420
420
|
|
|
421
421
|
const SvgSmileyFace = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
422
422
|
React__namespace.createElement("path", { d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm2.8 4.8c.664 0 1.2.536 1.2 1.2 0 .664-.536 1.2-1.2 1.2-.664 0-1.2-.536-1.2-1.2 0-.664.536-1.2 1.2-1.2Zm-5.6 0c.664 0 1.2.536 1.2 1.2 0 .664-.536 1.2-1.2 1.2-.664 0-1.2-.536-1.2-1.2 0-.664.536-1.2 1.2-1.2Zm2.8 7.6a4.388 4.388 0 0 1-3.798-2.198.404.404 0 0 1 .352-.602h6.892c.308 0 .505.336.35.602A4.38 4.38 0 0 1 12 16.4Z", fill: color })));
|
|
423
|
-
const ForwardRef$
|
|
423
|
+
const ForwardRef$6 = React.forwardRef(SvgSmileyFace);
|
|
424
424
|
|
|
425
425
|
const SvgStar = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
426
426
|
React__namespace.createElement("path", { d: "m12 18.015 4.998 2.841c.788.448 1.76-.218 1.551-1.062l-1.326-5.356 4.416-3.604c.696-.567.324-1.645-.593-1.718l-5.813-.464-2.274-5.054c-.36-.797-1.558-.797-1.918 0L8.767 8.652l-5.813.464c-.917.073-1.29 1.15-.593 1.718l4.416 3.604-1.327 5.356c-.209.844.764 1.51 1.552 1.062L12 18.015Z", fill: color })));
|
|
@@ -428,19 +428,19 @@ React.forwardRef(SvgStar);
|
|
|
428
428
|
|
|
429
429
|
const SvgTeam = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
430
430
|
React__namespace.createElement("path", { d: "M12 7c-1.346 0-2.455 1.065-2.455 2.357 0 1.293 1.11 2.357 2.455 2.357 1.346 0 2.455-1.064 2.455-2.357C14.455 8.065 13.345 7 12 7ZM6.273 8.571c-.904 0-1.637.704-1.637 1.572 0 .868.733 1.571 1.637 1.571.903 0 1.636-.703 1.636-1.571s-.733-1.572-1.636-1.572Zm11.454 0c-.903 0-1.636.704-1.636 1.572 0 .868.733 1.571 1.636 1.571.904 0 1.637-.703 1.637-1.571s-.733-1.572-1.637-1.572ZM6.273 13.286C4.485 13.286 3 14 3 15.027v1.402h2.455v-.616c0-.986.43-1.838 1.193-2.509-.124-.007-.247-.018-.375-.018Zm5.727 0c-2.89 0-4.91 1.04-4.91 2.527V18h9.82v-2.187c0-1.488-2.02-2.527-4.91-2.527Zm5.727 0c-.128 0-.25.011-.375.018.762.671 1.193 1.524 1.193 2.51v.615H21v-1.402c0-1.027-1.485-1.741-3.273-1.741Z", fill: color })));
|
|
431
|
-
const ForwardRef$
|
|
431
|
+
const ForwardRef$5 = React.forwardRef(SvgTeam);
|
|
432
432
|
|
|
433
433
|
const SvgTextEdit = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
434
434
|
React__namespace.createElement("path", { d: "M11.989 7.911c-.044.001-.087.005-.13.012H7.908c-.25 0-.455.184-.455.41v1.232c0 .227.204.41.455.41h.455c.251 0 .455-.183.455-.41v-.41h2.274v6.569h-.455c-.25 0-.454.184-.454.41v.411c0 .227.203.41.454.41h1.218c.097.015.197.015.295 0h1.217c.25 0 .455-.183.455-.41v-.41c0-.227-.204-.411-.455-.411h-.455v-6.57h2.274v.411c0 .227.204.41.455.41h.455c.251 0 .455-.183.455-.41V8.333c0-.226-.204-.41-.455-.41h-3.948a1.007 1.007 0 0 0-.16-.012ZM3.2 2.76a.44.44 0 0 0-.44.44v2.64a.443.443 0 0 0 .218.387c.138.079.306.079.444 0a.443.443 0 0 0 .218-.387v-2.2h2.2a.443.443 0 0 0 .387-.218.444.444 0 0 0 0-.444.443.443 0 0 0-.387-.218H3.2Zm4.4 0a.443.443 0 0 0-.387.218.444.444 0 0 0 0 .444c.081.137.229.22.387.218h3.52a.443.443 0 0 0 .387-.218.444.444 0 0 0 0-.444.443.443 0 0 0-.387-.218H7.6Zm5.28 0a.443.443 0 0 0-.387.218.444.444 0 0 0 0 .444c.081.137.229.22.387.218h3.52a.443.443 0 0 0 .387-.218.444.444 0 0 0 0-.444.443.443 0 0 0-.387-.218h-3.52Zm5.28 0a.443.443 0 0 0-.387.218.444.444 0 0 0 0 .444c.081.137.229.22.387.218h2.2v2.2a.442.442 0 0 0 .218.387c.138.079.306.079.444 0a.443.443 0 0 0 .218-.387V3.2a.44.44 0 0 0-.44-.44h-2.64ZM3.193 7.153a.442.442 0 0 0-.433.447v3.52a.443.443 0 0 0 .218.387c.138.079.306.079.444 0a.443.443 0 0 0 .218-.387V7.6a.441.441 0 0 0-.447-.447Zm17.6 0a.442.442 0 0 0-.433.447v3.52a.442.442 0 0 0 .218.387c.138.079.306.079.444 0a.443.443 0 0 0 .218-.387V7.6a.441.441 0 0 0-.447-.447Zm-17.6 5.28a.442.442 0 0 0-.433.447v3.52a.443.443 0 0 0 .218.387c.138.079.306.079.444 0a.443.443 0 0 0 .218-.387v-3.52a.441.441 0 0 0-.447-.447Zm17.6 0a.442.442 0 0 0-.433.447v3.52a.442.442 0 0 0 .218.387c.138.079.306.079.444 0a.443.443 0 0 0 .218-.387v-3.52a.441.441 0 0 0-.447-.447Zm-17.6 5.28a.442.442 0 0 0-.433.447v2.64c0 .242.198.44.44.44h2.64a.443.443 0 0 0 .387-.218.444.444 0 0 0 0-.444.443.443 0 0 0-.387-.218h-2.2v-2.2a.441.441 0 0 0-.447-.447Zm17.6 0a.442.442 0 0 0-.433.447v2.2h-2.2a.443.443 0 0 0-.387.218.444.444 0 0 0 0 .444c.081.137.229.22.387.218h2.64a.44.44 0 0 0 .44-.44v-2.64a.441.441 0 0 0-.447-.447ZM7.6 20.36a.443.443 0 0 0-.387.218.444.444 0 0 0 0 .444c.081.137.229.22.387.218h3.52a.443.443 0 0 0 .387-.218.444.444 0 0 0 0-.444.443.443 0 0 0-.387-.218H7.6Zm5.28 0a.443.443 0 0 0-.387.218.444.444 0 0 0 0 .444c.081.137.229.22.387.218h3.52a.443.443 0 0 0 .387-.218.444.444 0 0 0 0-.444.443.443 0 0 0-.387-.218h-3.52Z", fill: "#363C53" })));
|
|
435
|
-
React.forwardRef(SvgTextEdit);
|
|
435
|
+
const ForwardRef$4 = React.forwardRef(SvgTextEdit);
|
|
436
436
|
|
|
437
437
|
const SvgTrashcan = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
438
438
|
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m9.375 4.125.875-.875h3.5l.875.875h3.5c.525 0 .875.35.875.875s-.35.875-.875.875H5.875C5.35 5.875 5 5.525 5 5s.35-.875.875-.875h3.5ZM5.875 19V7.625h12.25V19c0 .962-.788 1.75-1.75 1.75h-8.75c-.963 0-1.75-.788-1.75-1.75Zm3.5-9.625c.525 0 .875.35.875.875v7.875c0 .525-.35.875-.875.875s-.875-.35-.875-.875V10.25c0-.525.35-.875.875-.875Zm6.125.875c0-.525-.35-.875-.875-.875s-.875.35-.875.875v7.875c0 .525.35.875.875.875s.875-.35.875-.875V10.25Z", fill: color })));
|
|
439
|
-
const ForwardRef$
|
|
439
|
+
const ForwardRef$3 = React.forwardRef(SvgTrashcan);
|
|
440
440
|
|
|
441
441
|
const SvgTwoSquares = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
442
442
|
React__namespace.createElement("path", { d: "M4.8 3C3.805 3 3 3.805 3 4.8v11.7a.9.9 0 1 0 1.8 0V4.8h11.7a.9.9 0 1 0 0-1.8H4.8Zm3.6 3.6c-.995 0-1.8.805-1.8 1.8v10.8c0 .995.805 1.8 1.8 1.8h10.8c.995 0 1.8-.805 1.8-1.8V8.4c0-.995-.805-1.8-1.8-1.8H8.4Zm0 1.8h10.8v10.8H8.4V8.4Z", fill: color })));
|
|
443
|
-
React.forwardRef(SvgTwoSquares);
|
|
443
|
+
const ForwardRef$2 = React.forwardRef(SvgTwoSquares);
|
|
444
444
|
|
|
445
445
|
const SvgVideoCamera = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
446
446
|
React__namespace.createElement("path", { d: "M3.818 5C2.816 5 2 5.833 2 6.857v9.285C2 17.167 2.816 18 3.818 18h11.819c1.002 0 1.817-.833 1.817-1.858v-2.709l3.068 2.506a.906.906 0 0 0 .57.204.903.903 0 0 0 .394-.093.932.932 0 0 0 .514-.836V7.786c0-.357-.2-.683-.514-.839a.898.898 0 0 0-.964.114l-3.066 2.506v-2.71c0-1.024-.818-1.857-1.82-1.857H3.818Z", fill: color })));
|
|
@@ -452,48 +452,67 @@ const SvgWarningSign = ({ color = "currentColor", height = "24px", width = "24px
|
|
|
452
452
|
const ForwardRef = React.forwardRef(SvgWarningSign);
|
|
453
453
|
|
|
454
454
|
var IconMap = {
|
|
455
|
-
account: ForwardRef$
|
|
456
|
-
add: ForwardRef$
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
455
|
+
account: ForwardRef$e,
|
|
456
|
+
add: ForwardRef$b,
|
|
457
|
+
addAutomation: ForwardRef$7,
|
|
458
|
+
alert: ForwardRef$U,
|
|
459
|
+
appointment: ForwardRef$K,
|
|
460
|
+
attachFile: ForwardRef$j,
|
|
461
|
+
attention: ForwardRef$U,
|
|
462
|
+
automation: ForwardRef$7,
|
|
463
|
+
back: ForwardRef$T,
|
|
464
|
+
bookmark: ForwardRef$N,
|
|
465
|
+
bookmarked: ForwardRef$O,
|
|
466
|
+
call: ForwardRef$c,
|
|
467
|
+
cat: ForwardRef$I,
|
|
468
|
+
chat: ForwardRef$F,
|
|
469
|
+
collapse: ForwardRef$R,
|
|
470
|
+
compose: ForwardRef$9,
|
|
471
|
+
conversations: ForwardRef$l,
|
|
472
|
+
delete: ForwardRef$3,
|
|
473
|
+
dialPad: ForwardRef$d,
|
|
474
|
+
dog: ForwardRef$B,
|
|
475
|
+
download: ForwardRef$w,
|
|
476
|
+
duplicate: ForwardRef$2,
|
|
477
|
+
edit: ForwardRef$f,
|
|
478
|
+
editCalendar: ForwardRef$J,
|
|
479
|
+
editText: ForwardRef$4,
|
|
480
|
+
emoji: ForwardRef$6,
|
|
481
|
+
expand: ForwardRef$Q,
|
|
482
|
+
filter: ForwardRef$r,
|
|
483
|
+
forms: ForwardRef$s,
|
|
484
|
+
forward: ForwardRef$S,
|
|
485
|
+
grooming: ForwardRef$M,
|
|
486
|
+
help: ForwardRef$a,
|
|
487
|
+
hidden: ForwardRef$t,
|
|
488
|
+
home: ForwardRef$p,
|
|
489
|
+
invoicing: ForwardRef$C,
|
|
490
|
+
link: ForwardRef$G,
|
|
491
|
+
massTextAlerts: ForwardRef$H,
|
|
492
|
+
messageTemplates: ForwardRef$m,
|
|
493
|
+
more: ForwardRef$y,
|
|
494
|
+
moreHorizontal: ForwardRef$z,
|
|
495
|
+
next: ForwardRef$D,
|
|
496
|
+
notification: ForwardRef$P,
|
|
497
|
+
pay: ForwardRef$A,
|
|
498
|
+
pdf: ForwardRef$g,
|
|
499
|
+
pets: ForwardRef$h,
|
|
500
|
+
previous: ForwardRef$E,
|
|
501
|
+
refresh: ForwardRef$x,
|
|
502
|
+
reminder: ForwardRef$P,
|
|
503
|
+
reporting: ForwardRef$8,
|
|
504
|
+
searchPets: ForwardRef$i,
|
|
505
|
+
search: ForwardRef$n,
|
|
506
|
+
send: ForwardRef$k,
|
|
507
|
+
sendEmail: ForwardRef$v,
|
|
508
|
+
sendPayment: ForwardRef$o,
|
|
509
|
+
settings: ForwardRef$q,
|
|
510
|
+
schedule: ForwardRef$L,
|
|
511
|
+
teamChat: ForwardRef$5,
|
|
492
512
|
videoCall: ForwardRef$1,
|
|
493
|
-
view: ForwardRef$
|
|
494
|
-
visible: ForwardRef$
|
|
513
|
+
view: ForwardRef$u,
|
|
514
|
+
visible: ForwardRef$u,
|
|
495
515
|
warning: ForwardRef,
|
|
496
|
-
massTextAlerts: ForwardRef$v,
|
|
497
516
|
};
|
|
498
517
|
var IconSizeMap = {
|
|
499
518
|
xs: 14,
|
|
@@ -1341,7 +1360,7 @@ var TextareaConfig = {
|
|
|
1341
1360
|
// @ts-ignore
|
|
1342
1361
|
var theme = react.extendTheme({
|
|
1343
1362
|
styles: {
|
|
1344
|
-
|
|
1363
|
+
//global: { ...TooltipGlobalStyle },
|
|
1345
1364
|
},
|
|
1346
1365
|
blur: blur,
|
|
1347
1366
|
borders: borders,
|
|
@@ -1364,10 +1383,10 @@ var theme = react.extendTheme({
|
|
|
1364
1383
|
components: {
|
|
1365
1384
|
Text: TextConfig,
|
|
1366
1385
|
Heading: HeadingConfig,
|
|
1367
|
-
|
|
1368
|
-
//
|
|
1386
|
+
Textarea: TextareaConfig,
|
|
1387
|
+
//Button: ButtonConfig,
|
|
1369
1388
|
Drawer: DrawerConfig,
|
|
1370
|
-
//
|
|
1389
|
+
//Tooltip: TooltipConfig,
|
|
1371
1390
|
},
|
|
1372
1391
|
});
|
|
1373
1392
|
|