@flodesk/grain 11.18.2 → 11.19.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/es/components/checkbox.js +25 -19
- package/es/icons/icon-align-center.js +13 -2
- package/es/icons/icon-align-left.js +13 -2
- package/es/icons/icon-align-right.js +13 -2
- package/es/icons/icon-archive.js +13 -2
- package/es/icons/icon-arrow-down.js +13 -2
- package/es/icons/icon-arrow-left.js +13 -2
- package/es/icons/icon-arrow-right.js +13 -2
- package/es/icons/icon-arrow-up.js +13 -2
- package/es/icons/icon-at.js +13 -2
- package/es/icons/icon-bold.js +13 -2
- package/es/icons/icon-bolt-filled.js +13 -2
- package/es/icons/icon-bolt.js +13 -2
- package/es/icons/icon-browser.js +13 -2
- package/es/icons/icon-brush.js +13 -2
- package/es/icons/icon-bullet-list.js +13 -2
- package/es/icons/icon-chart.js +14 -3
- package/es/icons/icon-check.js +13 -2
- package/es/icons/icon-chevron-down.js +13 -2
- package/es/icons/icon-chevron-horizontal.js +13 -2
- package/es/icons/icon-chevron-left.js +13 -2
- package/es/icons/icon-chevron-right.js +13 -2
- package/es/icons/icon-chevron-up.js +13 -2
- package/es/icons/icon-chevron-vertical.js +13 -2
- package/es/icons/icon-clip.js +22 -2
- package/es/icons/icon-clock.js +13 -2
- package/es/icons/icon-column-and-rows.js +19 -5
- package/es/icons/icon-column-one.js +13 -2
- package/es/icons/icon-column-two.js +13 -2
- package/es/icons/icon-columns-and-row.js +19 -5
- package/es/icons/icon-columns.js +15 -5
- package/es/icons/icon-content-align-bottom.js +15 -4
- package/es/icons/icon-content-align-center.js +15 -4
- package/es/icons/icon-content-align-top.js +15 -4
- package/es/icons/icon-crop.js +13 -2
- package/es/icons/icon-cross.js +12 -1
- package/es/icons/icon-download.js +13 -2
- package/es/icons/icon-drag.js +13 -2
- package/es/icons/icon-duplicate.js +13 -2
- package/es/icons/icon-ellipsis.js +13 -2
- package/es/icons/icon-file.js +13 -2
- package/es/icons/icon-folder-add.js +13 -2
- package/es/icons/icon-folder-move.js +13 -2
- package/es/icons/icon-folder-remove.js +13 -2
- package/es/icons/icon-folder.js +13 -2
- package/es/icons/icon-gear.js +21 -2
- package/es/icons/icon-globe.js +13 -2
- package/es/icons/icon-heart.js +13 -2
- package/es/icons/icon-hide.js +13 -2
- package/es/icons/icon-image.js +13 -2
- package/es/icons/icon-info.js +15 -4
- package/es/icons/icon-italic.js +13 -2
- package/es/icons/icon-layout-text-bottom.js +15 -4
- package/es/icons/icon-layout-text-left.js +15 -4
- package/es/icons/icon-layout-text-right.js +15 -4
- package/es/icons/icon-layout-text-top.js +15 -4
- package/es/icons/icon-link.js +13 -2
- package/es/icons/icon-location.js +13 -2
- package/es/icons/icon-mail.js +13 -2
- package/es/icons/icon-minus.js +13 -2
- package/es/icons/icon-monitor.js +13 -2
- package/es/icons/icon-number-list.js +21 -2
- package/es/icons/icon-pencil.js +13 -2
- package/es/icons/icon-phone.js +13 -2
- package/es/icons/icon-play.js +13 -2
- package/es/icons/icon-plus.js +13 -2
- package/es/icons/icon-question.js +16 -5
- package/es/icons/icon-redo.js +13 -2
- package/es/icons/icon-reset.js +16 -4
- package/es/icons/icon-row-and-columns.js +19 -5
- package/es/icons/icon-rows-and-column.js +19 -5
- package/es/icons/icon-rows.js +15 -5
- package/es/icons/icon-search.js +13 -2
- package/es/icons/icon-send.js +13 -2
- package/es/icons/icon-share.js +13 -2
- package/es/icons/icon-show.js +13 -2
- package/es/icons/icon-smile.js +13 -2
- package/es/icons/icon-square.js +13 -2
- package/es/icons/icon-strike.js +13 -2
- package/es/icons/icon-switch.js +13 -2
- package/es/icons/icon-tablet.js +13 -2
- package/es/icons/icon-text-align-center.js +13 -2
- package/es/icons/icon-text-align-left.js +13 -2
- package/es/icons/icon-text-align-right.js +13 -2
- package/es/icons/icon-text-justify.js +13 -2
- package/es/icons/icon-trash.js +13 -2
- package/es/icons/icon-type.js +13 -2
- package/es/icons/icon-underline.js +13 -2
- package/es/icons/icon-undo.js +13 -2
- package/es/icons/icon-upload.js +13 -2
- package/es/icons/index.js +6 -12
- package/es/styles/base.js +1 -1
- package/package.json +1 -1
package/es/icons/icon-link.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconLink = function IconLink(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconLink = function IconLink(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M13.414 2.1a6 6 0 0 1 8.486 8.486l-4.243 4.242-.707.708-1.414-1.415.707-.707 4.242-4.242a4 4 0 1 0-5.657-5.657l-4.242 4.242-.707.707L8.464 7.05l.708-.707 4.242-4.242Zm-2.828 19.8A6 6 0 1 1 2.1 13.413l4.243-4.242.707-.708L8.464 9.88l-.707.707-4.242 4.242a4 4 0 0 0 5.657 5.657l4.242-4.242.707-.707 1.415 1.414-.708.707-4.242 4.242ZM7.05 18.363l.005-.005.006-.006.005-.005.006-.006.006-.006.006-.006.006-.006.007-.007.007-.007.007-.007.007-.007.008-.007.007-.008.008-.008.008-.008.008-.008.009-.009.009-.008.008-.01.01-.008.009-.01.01-.01.009-.009.01-.01.01-.01.01-.01.01-.01.011-.011.011-.011.011-.011.012-.012.011-.011.012-.012.012-.012.012-.012.012-.012.012-.012.013-.013.013-.012.013-.014.013-.013.013-.013.014-.014.013-.013.014-.014.014-.014.015-.014.014-.015.015-.014.014-.015.015-.015.015-.015.016-.015.015-.016.016-.015.016-.016.016-.016.016-.017.016-.016.016-.016.017-.017.017-.017.017-.017.017-.017.017-.017.018-.018.017-.017.018-.018.018-.018.018-.018.018-.018.019-.019.018-.018.02-.019.018-.019.02-.019.018-.02.02-.018.02-.02.019-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.021-.021.021-.02.021-.022.021-.02.021-.022.022-.021.021-.022.022-.022.022-.021.021-.022.022-.022.023-.022.022-.023.022-.022.023-.023.023-.022.022-.023.023-.023.023-.023.024-.023.023-.024.023-.023.024-.024.024-.023.023-.024.024-.024.024-.024.025-.024.024-.025.024-.024.025-.025.024-.024.025-.025.025-.025.025-.025.025-.025.025-.025.026-.026.025-.025.026-.025.025-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.027-.026.026-.027.027-.026.026-.027.027-.027.027-.027.027-.027.027-.027.027-.027.027-.027.028-.027.027-.028.027-.027.028-.028.028-.027.027-.028.028-.028.028-.028.028-.028.028-.028.028-.028.029-.029.028-.028.029-.028.028-.029.029-.028.028-.03.029-.028.029-.029.029-.028.029-.03.029-.028.029-.03.029-.029.03-.029.029-.03.029-.029.03-.03.029-.029.03-.03.03-.029.029-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.031-.03.03-.031.031-.03.03-.031.031-.031.03-.03.032-.031.03-.031.031-.031.031-.03.03-.032.032-.03.03-.032.032-.03.03-.032.032-.03.031-.032.031-.031.031-.031.032-.032.031-.03.031-.032.032-.031.031-.032.032-.031.03-.032.032-.031.032-.032.031-.031.032-.032.032-.031.031-.032.032-.032.031-.031.032-.032.032-.032.032-.031.031-.032.032-.032.032-.032.032-.031.032-.032.031-.032.032-.032.032-.032.032-.032.032-.032.032-.031.032-.032.031-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.031.032-.032.032-.032.031-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.031.031-.032.032-.032.032-.032.032-.032.032-.032.032-.031.031-.032.032-.032.032-.031.031-.032.032-.032.031-.031.032-.032.032-.031.031-.032.032-.031.031-.032.032-.032.031-.03.032-.032.03-.032.032-.031.031-.031.032-.032.031-.03.031-.032.031-.031.031-.031.031-.031.031-.031.032-.031.03-.031.031-.031.031-.031.031-.03.03-.032.032-.03.03-.031.03-.03.031-.031.031-.03.03-.031.03-.03.031-.031.03-.03.03-.03.031-.03.03-.031.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.029-.029.03-.03.029-.029.03-.03.029-.028.029-.03.03-.029.028-.03.03-.028.028-.03.03-.028.028-.029.029-.029.029-.028.028-.029.029-.028.028-.029.029-.028.028-.029.028-.028.028-.028.028-.028.028-.028.028-.028.028-.028.028-.027.027-.028.028-.028.027-.027.027-.027.028-.028.027-.027.027-.027.027-.027.027-.027.027-.026.026-.027.027-.027.026-.026.027-.027.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.025-.025.026-.026.025-.025.025-.025.025-.025.025-.025.025-.025.025-.025.025-.025.024-.024.025-.025.024-.024.024-.024.024-.024.024-.024.024-.024.024-.024.024-.023.023-.024.023-.023.024-.024.023-.023.023-.023.023-.023.023-.022.022-.023.023-.022.022-.023.022-.022.022-.022.022-.022.022-.022.022-.021.021-.022.022-.021.02-.022.022-.02.021-.022.02-.02.021-.021.021-.02.02-.021.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.019-.018.019-.02.019-.018.018-.02.019-.018.018-.018.019-.019.018-.018.018-.018.018-.018.017-.017.018-.018.017-.017.018-.017.017-.017.017-.017.016-.017.017-.017.016-.016.016-.016.016-.016.016-.016.016-.016.015-.015.016-.016.015-.015.015-.015.015-.015.014-.014.015-.015.014-.014.014-.014.014-.014.014-.014.014-.013.013-.014.013-.013.013-.013.013-.013.013-.013.012-.012.013-.012.012-.012.012-.012.011-.012.012-.012.011-.011.011-.011.011-.011.011-.01.01-.011.01-.01.011-.01.01-.01.01-.01.01-.01.009-.01.009-.009.009-.009.009-.008.008-.01.009-.007.008-.009.008-.007.007-.008.008-.008.007-.007.007-.007.007-.007.007-.007.006-.006.007-.006.006-.006.005-.006.006-.006.005-.005.006-.005.005-.005.004-.005.005-.005.004-.004.004-.004.004-.004.003-.003.004-.004.003-.003.003-.003.003-.002.002-.003.002-.002.002-.002.002-.002.002-.002h.001l.001-.002.002-.001-.707-.708-.707-.707-.001.001h-.001l-.001.002-.002.001-.001.002-.002.002-.002.002-.002.002-.002.002-.003.003-.003.003-.003.003-.004.003-.003.004-.004.004-.004.004-.005.004-.004.005-.005.004-.005.005-.005.006-.005.005-.006.006-.006.005-.006.006-.006.007-.006.006-.007.007-.007.007-.007.007-.007.007-.008.008-.008.007-.008.008-.008.008-.008.009-.009.008-.008.01-.01.008-.008.01-.01.009-.01.01-.01.009-.01.01-.01.01-.01.01-.01.011-.011.01-.01.012-.012.01-.011.012-.012.012-.012.011-.012.012-.012.012-.012.013-.012.012-.013.013-.013.013-.013.013-.013.013-.014.013-.013.014-.014.014-.014.014-.014.014-.014.014-.015.015-.014.014-.015.015-.015.015-.015.015-.016.016-.015.015-.016.016-.016.016-.016.016-.016.016-.017.016-.016.017-.017.017-.017.016-.017.017-.017.018-.017.017-.018.018-.017.017-.018.018-.018.018-.018.018-.019.018-.018.019-.019.019-.019.018-.019.02-.019.018-.019.02-.02.019-.019.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.021.021-.021.021-.021.021-.021.021-.022.021-.021.022-.022.021-.021.022-.022.022-.022.022-.022.022-.022.022-.023.022-.022.023-.023.022-.023.023-.022.023-.023.023-.023.023-.024.023-.023.024-.024.023-.023.024-.024.024-.024.024-.024.024-.024.024-.024.024-.024.024-.025.025-.024.024-.025.025-.025.025-.025.025-.025.025-.025.025-.025.025-.025.025-.026.026-.025.025-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.027.027-.026.026-.027.027-.027.026-.026.027-.027.027-.027.027-.027.027-.027.027-.028.027-.027.028-.027.027-.028.028-.028.027-.027.028-.028.028-.028.028-.028.028-.028.028-.028.028-.028.028-.029.028-.028.029-.029.028-.028.029-.029.028-.028.03-.03.028-.028.029-.029.029-.029.029-.029.029-.029.029-.03.029-.028.03-.03.029-.03.029-.029.03-.03.029-.029.03-.03.03-.03.029-.03.03-.029.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.031.031-.03.03-.031.031-.03.03-.031.031-.031.03-.03.031-.031.031-.031.03-.031.032-.03.03-.032.031-.03.031-.032.031-.03.031-.032.032-.03.03-.032.032-.031.031-.032.031-.03.031-.032.032-.031.031-.032.031-.031.032-.031.031-.032.032-.031.031-.032.032-.032.031-.031.032-.032.031-.031.032-.032.032-.032.031-.031.032-.032.032-.032.031-.031.032-.032.032-.032.032-.032.032-.032.031-.031.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.031-.032.032-.032.032-.032.032-.031.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.031-.032.033-.032.031-.031.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.031-.032.032-.031.032-.032.032-.032.032-.032.031-.031.032-.032.032-.032.032-.031.031-.032.032-.032.031-.031.032-.032.031-.031.032-.032.032-.031.031-.032.031-.031.032-.031.031-.032.032-.031.031-.031.031-.032.031-.03.032-.032.03-.031.032-.031.031-.031.031-.031.031-.031.031-.031.031-.031.031-.031.03-.03.032-.032.03-.03.031-.031.03-.03.031-.031.03-.03.032-.031.03-.03.03-.03.03-.031.031-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.029.029-.03.029-.029.03-.029.029-.03.029-.028.03-.03.028-.029.03-.028.028-.03.03-.028.028-.029.029-.029.028-.028.029-.029.028-.028.029-.028.028-.029.028-.028.029-.028.028-.028.028-.028.028-.028.027-.028.028-.027.028-.028.028-.027.027-.028.027-.027.028-.027.027-.027.027-.027.027-.027.027-.027.027-.027.027-.027.026-.026.027-.027.026-.026.027-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.025-.025.026-.026.025-.025.026-.025.025-.025.025-.025.025-.025.025-.025.024-.024.025-.025.025-.024.024-.025.024-.024.024-.024.025-.024.023-.024.024-.023.024-.024.024-.023.023-.024.023-.023.023-.023.024-.023.023-.023.022-.022.023-.023.023-.022.022-.023.022-.022.023-.022.021-.022.022-.021.022-.022.022-.022.021-.02.022-.022.02-.021.022-.021.02-.02.022-.022.02-.02.02-.02.021-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.019.019-.02.019-.018.019-.019.019-.019.018-.018.02-.019.018-.018.018-.018.018-.018.018-.018.018-.017.017-.018.018-.017.017-.017.017-.017.017-.017.017-.017.017-.016.016-.017.016-.016.017-.016.015-.015.016-.016.016-.016.015-.015.016-.015.015-.015.015-.015.014-.014.015-.015.014-.014.015-.014.014-.014.014-.014.013-.013.014-.013.013-.014.013-.013.013-.012.013-.013.013-.012.012-.013.012-.012.012-.011.012-.012.012-.012.011-.01.012-.012.01-.01.011-.011.011-.01.01-.011.011-.01.01-.01.01-.01.01-.01.01-.009.009-.009.009-.009.008-.008.01-.009.008-.008.008-.008.008-.008.008-.008.008-.007.007-.007.007-.007.007-.007.007-.007.007-.006.006-.006.006-.006.006-.006.006-.006.005-.005.006-.005.005 1.414 1.414Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M27.4 6.6C25.2 4.5 21.8 4.5 19.6 6.6L14.7 11.6C14.1 12.1 13.1 12.1 12.5 11.6C12.0 11.0 12.0 10.0 12.5 9.4L17.5 4.5C20.8 1.2 26.2 1.2 29.5 4.5C32.8 7.8 32.8 13.2 29.5 16.5L24.6 21.5C24.0 22.0 23.0 22.0 22.4 21.5C21.9 20.9 21.9 19.9 22.4 19.3L27.4 14.4C29.5 12.2 29.5 8.8 27.4 6.6ZM24.6 9.4C25.1 10.0 25.1 11.0 24.6 11.6L9.6 26.6C9.0 27.1 8.0 27.1 7.4 26.6C6.9 26.0 6.9 25.0 7.4 24.4L22.4 9.4C23.0 8.9 24.0 8.9 24.6 9.4ZM9.6 16.7C10.1 16.1 10.1 15.1 9.6 14.5C9.0 14.0 8.0 14.0 7.4 14.5L2.5 19.5C-0.8 22.8 -0.8 28.2 2.5 31.5C5.8 34.8 11.2 34.8 14.5 31.5L14.5 31.5L19.5 26.6C20.0 26.0 20.0 25.0 19.5 24.4C18.9 23.9 17.9 23.9 17.3 24.4L12.4 29.4L12.4 29.4C10.2 31.5 6.8 31.5 4.6 29.4C2.5 27.2 2.5 23.8 4.6 21.6L9.6 16.7Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconLink;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconLocation = function IconLocation(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 20 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconLocation = function IconLocation(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 10a8 8 0 1116 0c0 3.083-2.015 6.089-4.226 8.427A29.643 29.643 0 0110 21.77a29.644 29.644 0 01-3.774-3.344C4.016 16.089 2 13.083 2 10zm7.443 13.83L10 23l-.557.83a1 1 0 001.114 0L10 23l.557.83.003-.002.007-.004.022-.016a19.66 19.66 0 00.385-.271 31.649 31.649 0 004.253-3.736C17.514 17.381 20 13.888 20 10c0-5.523-4.477-10-10-10S0 4.477 0 10c0 3.888 2.485 7.382 4.774 9.801a31.648 31.648 0 004.252 3.736 19.118 19.118 0 00.385.271l.022.016.007.004.002.002zM8 10a2 2 0 114 0 2 2 0 01-4 0zm2-4a4 4 0 100 8 4 4 0 000-8z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 30 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M3 15C3 8.4 8.4 3 15 3C21.6 3 27 8.4 27 15C27 20.4 23.9 24.9 20.7 28.2C19.1 29.8 17.5 31.1 16.2 31.9C15.8 32.3 15.3 32.5 15 32.7C14.7 32.5 14.2 32.3 13.8 31.9C12.5 31.1 10.9 29.8 9.3 28.2C6.1 24.9 3 20.4 3 15ZM14.3 35.8C14.3 35.8 14.3 35.8 15 34.5L14.3 35.8C14.7 36.1 15.3 36.1 15.7 35.8L15 34.5C15.7 35.8 15.7 35.8 15.7 35.8L15.7 35.8L15.7 35.8L15.7 35.8L15.8 35.8C15.8 35.8 15.9 35.7 15.9 35.7C16.0 35.6 16.2 35.6 16.4 35.4C16.8 35.2 17.3 34.8 18.0 34.4C19.3 33.4 21.0 32.1 22.8 30.3C26.3 26.8 30 21.6 30 15C30 6.7 23.3 0 15 0C6.7 0 0 6.7 0 15C0 21.6 3.7 26.8 7.2 30.3C9.0 32.1 10.7 33.4 12.0 34.4C12.7 34.8 13.2 35.2 13.6 35.4C13.8 35.6 14.0 35.6 14.1 35.7C14.1 35.7 14.2 35.8 14.2 35.8L14.3 35.8L14.3 35.8L14.3 35.8L14.3 35.8ZM12 14C12 12.3 13.3 11 15 11C16.7 11 18 12.3 18 14C18 15.7 16.7 17 15 17C13.3 17 12 15.7 12 14ZM15 8C11.7 8 9 10.7 9 14C9 17.3 11.7 20 15 20C18.3 20 21 17.3 21 14C21 10.7 18.3 8 15 8Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconLocation;
|
package/es/icons/icon-mail.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconMail = function IconMail(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconMail = function IconMail(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2Zm18.505 2H3.495L12 11.655 20.505 4ZM2 5.345V20h20V5.345l-9.331 8.398-.669.602-.669-.602L2 5.345Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M3.0004 8.50012C3.0004 7.67169 3.67197 7.00012 4.5004 7.00012H31.5004C32.3288 7.00012 33.0004 7.67169 33.0004 8.50012V9.48997C25.358 19.1702 10.6428 19.1702 3.0004 9.48997V8.50012ZM3.0004 13.9005V27.5001C3.0004 28.3285 3.67197 29.0001 4.5004 29.0001H31.5004C32.3288 29.0001 33.0004 28.3286 33.0004 27.5001V13.9005C24.5857 21.7 11.4151 21.7 3.0004 13.9005ZM4.5004 4.00012C2.01512 4.00012 0.000396729 6.01484 0.000396729 8.50012V27.5001C0.000396729 29.9854 2.01512 32.0001 4.5004 32.0001H31.5004C33.9857 32.0001 36.0004 29.9854 36.0004 27.5001V8.50012C36.0004 6.01484 33.9857 4.00012 31.5004 4.00012H4.5004Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconMail;
|
package/es/icons/icon-minus.js
CHANGED
|
@@ -6,14 +6,25 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconMinus = function IconMinus(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 20 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
14
|
}, props), ___EmotionJSX("path", {
|
|
14
15
|
fill: " currentColor",
|
|
15
16
|
d: "M0 11h20v2H0z"
|
|
16
|
-
}))
|
|
17
|
+
})), ___EmotionJSX("svg", _extends({
|
|
18
|
+
"data-icon-set-v": 2,
|
|
19
|
+
viewBox: "0 0 28 36",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), ___EmotionJSX("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M0 18C-3.6e-08 17.2 0.7 16.5 1.5 16.5L26.5 16.5C27.3 16.5 28 17.2 28 18C28 18.8 27.3 19.5 26.5 19.5H1.5C0.7 19.5 3.6e-08 18.8 0 18Z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
})));
|
|
17
28
|
};
|
|
18
29
|
|
|
19
30
|
export default IconMinus;
|
package/es/icons/icon-monitor.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconMonitor = function IconMonitor(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconMonitor = function IconMonitor(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2Zm0 2h20v14H2V4Zm16 18H6v2h12v-2Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M4.5004 3.00012C2.01512 3.00012 0.000396729 5.01484 0.000396729 7.50012V23.5001C0.000396729 25.9854 2.01512 28.0001 4.5004 28.0001H31.5004C33.9857 28.0001 36.0004 25.9854 36.0004 23.5001V7.50012C36.0004 5.01484 33.9857 3.00012 31.5004 3.00012H4.5004ZM3.0004 7.50012C3.0004 6.67169 3.67197 6.00012 4.5004 6.00012H31.5004C32.3288 6.00012 33.0004 6.67169 33.0004 7.50012V23.5001C33.0004 24.3285 32.3288 25.0001 31.5004 25.0001H4.5004C3.67197 25.0001 3.0004 24.3285 3.0004 23.5001V7.50012ZM9.5004 30.0001C8.67197 30.0001 8.0004 30.6717 8.0004 31.5001C8.0004 32.3285 8.67197 33.0001 9.5004 33.0001H18.0004L26.5004 33.0001C27.3288 33.0001 28.0004 32.3285 28.0004 31.5001C28.0004 30.6717 27.3288 30.0001 26.5004 30.0001L18.0004 30.0001H9.5004Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconMonitor;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconNumberList = function IconNumberList(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,25 @@ var IconNumberList = function IconNumberList(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 3.5H1v-1h1.5A.5.5 0 013 3v3.5h2v1H0v-1h2v-3zM7 4h17v2H7V4zm0 7h17v2H7v-2zm17 7H7v2h17v-2zM1 10.5v-1h3.5a.5.5 0 01.5.5v1.6a.5.5 0 01-.402.49L1 12.81v.69h4v1H.5A.5.5 0 010 14v-1.6a.5.5 0 01.402-.49L4 11.19v-.69H1zm-1 6v1h4v1H2v1h2v1H0v1h4.5A.5.5 0 005 21v-4a.5.5 0 00-.5-.5H0z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("g", {
|
|
25
|
+
clipPath: "url(#clip0_841_61225)"
|
|
26
|
+
}, ___EmotionJSX("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M5.82612 4.24774C6.24706 4.52531 6.50039 4.99579 6.50039 5.50001V12H7.50039C8.32881 12 9.00039 12.6716 9.00039 13.5C9.00039 14.3284 8.32881 15 7.50039 15H5.00039H1.50038C0.671957 15 0.000384605 14.3284 0.000384605 13.5C0.000384605 12.6716 0.671957 12 1.50038 12H3.50039V7.77481L2.09126 8.37872C1.32982 8.70506 0.448 8.35233 0.121667 7.59088C-0.204666 6.82944 0.148061 5.94762 0.909506 5.62129L4.40951 4.12129C4.87295 3.92267 5.40518 3.97018 5.82612 4.24774ZM12.0004 9.50001C12.0004 8.67159 12.672 8.00001 13.5004 8.00001H34.5004C35.3288 8.00001 36.0004 8.67159 36.0004 9.50001C36.0004 10.3284 35.3288 11 34.5004 11H13.5004C12.672 11 12.0004 10.3284 12.0004 9.50001ZM0.000425301 24.0001C0.000425301 22.3433 1.34357 21.0001 3.00043 21.0001H5.7642C7.55152 21.0001 9.00043 22.449 9.00043 24.2364C9.00043 25.1435 8.61969 26.009 7.951 26.622L5.35663 29.0001H7.50043C8.32885 29.0001 9.00043 29.6717 9.00043 30.5001C9.00043 31.3286 8.32885 32.0001 7.50043 32.0001H1.50043C0.88185 32.0001 0.326711 31.6204 0.102463 31.0439C-0.121785 30.4674 0.030853 29.8124 0.486838 29.3944L5.92382 24.4105C5.97263 24.3658 6.00043 24.3026 6.00043 24.2364C6.00043 24.1059 5.89466 24.0001 5.7642 24.0001H3.00043C3.00043 24.8286 2.32885 25.5001 1.50043 25.5001C0.671998 25.5001 0.000425301 24.8286 0.000425301 24.0001ZM12.0004 26.5001C12.0004 25.6717 12.672 25.0001 13.5004 25.0001H34.5004C35.3288 25.0001 36.0004 25.6717 36.0004 26.5001C36.0004 27.3285 35.3288 28.0001 34.5004 28.0001H13.5004C12.672 28.0001 12.0004 27.3285 12.0004 26.5001Z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
32
|
+
id: "clip0_841_61225"
|
|
33
|
+
}, ___EmotionJSX("rect", {
|
|
34
|
+
width: "36.0004",
|
|
35
|
+
height: "36",
|
|
36
|
+
fill: "white"
|
|
37
|
+
})))));
|
|
19
38
|
};
|
|
20
39
|
|
|
21
40
|
export default IconNumberList;
|
package/es/icons/icon-pencil.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconPencil = function IconPencil(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -22,7 +23,17 @@ var IconPencil = function IconPencil(props) {
|
|
|
22
23
|
}, ___EmotionJSX("path", {
|
|
23
24
|
fill: "#fff",
|
|
24
25
|
d: "M0 0h24v24H0z"
|
|
25
|
-
}))))
|
|
26
|
+
})))), ___EmotionJSX("svg", _extends({
|
|
27
|
+
"data-icon-set-v": 2,
|
|
28
|
+
viewBox: "0 0 32 36",
|
|
29
|
+
fill: "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, props), ___EmotionJSX("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M23.8787 5.87878C25.0503 4.7072 26.9498 4.7072 28.1213 5.87878C29.2929 7.05035 29.2929 8.94984 28.1213 10.1214L8.51879 29.724C8.28678 29.956 7.98509 30.1055 7.65997 30.1497L3.25166 30.7483L3.85025 26.3403C3.8944 26.0152 4.04394 25.7135 4.27595 25.4815L23.8787 5.87878ZM30.2427 3.75746C27.8995 1.41431 24.1005 1.41431 21.7574 3.75746L2.15463 23.3602C1.45861 24.0562 1.00999 24.9613 0.877537 25.9366L0.0136567 32.2981C-0.0493838 32.7623 0.108085 33.2293 0.439351 33.5606C0.770617 33.8918 1.23763 34.0493 1.70185 33.9863L8.06364 33.1224C9.03902 32.9899 9.94408 32.5413 10.6401 31.8453L30.2427 12.2427C32.5858 9.89959 32.5858 6.1006 30.2427 3.75746Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
39
|
export default IconPencil;
|
package/es/icons/icon-phone.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconPhone = function IconPhone(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 16 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconPhone = function IconPhone(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 0a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm0 2h12v20H2V2Zm6 18.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 24 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M4.5004 -0.000121593C2.01512 -0.000121593 0.000396729 2.0146 0.000396729 4.49988V31.4999C0.000396729 33.9852 2.01512 35.9999 4.5004 35.9999H19.5004C21.9857 35.9999 24.0004 33.9852 24.0004 31.4999V4.49988C24.0004 2.0146 21.9857 -0.000121593 19.5004 -0.000121593H4.5004ZM3.0004 4.49988C3.0004 3.67145 3.67197 2.99988 4.5004 2.99988H19.5004C20.3288 2.99988 21.0004 3.67145 21.0004 4.49988V31.4999C21.0004 32.3283 20.3288 32.9999 19.5004 32.9999H4.5004C3.67197 32.9999 3.0004 32.3283 3.0004 31.4999V4.49988ZM7.5004 26.9999C6.67197 26.9999 6.0004 27.6714 6.0004 28.4999C6.0004 29.3283 6.67197 29.9999 7.5004 29.9999H12.0004H16.5004C17.3288 29.9999 18.0004 29.3283 18.0004 28.4999C18.0004 27.6714 17.3288 26.9999 16.5004 26.9999H12.0004H7.5004Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconPhone;
|
package/es/icons/icon-play.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconPlay = function IconPlay(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 18 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconPlay = function IconPlay(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 20.043L15.9877 12L2 3.95707L2 20.043ZM16.9847 13.7338C18.3221 12.9648 18.3221 11.0352 16.9847 10.2662L2.99694 2.22326C1.66361 1.4566 0 2.41904 0 3.95707V20.043C0 21.581 1.66361 22.5434 2.99694 21.7768L16.9847 13.7338Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 28 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M5.27623 5.2239C4.27654 4.6193 2.99998 5.33912 2.99998 6.50742V29.4928C2.99998 30.6611 4.27655 31.3809 5.27623 30.7763L24.2791 19.2836C25.2441 18.7 25.2441 17.3002 24.2791 16.7166L5.27623 5.2239ZM-2.28882e-05 6.50742C-2.28882e-05 3.00254 3.82968 0.843062 6.82874 2.65685L25.8316 14.1495C28.7266 15.9004 28.7266 20.0998 25.8316 21.8507L6.82874 33.3433C3.82968 35.1571 -2.28882e-05 32.9977 -2.28882e-05 29.4928V6.50742Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconPlay;
|
package/es/icons/icon-plus.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconPlus = function IconPlus(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 20 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconPlus = function IconPlus(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M11 2H9v9H0v2h9v9h2v-9h9v-2h-9V2z",
|
|
17
18
|
fill: " currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 28 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M15.5 5.5C15.5 4.7 14.8 4 14.0 4C13.2 4 12.5 4.7 12.5 5.5V16.5H1.5C0.7 16.5 0.0 17.2 0.0 18C0.0 18.8 0.7 19.5 1.5 19.5H12.5V30.5C12.5 31.3 13.2 32 14.0 32C14.8 32 15.5 31.3 15.5 30.5V19.5H26.5C27.3 19.5 28.0 18.8 28.0 18C28.0 17.2 27.3 16.5 26.5 16.5H15.5V5.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconPlus;
|
|
@@ -5,8 +5,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
|
-
function
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconQuestion = function IconQuestion(props) {
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ function Icon(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12zm12-6a3 3 0 00-3 3H7a5 5 0 115 5h-1v-2h1a3 3 0 100-6zm0 12.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
-
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M18.0 33C26.3 33 33.0 26.3 33.0 18C33.0 9.7 26.3 3 18.0 3C9.7 3 3.0 9.7 3.0 18C3.0 26.3 9.7 33 18.0 33ZM18.0 36C27.9 36 36.0 27.9 36.0 18C36.0 8.1 27.9 0 18.0 0C8.1 0 0.0 8.1 0.0 18C0.0 27.9 8.1 36 18.0 36ZM18.0 10.0C16.1 10.0 14.5 11.6 14.5 13.5C14.5 14.3 13.8 15.0 13.0 15.0C12.2 15.0 11.5 14.3 11.5 13.5C11.5 9.9 14.4 7.0 18.0 7.0C21.6 7.0 24.5 9.9 24.5 13.5C24.5 15.7 23.4 17.7 21.7 18.9C21.0 19.3 20.5 19.8 20.1 20.3C19.7 20.7 19.5 21.1 19.5 21.5C19.5 22.3 18.8 23.0 18.0 23.0C17.2 23.0 16.5 22.3 16.5 21.5C16.5 20.2 17.1 19.1 17.7 18.3C18.4 17.5 19.3 16.9 20.0 16.4C20.9 15.8 21.5 14.7 21.5 13.5C21.5 11.6 19.9 10.0 18.0 10.0ZM18.0 29.0C19.1 29.0 20.0 28.1 20.0 27.0C20.0 25.9 19.1 25.0 18.0 25.0C16.9 25.0 16.0 25.9 16.0 27.0C16.0 28.1 16.9 29.0 18.0 29.0Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
30
|
+
};
|
|
20
31
|
|
|
21
|
-
export default
|
|
32
|
+
export default IconQuestion;
|
package/es/icons/icon-redo.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconRedo = function IconRedo(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconRedo = function IconRedo(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M22.586 7.586 15 0l-1.414 1.414L20.172 8H8a8 8 0 1 0 0 16h4v-2H8a6 6 0 0 1 0-12h12.172l-6.586 6.586L15 18l7.586-7.586L24 9l-1.414-1.414Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M22.1 23.6C21.5 24.1 20.5 24.1 19.9 23.6C19.4 23.0 19.4 22.0 19.9 21.4L26.9 14.5H11.2C6.7 14.5 3 18.2 3 22.8C3 27.3 6.7 31 11.2 31L12.5 31C13.3 31 14 31.7 14 32.5C14 33.3 13.3 34 12.5 34L11.2 34C5.0 34 6.4e-07 29.0 0 22.8C-6.4e-07 16.5 5.0 11.5 11.2 11.5H26.9L19.9 4.6C19.4 4.0 19.4 3.0 19.9 2.4C20.5 1.9 21.5 1.9 22.1 2.4L31.6 11.9C31.8 12.2 32 12.6 32 13.0C32 13.4 31.8 13.8 31.6 14.1L22.1 23.6Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconRedo;
|
package/es/icons/icon-reset.js
CHANGED
|
@@ -5,8 +5,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
|
-
function IconReset(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconReset = function IconReset(props) {
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,18 @@ function IconReset(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M.026 2.28l2.052 8.738.228.974.974-.229 8.738-2.05-.457-1.948L4.42 9.442A8.007 8.007 0 019.93 4.27v.002a8.026 8.026 0 011.788-.27 8.023 8.023 0 011.844.15A7.963 7.963 0 0117.47 6.16a8.043 8.043 0 012.258 3.77 8.02 8.02 0 01.271 1.83 8.022 8.022 0 01-.152 1.801 7.962 7.962 0 01-2.025 3.929 8.042 8.042 0 01-3.75 2.238 8.025 8.025 0 01-1.831.27 8.029 8.029 0 01-1.801-.152v.002a8 8 0 01-6.166-5.777l-1.932.517c1.225 4.573 5.429 7.552 9.964 7.41a9.998 9.998 0 009.693-10.304 9.999 9.999 0 00-10.346-9.69 10.019 10.019 0 00-8.42 5.181L1.974 1.823.026 2.28z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
-
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
d: "M2.0 14.8C2.0 14.8 5.2 10.4 7.8 7.8C10.4 5.1 14.1 3.5 18.1 3.5C26.0 3.5 32.5 10.0 32.5 18C32.5 26.0 26.0 32.5 18.1 32.5C11.6 32.5 6.2 28.3 4.3 22.5M2.0 14.8V5.5M2.0 14.8H10.5",
|
|
26
|
+
stroke: "currentColor",
|
|
27
|
+
strokeWidth: "3",
|
|
28
|
+
strokeLinecap: "round",
|
|
29
|
+
strokeLinejoin: "round"
|
|
30
|
+
})));
|
|
31
|
+
};
|
|
20
32
|
|
|
21
33
|
export default IconReset;
|
|
@@ -5,8 +5,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconRowAndColumns = function IconRowAndColumns(props) {
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 20 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,8 +16,21 @@ var LayoutRowAndColumns = function LayoutRowAndColumns(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M0 4C0 2.89543 0.89543 2 2 2H18C19.1046 2 20 2.89543 20 4V20C20 21.1046 19.1046 22 18 22H11H9H2C0.895432 22 0 21.1046 0 20V4ZM11 20H18V13H11V20ZM9 13V20H2V13H9ZM18 4L2 4V11H18V4Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M4.49963 2C2.01435 2 -0.000366211 4.01472 -0.000366211 6.5V29.5C-0.000366211 31.9853 2.01435 34 4.49963 34H27.4996C29.9849 34 31.9996 31.9853 31.9996 29.5V6.5C31.9996 4.01472 29.9849 2 27.4996 2H4.49963ZM2.99963 6.5C2.99963 5.67157 3.67121 5 4.49963 5H27.4996C28.3281 5 28.9996 5.67157 28.9996 6.5V16.5L3 16.5L3 19.5L28.9996 19.5V29.5C28.9996 30.3284 28.3281 31 27.4996 31H4.49963C3.67121 31 2.99963 30.3284 2.99963 29.5V6.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), ___EmotionJSX("path", {
|
|
30
|
+
d: "M16 18L16 31",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "3"
|
|
33
|
+
})));
|
|
19
34
|
};
|
|
20
35
|
|
|
21
|
-
export
|
|
22
|
-
export default LayoutRowAndColumns;
|
|
36
|
+
export default IconRowAndColumns;
|
|
@@ -5,8 +5,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconRowsAndColumn = function IconRowsAndColumn(props) {
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 20 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,8 +16,21 @@ var LayoutRowsAndColumn = function LayoutRowsAndColumn(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 2C0.895431 2 0 2.89543 0 4V11V13V20C0 21.1046 0.895433 22 2 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2H2ZM2 13V20H9V13H2ZM11 20H18V4L11 4L11 20ZM9 4L2 4V11H9V4Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M4.49963 2C2.01435 2 -0.000366211 4.01472 -0.000366211 6.5V29.5C-0.000366211 31.9853 2.01435 34 4.49963 34H27.4996C29.9849 34 31.9996 31.9853 31.9996 29.5V6.5C31.9996 4.01472 29.9849 2 27.4996 2H4.49963ZM2.99963 6.5C2.99963 5.67157 3.67121 5 4.49963 5H27.4996C28.3281 5 28.9996 5.67157 28.9996 6.5V29.5C28.9996 30.3284 28.3281 31 27.4996 31H4.49963C3.67121 31 2.99963 30.3284 2.99963 29.5V6.5ZM3 19.5L16 19.5V16.5L3 16.5L3 19.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), ___EmotionJSX("path", {
|
|
30
|
+
d: "M16 5L16 31",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "3"
|
|
33
|
+
})));
|
|
19
34
|
};
|
|
20
35
|
|
|
21
|
-
export
|
|
22
|
-
export default LayoutRowsAndColumn;
|
|
36
|
+
export default IconRowsAndColumn;
|
package/es/icons/icon-rows.js
CHANGED
|
@@ -5,8 +5,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconRows = function IconRows(props) {
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 20 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,8 +16,17 @@ var LayoutRows = function LayoutRows(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 2C0.89543 2 0 2.89543 0 4V20C0 21.1046 0.895432 22 2 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2H2ZM2 4L18 4V11H2V4ZM2 13V20H18V13H2Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M4.49963 2C2.01435 2 -0.000366211 4.01472 -0.000366211 6.5V29.5C-0.000366211 31.9853 2.01435 34 4.49963 34H27.4996C29.9849 34 31.9996 31.9853 31.9996 29.5V6.5C31.9996 4.01472 29.9849 2 27.4996 2H4.49963ZM2.99963 6.5C2.99963 5.67157 3.67121 5 4.49963 5H27.4996C28.3281 5 28.9996 5.67157 28.9996 6.5V16.5H3V19.5H28.9996V29.5C28.9996 30.3284 28.3281 31 27.4996 31H4.49963C3.67121 31 2.99963 30.3284 2.99963 29.5V6.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
|
-
export
|
|
22
|
-
export default LayoutRows;
|
|
32
|
+
export default IconRows;
|
package/es/icons/icon-search.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconSearch = function IconSearch(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconSearch = function IconSearch(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 9a7 7 0 1 1 14 0A7 7 0 0 1 2 9Zm7-9a9 9 0 1 0 5.618 16.032l7.925 7.925 1.414-1.414-7.925-7.925A9 9 0 0 0 9 0Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M3.0 14.5C3.0 9.3 7.3 5 12.5 5C17.7 5 22.0 9.3 22.0 14.5C22.0 19.7 17.7 24 12.5 24C7.3 24 3.0 19.7 3.0 14.5ZM12.5 2C5.6 2 0.0 7.6 0.0 14.5C0.0 21.4 5.6 27 12.5 27C15.4 27 18.1 26.0 20.2 24.3L29.4 33.6C30.0 34.1 31.0 34.1 31.6 33.6C32.1 33.0 32.1 32.0 31.6 31.4L22.3 22.2C24.0 20.1 25.0 17.4 25.0 14.5C25.0 7.6 19.4 2 12.5 2Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconSearch;
|
package/es/icons/icon-send.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconSend = function IconSend(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 25 25",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconSend = function IconSend(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M24.368 1.897 25 0l-1.897.632L3.287 7.238.997 8l2.159 1.08 8.509 4.254 4.254 8.51L17 24.003l.764-2.29 6.605-19.817Zm-12.155 9.476L6.21 8.372 19.716 3.87l-7.504 7.503Zm1.414 1.414 3.002 6.004L21.13 5.283l-7.504 7.504Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M31.9 4.0C32.1 3.4 32.0 2.8 31.6 2.4C31.2 2.0 30.6 1.9 30.0 2.1L1.0 11.6C0.4 11.8 -0.1 12.5 0.0 13.2C0.1 13.9 0.7 14.4 1.4 14.5C11.1 15.4 18.6 22.9 19.5 32.6C19.6 33.3 20.1 33.9 20.8 34.0C21.5 34.1 22.2 33.6 22.4 33.0L31.9 4.0ZM14.8 17.1C12.6 15.2 10.0 13.7 7.2 12.7L25.0 6.9L14.8 17.1ZM16.9 19.2C18.8 21.4 20.3 24.0 21.3 26.8L27.1 9.0L16.9 19.2Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconSend;
|