@dsgngo/common-icons 2.1.0 → 2.2.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/dist/icons-ui-system-devices.js +104 -6
- package/package.json +1 -1
|
@@ -8,8 +8,15 @@ exports.IconCheckSquare = IconCheckSquare;
|
|
|
8
8
|
exports.IconCloudArrowUp = IconCloudArrowUp;
|
|
9
9
|
exports.IconCloudCheck = IconCloudCheck;
|
|
10
10
|
exports.IconDeviceMobile = IconDeviceMobile;
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
11
|
+
exports.IconDotsNine = IconDotsNine;
|
|
12
|
+
exports.IconDotsOutline = IconDotsOutline;
|
|
13
|
+
exports.IconDotsSix = IconDotsSix;
|
|
14
|
+
exports.IconDotsSixVertical = IconDotsSixVertical;
|
|
15
|
+
exports.IconDotsThree = IconDotsThree;
|
|
16
|
+
exports.IconDotsThreeCircle = IconDotsThreeCircle;
|
|
17
|
+
exports.IconDotsThreeCircleVertical = IconDotsThreeCircleVertical;
|
|
18
|
+
exports.IconDotsThreeOutline = IconDotsThreeOutline;
|
|
19
|
+
exports.IconDotsThreeVertical = IconDotsThreeVertical;
|
|
13
20
|
exports.IconDownloadSimple = IconDownloadSimple;
|
|
14
21
|
exports.IconGearSix = IconGearSix;
|
|
15
22
|
exports.IconLightning = IconLightning;
|
|
@@ -90,9 +97,35 @@ function IconTreeView(props) {
|
|
|
90
97
|
})
|
|
91
98
|
});
|
|
92
99
|
}
|
|
93
|
-
function
|
|
100
|
+
function IconDotsThree(props) {
|
|
94
101
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
95
|
-
className: "icon fill icon-
|
|
102
|
+
className: "icon fill icon-dots-three ".concat(props.className ? props.className : ''),
|
|
103
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
104
|
+
style: props.style ? props.style : undefined,
|
|
105
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
106
|
+
viewBox: "0 0 32 32",
|
|
107
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
108
|
+
d: "M17.5 16C17.5 16.2967 17.412 16.5867 17.2472 16.8334C17.0824 17.08 16.8481 17.2723 16.574 17.3858C16.2999 17.4993 15.9983 17.5291 15.7074 17.4712C15.4164 17.4133 15.1491 17.2704 14.9393 17.0607C14.7296 16.8509 14.5867 16.5836 14.5288 16.2926C14.4709 16.0017 14.5007 15.7001 14.6142 15.426C14.7277 15.1519 14.92 14.9176 15.1666 14.7528C15.4133 14.588 15.7033 14.5 16 14.5C16.3978 14.5 16.7794 14.658 17.0607 14.9393C17.342 15.2206 17.5 15.6022 17.5 16ZM24.5 14.5C24.2033 14.5 23.9133 14.588 23.6666 14.7528C23.42 14.9176 23.2277 15.1519 23.1142 15.426C23.0007 15.7001 22.9709 16.0017 23.0288 16.2926C23.0867 16.5836 23.2296 16.8509 23.4393 17.0607C23.6491 17.2704 23.9164 17.4133 24.2074 17.4712C24.4983 17.5291 24.7999 17.4993 25.074 17.3858C25.3481 17.2723 25.5824 17.08 25.7472 16.8334C25.912 16.5867 26 16.2967 26 16C26 15.6022 25.842 15.2206 25.5607 14.9393C25.2794 14.658 24.8978 14.5 24.5 14.5ZM7.5 14.5C7.20333 14.5 6.91332 14.588 6.66665 14.7528C6.41997 14.9176 6.22771 15.1519 6.11418 15.426C6.00065 15.7001 5.97094 16.0017 6.02882 16.2926C6.0867 16.5836 6.22956 16.8509 6.43934 17.0607C6.64912 17.2704 6.91639 17.4133 7.20737 17.4712C7.49834 17.5291 7.79994 17.4993 8.07403 17.3858C8.34811 17.2723 8.58238 17.08 8.74721 16.8334C8.91203 16.5867 9 16.2967 9 16C9 15.6022 8.84197 15.2206 8.56066 14.9393C8.27936 14.658 7.89783 14.5 7.5 14.5Z"
|
|
109
|
+
})
|
|
110
|
+
})
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
function IconDotsThreeVertical(props) {
|
|
114
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
115
|
+
className: "icon fill icon-dots-three-vertical ".concat(props.className ? props.className : ''),
|
|
116
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
117
|
+
style: props.style ? props.style : undefined,
|
|
118
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
119
|
+
viewBox: "0 0 32 32",
|
|
120
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
121
|
+
d: "M17.5 16C17.5 16.2967 17.412 16.5867 17.2472 16.8334C17.0824 17.08 16.8481 17.2723 16.574 17.3858C16.2999 17.4994 15.9983 17.5291 15.7074 17.4712C15.4164 17.4133 15.1491 17.2704 14.9393 17.0607C14.7296 16.8509 14.5867 16.5836 14.5288 16.2926C14.4709 16.0017 14.5006 15.7001 14.6142 15.426C14.7277 15.1519 14.92 14.9176 15.1666 14.7528C15.4133 14.588 15.7033 14.5 16 14.5C16.3978 14.5 16.7794 14.658 17.0607 14.9393C17.342 15.2206 17.5 15.6022 17.5 16ZM16 9C16.2967 9 16.5867 8.91203 16.8334 8.74721C17.08 8.58238 17.2723 8.34811 17.3858 8.07403C17.4994 7.79994 17.5291 7.49834 17.4712 7.20737C17.4133 6.91639 17.2704 6.64912 17.0607 6.43934C16.8509 6.22956 16.5836 6.0867 16.2926 6.02882C16.0017 5.97094 15.7001 6.00065 15.426 6.11418C15.1519 6.22771 14.9176 6.41997 14.7528 6.66665C14.588 6.91332 14.5 7.20333 14.5 7.5C14.5 7.89783 14.658 8.27936 14.9393 8.56066C15.2206 8.84197 15.6022 9 16 9ZM16 23C15.7033 23 15.4133 23.088 15.1666 23.2528C14.92 23.4176 14.7277 23.6519 14.6142 23.926C14.5006 24.2001 14.4709 24.5017 14.5288 24.7926C14.5867 25.0836 14.7296 25.3509 14.9393 25.5607C15.1491 25.7704 15.4164 25.9133 15.7074 25.9712C15.9983 26.0291 16.2999 25.9993 16.574 25.8858C16.8481 25.7723 17.0824 25.58 17.2472 25.3334C17.412 25.0867 17.5 24.7967 17.5 24.5C17.5 24.1022 17.342 23.7206 17.0607 23.4393C16.7794 23.158 16.3978 23 16 23Z"
|
|
122
|
+
})
|
|
123
|
+
})
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
function IconDotsSix(props) {
|
|
127
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
128
|
+
className: "icon fill icon-dots-six ".concat(props.className ? props.className : ''),
|
|
96
129
|
onClick: props.onClick ? props.onClick : undefined,
|
|
97
130
|
style: props.style ? props.style : undefined,
|
|
98
131
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
@@ -103,9 +136,9 @@ function IconDotSix(props) {
|
|
|
103
136
|
})
|
|
104
137
|
});
|
|
105
138
|
}
|
|
106
|
-
function
|
|
139
|
+
function IconDotsSixVertical(props) {
|
|
107
140
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
108
|
-
className: "icon fill icon-
|
|
141
|
+
className: "icon fill icon-dots-six-vertical ".concat(props.className ? props.className : ''),
|
|
109
142
|
onClick: props.onClick ? props.onClick : undefined,
|
|
110
143
|
style: props.style ? props.style : undefined,
|
|
111
144
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
@@ -116,6 +149,71 @@ function IconDotSixVertical(props) {
|
|
|
116
149
|
})
|
|
117
150
|
});
|
|
118
151
|
}
|
|
152
|
+
function IconDotsNine(props) {
|
|
153
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
154
|
+
className: "icon fill icon-dots-nine ".concat(props.className ? props.className : ''),
|
|
155
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
156
|
+
style: props.style ? props.style : undefined,
|
|
157
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
158
|
+
viewBox: "0 0 32 32",
|
|
159
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
160
|
+
d: "M9 7.5C9 7.79667 8.91203 8.08668 8.74721 8.33336C8.58238 8.58003 8.34811 8.77229 8.07403 8.88582C7.79994 8.99935 7.49834 9.02906 7.20737 8.97118C6.91639 8.9133 6.64912 8.77044 6.43934 8.56066C6.22956 8.35088 6.0867 8.08361 6.02882 7.79264C5.97094 7.50166 6.00065 7.20006 6.11418 6.92598C6.22771 6.65189 6.41997 6.41762 6.66665 6.2528C6.91332 6.08797 7.20333 6 7.5 6C7.89783 6 8.27936 6.15804 8.56066 6.43934C8.84197 6.72065 9 7.10218 9 7.5ZM16 6C15.7033 6 15.4133 6.08797 15.1666 6.2528C14.92 6.41762 14.7277 6.65189 14.6142 6.92598C14.5007 7.20006 14.4709 7.50166 14.5288 7.79264C14.5867 8.08361 14.7296 8.35088 14.9393 8.56066C15.1491 8.77044 15.4164 8.9133 15.7074 8.97118C15.9983 9.02906 16.2999 8.99935 16.574 8.88582C16.8481 8.77229 17.0824 8.58003 17.2472 8.33336C17.412 8.08668 17.5 7.79667 17.5 7.5C17.5 7.10218 17.342 6.72065 17.0607 6.43934C16.7794 6.15804 16.3978 6 16 6ZM24.5 9C24.7967 9 25.0867 8.91203 25.3334 8.74721C25.58 8.58238 25.7723 8.34811 25.8858 8.07403C25.9993 7.79994 26.0291 7.49834 25.9712 7.20737C25.9133 6.91639 25.7704 6.64912 25.5607 6.43934C25.3509 6.22956 25.0836 6.0867 24.7926 6.02882C24.5017 5.97094 24.2001 6.00065 23.926 6.11418C23.6519 6.22771 23.4176 6.41997 23.2528 6.66665C23.088 6.91332 23 7.20333 23 7.5C23 7.89783 23.158 8.27936 23.4393 8.56066C23.7206 8.84197 24.1022 9 24.5 9ZM7.5 14.5C7.20333 14.5 6.91332 14.588 6.66665 14.7528C6.41997 14.9176 6.22771 15.1519 6.11418 15.426C6.00065 15.7001 5.97094 16.0017 6.02882 16.2926C6.0867 16.5836 6.22956 16.8509 6.43934 17.0607C6.64912 17.2704 6.91639 17.4133 7.20737 17.4712C7.49834 17.5291 7.79994 17.4994 8.07403 17.3858C8.34811 17.2723 8.58238 17.08 8.74721 16.8334C8.91203 16.5867 9 16.2967 9 16C9 15.6022 8.84197 15.2206 8.56066 14.9393C8.27936 14.658 7.89783 14.5 7.5 14.5ZM16 14.5C15.7033 14.5 15.4133 14.588 15.1666 14.7528C14.92 14.9176 14.7277 15.1519 14.6142 15.426C14.5007 15.7001 14.4709 16.0017 14.5288 16.2926C14.5867 16.5836 14.7296 16.8509 14.9393 17.0607C15.1491 17.2704 15.4164 17.4133 15.7074 17.4712C15.9983 17.5291 16.2999 17.4994 16.574 17.3858C16.8481 17.2723 17.0824 17.08 17.2472 16.8334C17.412 16.5867 17.5 16.2967 17.5 16C17.5 15.6022 17.342 15.2206 17.0607 14.9393C16.7794 14.658 16.3978 14.5 16 14.5ZM24.5 14.5C24.2033 14.5 23.9133 14.588 23.6666 14.7528C23.42 14.9176 23.2277 15.1519 23.1142 15.426C23.0007 15.7001 22.9709 16.0017 23.0288 16.2926C23.0867 16.5836 23.2296 16.8509 23.4393 17.0607C23.6491 17.2704 23.9164 17.4133 24.2074 17.4712C24.4983 17.5291 24.7999 17.4994 25.074 17.3858C25.3481 17.2723 25.5824 17.08 25.7472 16.8334C25.912 16.5867 26 16.2967 26 16C26 15.6022 25.842 15.2206 25.5607 14.9393C25.2794 14.658 24.8978 14.5 24.5 14.5ZM7.5 23C7.20333 23 6.91332 23.088 6.66665 23.2528C6.41997 23.4176 6.22771 23.6519 6.11418 23.926C6.00065 24.2001 5.97094 24.5017 6.02882 24.7926C6.0867 25.0836 6.22956 25.3509 6.43934 25.5607C6.64912 25.7704 6.91639 25.9133 7.20737 25.9712C7.49834 26.0291 7.79994 25.9993 8.07403 25.8858C8.34811 25.7723 8.58238 25.58 8.74721 25.3334C8.91203 25.0867 9 24.7967 9 24.5C9 24.1022 8.84197 23.7206 8.56066 23.4393C8.27936 23.158 7.89783 23 7.5 23ZM16 23C15.7033 23 15.4133 23.088 15.1666 23.2528C14.92 23.4176 14.7277 23.6519 14.6142 23.926C14.5007 24.2001 14.4709 24.5017 14.5288 24.7926C14.5867 25.0836 14.7296 25.3509 14.9393 25.5607C15.1491 25.7704 15.4164 25.9133 15.7074 25.9712C15.9983 26.0291 16.2999 25.9993 16.574 25.8858C16.8481 25.7723 17.0824 25.58 17.2472 25.3334C17.412 25.0867 17.5 24.7967 17.5 24.5C17.5 24.1022 17.342 23.7206 17.0607 23.4393C16.7794 23.158 16.3978 23 16 23ZM24.5 23C24.2033 23 23.9133 23.088 23.6666 23.2528C23.42 23.4176 23.2277 23.6519 23.1142 23.926C23.0007 24.2001 22.9709 24.5017 23.0288 24.7926C23.0867 25.0836 23.2296 25.3509 23.4393 25.5607C23.6491 25.7704 23.9164 25.9133 24.2074 25.9712C24.4983 26.0291 24.7999 25.9993 25.074 25.8858C25.3481 25.7723 25.5824 25.58 25.7472 25.3334C25.912 25.0867 26 24.7967 26 24.5C26 24.1022 25.842 23.7206 25.5607 23.4393C25.2794 23.158 24.8978 23 24.5 23Z"
|
|
161
|
+
})
|
|
162
|
+
})
|
|
163
|
+
});
|
|
164
|
+
}
|
|
165
|
+
function IconDotsThreeCircle(props) {
|
|
166
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
167
|
+
className: "icon fill icon-dots-three-circle ".concat(props.className ? props.className : ''),
|
|
168
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
169
|
+
style: props.style ? props.style : undefined,
|
|
170
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
171
|
+
viewBox: "0 0 32 32",
|
|
172
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
173
|
+
d: "M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM17.5 16C17.5 16.2967 17.412 16.5867 17.2472 16.8334C17.0824 17.08 16.8481 17.2723 16.574 17.3858C16.2999 17.4993 15.9983 17.5291 15.7074 17.4712C15.4164 17.4133 15.1491 17.2704 14.9393 17.0607C14.7296 16.8509 14.5867 16.5836 14.5288 16.2926C14.471 16.0017 14.5007 15.7001 14.6142 15.426C14.7277 15.1519 14.92 14.9176 15.1667 14.7528C15.4133 14.588 15.7033 14.5 16 14.5C16.3978 14.5 16.7794 14.658 17.0607 14.9393C17.342 15.2206 17.5 15.6022 17.5 16ZM23 16C23 16.2967 22.912 16.5867 22.7472 16.8334C22.5824 17.08 22.3481 17.2723 22.074 17.3858C21.7999 17.4993 21.4983 17.5291 21.2074 17.4712C20.9164 17.4133 20.6491 17.2704 20.4393 17.0607C20.2296 16.8509 20.0867 16.5836 20.0288 16.2926C19.9709 16.0017 20.0007 15.7001 20.1142 15.426C20.2277 15.1519 20.42 14.9176 20.6667 14.7528C20.9133 14.588 21.2033 14.5 21.5 14.5C21.8978 14.5 22.2794 14.658 22.5607 14.9393C22.842 15.2206 23 15.6022 23 16ZM12 16C12 16.2967 11.912 16.5867 11.7472 16.8334C11.5824 17.08 11.3481 17.2723 11.074 17.3858C10.7999 17.4993 10.4983 17.5291 10.2074 17.4712C9.9164 17.4133 9.64912 17.2704 9.43935 17.0607C9.22957 16.8509 9.08671 16.5836 9.02883 16.2926C8.97095 16.0017 9.00065 15.7001 9.11419 15.426C9.22772 15.1519 9.41998 14.9176 9.66665 14.7528C9.91332 14.588 10.2033 14.5 10.5 14.5C10.8978 14.5 11.2794 14.658 11.5607 14.9393C11.842 15.2206 12 15.6022 12 16Z"
|
|
174
|
+
})
|
|
175
|
+
})
|
|
176
|
+
});
|
|
177
|
+
}
|
|
178
|
+
function IconDotsThreeCircleVertical(props) {
|
|
179
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
180
|
+
className: "icon fill icon-dots-three-circle-vertical ".concat(props.className ? props.className : ''),
|
|
181
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
182
|
+
style: props.style ? props.style : undefined,
|
|
183
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
184
|
+
viewBox: "0 0 32 32",
|
|
185
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
186
|
+
d: "M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM17.5 16C17.5 16.2967 17.412 16.5867 17.2472 16.8334C17.0824 17.08 16.8481 17.2723 16.574 17.3858C16.2999 17.4993 15.9983 17.5291 15.7074 17.4712C15.4164 17.4133 15.1491 17.2704 14.9393 17.0607C14.7296 16.8509 14.5867 16.5836 14.5288 16.2926C14.471 16.0017 14.5007 15.7001 14.6142 15.426C14.7277 15.1519 14.92 14.9176 15.1667 14.7528C15.4133 14.588 15.7033 14.5 16 14.5C16.3978 14.5 16.7794 14.658 17.0607 14.9393C17.342 15.2206 17.5 15.6022 17.5 16ZM17.5 10.5C17.5 10.7967 17.412 11.0867 17.2472 11.3334C17.0824 11.58 16.8481 11.7723 16.574 11.8858C16.2999 11.9994 15.9983 12.0291 15.7074 11.9712C15.4164 11.9133 15.1491 11.7704 14.9393 11.5607C14.7296 11.3509 14.5867 11.0836 14.5288 10.7926C14.471 10.5017 14.5007 10.2001 14.6142 9.92597C14.7277 9.65189 14.92 9.41762 15.1667 9.2528C15.4133 9.08797 15.7033 9 16 9C16.3978 9 16.7794 9.15804 17.0607 9.43934C17.342 9.72064 17.5 10.1022 17.5 10.5ZM17.5 21.5C17.5 21.7967 17.412 22.0867 17.2472 22.3334C17.0824 22.58 16.8481 22.7723 16.574 22.8858C16.2999 22.9993 15.9983 23.0291 15.7074 22.9712C15.4164 22.9133 15.1491 22.7704 14.9393 22.5607C14.7296 22.3509 14.5867 22.0836 14.5288 21.7926C14.471 21.5017 14.5007 21.2001 14.6142 20.926C14.7277 20.6519 14.92 20.4176 15.1667 20.2528C15.4133 20.088 15.7033 20 16 20C16.3978 20 16.7794 20.158 17.0607 20.4393C17.342 20.7206 17.5 21.1022 17.5 21.5Z"
|
|
187
|
+
})
|
|
188
|
+
})
|
|
189
|
+
});
|
|
190
|
+
}
|
|
191
|
+
function IconDotsOutline(props) {
|
|
192
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
193
|
+
className: "icon fill icon-dots-outline ".concat(props.className ? props.className : ''),
|
|
194
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
195
|
+
style: props.style ? props.style : undefined,
|
|
196
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
197
|
+
viewBox: "0 0 32 32",
|
|
198
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
199
|
+
d: "M16 12C15.2089 12 14.4355 12.2346 13.7777 12.6741C13.1199 13.1136 12.6072 13.7384 12.3045 14.4693C12.0017 15.2002 11.9225 16.0044 12.0769 16.7804C12.2312 17.5563 12.6122 18.269 13.1716 18.8284C13.731 19.3878 14.4437 19.7688 15.2196 19.9231C15.9956 20.0775 16.7998 19.9983 17.5307 19.6955C18.2616 19.3928 18.8864 18.8801 19.3259 18.2223C19.7654 17.5645 20 16.7911 20 16C20 14.9391 19.5786 13.9217 18.8284 13.1716C18.0783 12.4214 17.0609 12 16 12ZM16 18C15.6044 18 15.2178 17.8827 14.8889 17.6629C14.56 17.4432 14.3036 17.1308 14.1522 16.7654C14.0009 16.3999 13.9613 15.9978 14.0384 15.6098C14.1156 15.2219 14.3061 14.8655 14.5858 14.5858C14.8655 14.3061 15.2219 14.1156 15.6098 14.0384C15.9978 13.9613 16.3999 14.0009 16.7654 14.1522C17.1308 14.3036 17.4432 14.56 17.6629 14.8889C17.8827 15.2178 18 15.6044 18 16C18 16.5304 17.7893 17.0391 17.4142 17.4142C17.0391 17.7893 16.5304 18 16 18Z"
|
|
200
|
+
})
|
|
201
|
+
})
|
|
202
|
+
});
|
|
203
|
+
}
|
|
204
|
+
function IconDotsThreeOutline(props) {
|
|
205
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
206
|
+
className: "icon fill icon-dots-three-outline ".concat(props.className ? props.className : ''),
|
|
207
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
208
|
+
style: props.style ? props.style : undefined,
|
|
209
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
210
|
+
viewBox: "0 0 32 32",
|
|
211
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
212
|
+
d: "M16 12C15.2089 12 14.4355 12.2346 13.7777 12.6741C13.1199 13.1136 12.6072 13.7384 12.3045 14.4693C12.0017 15.2002 11.9225 16.0044 12.0769 16.7804C12.2312 17.5563 12.6122 18.269 13.1716 18.8284C13.731 19.3878 14.4437 19.7688 15.2196 19.9231C15.9956 20.0775 16.7998 19.9983 17.5307 19.6955C18.2616 19.3928 18.8864 18.8801 19.3259 18.2223C19.7654 17.5645 20 16.7911 20 16C20 14.9391 19.5786 13.9217 18.8284 13.1716C18.0783 12.4214 17.0609 12 16 12ZM16 18C15.6044 18 15.2178 17.8827 14.8889 17.6629C14.56 17.4432 14.3036 17.1308 14.1522 16.7654C14.0009 16.3999 13.9613 15.9978 14.0384 15.6098C14.1156 15.2219 14.3061 14.8655 14.5858 14.5858C14.8655 14.3061 15.2219 14.1156 15.6098 14.0384C15.9978 13.9613 16.3999 14.0009 16.7654 14.1522C17.1308 14.3036 17.4432 14.56 17.6629 14.8889C17.8827 15.2178 18 15.6044 18 16C18 16.5304 17.7893 17.0391 17.4142 17.4142C17.0391 17.7893 16.5304 18 16 18ZM6 12C5.20888 12 4.43552 12.2346 3.77772 12.6741C3.11992 13.1136 2.60723 13.7384 2.30448 14.4693C2.00173 15.2002 1.92252 16.0044 2.07686 16.7804C2.2312 17.5563 2.61216 18.269 3.17157 18.8284C3.73098 19.3878 4.44372 19.7688 5.21964 19.9231C5.99556 20.0775 6.79983 19.9983 7.53074 19.6955C8.26164 19.3928 8.88635 18.8801 9.32588 18.2223C9.76541 17.5645 10 16.7911 10 16C10 14.9391 9.57857 13.9217 8.82843 13.1716C8.07828 12.4214 7.06087 12 6 12ZM6 18C5.60444 18 5.21776 17.8827 4.88886 17.6629C4.55996 17.4432 4.30362 17.1308 4.15224 16.7654C4.00087 16.3999 3.96126 15.9978 4.03843 15.6098C4.1156 15.2219 4.30608 14.8655 4.58579 14.5858C4.86549 14.3061 5.22186 14.1156 5.60982 14.0384C5.99778 13.9613 6.39992 14.0009 6.76537 14.1522C7.13082 14.3036 7.44318 14.56 7.66294 14.8889C7.8827 15.2178 8 15.6044 8 16C8 16.5304 7.78929 17.0391 7.41422 17.4142C7.03914 17.7893 6.53044 18 6 18ZM26 12C25.2089 12 24.4355 12.2346 23.7777 12.6741C23.1199 13.1136 22.6072 13.7384 22.3045 14.4693C22.0017 15.2002 21.9225 16.0044 22.0769 16.7804C22.2312 17.5563 22.6122 18.269 23.1716 18.8284C23.731 19.3878 24.4437 19.7688 25.2196 19.9231C25.9956 20.0775 26.7998 19.9983 27.5307 19.6955C28.2616 19.3928 28.8864 18.8801 29.3259 18.2223C29.7654 17.5645 30 16.7911 30 16C30 14.9391 29.5786 13.9217 28.8284 13.1716C28.0783 12.4214 27.0609 12 26 12ZM26 18C25.6044 18 25.2178 17.8827 24.8889 17.6629C24.56 17.4432 24.3036 17.1308 24.1522 16.7654C24.0009 16.3999 23.9613 15.9978 24.0384 15.6098C24.1156 15.2219 24.3061 14.8655 24.5858 14.5858C24.8655 14.3061 25.2219 14.1156 25.6098 14.0384C25.9978 13.9613 26.3999 14.0009 26.7654 14.1522C27.1308 14.3036 27.4432 14.56 27.6629 14.8889C27.8827 15.2178 28 15.6044 28 16C28 16.5304 27.7893 17.0391 27.4142 17.4142C27.0391 17.7893 26.5304 18 26 18Z"
|
|
213
|
+
})
|
|
214
|
+
})
|
|
215
|
+
});
|
|
216
|
+
}
|
|
119
217
|
function IconDownloadSimple(props) {
|
|
120
218
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
121
219
|
className: "icon fill icon-download-simple ".concat(props.className ? props.className : ''),
|