a-icons 1.2.66 → 1.2.68
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/LICENSE +21 -0
- package/es/GarbageCanOutlined.js +10 -2
- package/es/PencilOutlined.js +6 -13
- package/lib/GarbageCanOutlined.js +10 -2
- package/lib/PencilOutlined.js +6 -13
- package/package.json +3 -2
- package/src/GarbageCanOutlined.tsx +4 -2
- package/src/PencilOutlined.tsx +5 -14
- package/svgs/outlined/garbage-can-outlined.svg +6 -5
- package/svgs/outlined/pencil-outlined.svg +3 -12
- package/tmpAllSvgs/garbage-can-outlined.svg +6 -5
- package/tmpAllSvgs/pencil-outlined.svg +3 -12
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2020 assui
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/es/GarbageCanOutlined.js
CHANGED
|
@@ -15,12 +15,20 @@ import Icon from 'a-base-icon/lib/icon';
|
|
|
15
15
|
function GarbageCanOutlined(componentProps) {
|
|
16
16
|
var IconNode = function IconNode(props) {
|
|
17
17
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
-
|
|
18
|
+
width: 24,
|
|
19
|
+
height: 24,
|
|
20
|
+
fill: "none",
|
|
19
21
|
xmlns: "http://www.w3.org/2000/svg"
|
|
20
22
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M11 17.5H9v-7h2v7zM15 17.5h-2v-7h2v7z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
26
|
fillRule: "evenodd",
|
|
22
27
|
clipRule: "evenodd",
|
|
23
|
-
d: "
|
|
28
|
+
d: "M22 7h-2v10.2c0 .824.001 1.502-.044 2.052-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.248-1.002.346-1.564.392-.55.045-1.228.044-2.052.044H9.8c-.824 0-1.502.001-2.052-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C3.999 18.702 4 18.024 4 17.2V7H2V5h20v2zM6 17.2c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 00.875.873c.156.08.38.145.82.18C8.361 21 8.942 21 9.8 21h4.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 00.873-.875c.08-.156.145-.38.18-.82.038-.45.038-1.031.038-1.888V7H6v10.2z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M15.83 4h-8V2h8v2z",
|
|
24
32
|
fill: "currentColor"
|
|
25
33
|
}));
|
|
26
34
|
};
|
package/es/PencilOutlined.js
CHANGED
|
@@ -15,21 +15,14 @@ import Icon from 'a-base-icon/lib/icon';
|
|
|
15
15
|
function PencilOutlined(componentProps) {
|
|
16
16
|
var IconNode = function IconNode(props) {
|
|
17
17
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
-
|
|
18
|
+
width: 24,
|
|
19
|
+
height: 24,
|
|
20
|
+
fill: "none",
|
|
19
21
|
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
-
}, props), /*#__PURE__*/React.createElement("
|
|
21
|
-
|
|
22
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
23
|
-
fillRule: "evenodd",
|
|
24
|
-
clipRule: "evenodd",
|
|
25
|
-
d: "M17.793.793l5.414 5.414-1.414 1.414-5.414-5.414L17.793.793zM14.33 4.488a1.5 1.5 0 01.927 0c.232.075.4.2.512.295.096.081.196.182.28.266l.017.017L18.95 7.95c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 010 .927 1.508 1.508 0 01-.296.512c-.081.096-.182.196-.266.28L8.6 20.814l-.038.038a4.665 4.665 0 01-.542.491 3.004 3.004 0 01-.538.312c-.215.097-.44.158-.695.227l-.052.014-4.68 1.277a1 1 0 01-1.228-1.228l1.277-4.68.014-.052c.069-.255.13-.48.227-.695a3 3 0 01.312-.538c.14-.19.304-.355.491-.542l.038-.038L13.52 5.066l.017-.017c.084-.084.184-.185.28-.266.111-.094.28-.22.512-.295zm.463 2.133L4.601 16.813c-.245.245-.291.295-.326.344a1 1 0 00-.105.18c-.024.054-.045.119-.136.453l-.816 2.992 2.992-.816c.334-.091.4-.112.454-.136.063-.029.123-.064.18-.104.048-.036.098-.082.343-.327L17.379 9.207l-2.586-2.586z",
|
|
22
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M16.275 2.203a2.136 2.136 0 011.158.046c.305.1.541.268.733.43.183.156.384.359.597.571l1.976 1.977c.214.213.417.415.572.598.143.168.29.37.391.623l.04.112.046.162c.091.381.076.783-.046 1.158-.099.305-.268.541-.43.733-.156.183-.359.385-.572.598L8.39 21.561a1 1 0 01-.707.294H3.138a1 1 0 01-1-1V16.31a1 1 0 01.293-.707L14.785 3.248c.212-.211.412-.414.594-.568.192-.163.428-.332.733-.43l.163-.047zM4.138 16.723v3.132h3.13l8.09-8.091-3.13-3.13-8.09 8.09zM16.746 4.149a.956.956 0 00-.072.057c-.106.09-.242.224-.478.46L13.642 7.22l3.13 3.13 2.553-2.551.009-.01h.001c.23-.232.363-.365.452-.47a.867.867 0 00.056-.072.134.134 0 000-.055.878.878 0 00-.056-.072 9.486 9.486 0 00-.462-.478L17.35 4.664a9.424 9.424 0 00-.477-.46c-.037-.03-.061-.047-.074-.056a.134.134 0 00-.052 0z",
|
|
26
24
|
fill: "currentColor"
|
|
27
|
-
}))
|
|
28
|
-
id: "pencil-outlined_svg__clip0_248_810"
|
|
29
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
fill: "currentColor",
|
|
31
|
-
d: "M0 0h24v24H0z"
|
|
32
|
-
}))));
|
|
25
|
+
}));
|
|
33
26
|
};
|
|
34
27
|
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
35
28
|
component: IconNode
|
|
@@ -58,12 +58,20 @@ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
|
58
58
|
function GarbageCanOutlined(componentProps) {
|
|
59
59
|
var IconNode = function IconNode(props) {
|
|
60
60
|
return React.createElement("svg", __assign({
|
|
61
|
-
|
|
61
|
+
width: 24,
|
|
62
|
+
height: 24,
|
|
63
|
+
fill: "none",
|
|
62
64
|
xmlns: "http://www.w3.org/2000/svg"
|
|
63
65
|
}, props), React.createElement("path", {
|
|
66
|
+
d: "M11 17.5H9v-7h2v7zM15 17.5h-2v-7h2v7z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
64
69
|
fillRule: "evenodd",
|
|
65
70
|
clipRule: "evenodd",
|
|
66
|
-
d: "
|
|
71
|
+
d: "M22 7h-2v10.2c0 .824.001 1.502-.044 2.052-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.248-1.002.346-1.564.392-.55.045-1.228.044-2.052.044H9.8c-.824 0-1.502.001-2.052-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C3.999 18.702 4 18.024 4 17.2V7H2V5h20v2zM6 17.2c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 00.875.873c.156.08.38.145.82.18C8.361 21 8.942 21 9.8 21h4.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 00.873-.875c.08-.156.145-.38.18-.82.038-.45.038-1.031.038-1.888V7H6v10.2z",
|
|
72
|
+
fill: "currentColor"
|
|
73
|
+
}), React.createElement("path", {
|
|
74
|
+
d: "M15.83 4h-8V2h8v2z",
|
|
67
75
|
fill: "currentColor"
|
|
68
76
|
}));
|
|
69
77
|
};
|
package/lib/PencilOutlined.js
CHANGED
|
@@ -58,21 +58,14 @@ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
|
58
58
|
function PencilOutlined(componentProps) {
|
|
59
59
|
var IconNode = function IconNode(props) {
|
|
60
60
|
return React.createElement("svg", __assign({
|
|
61
|
-
|
|
61
|
+
width: 24,
|
|
62
|
+
height: 24,
|
|
63
|
+
fill: "none",
|
|
62
64
|
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
-
}, props), React.createElement("
|
|
64
|
-
|
|
65
|
-
}, React.createElement("path", {
|
|
66
|
-
fillRule: "evenodd",
|
|
67
|
-
clipRule: "evenodd",
|
|
68
|
-
d: "M17.793.793l5.414 5.414-1.414 1.414-5.414-5.414L17.793.793zM14.33 4.488a1.5 1.5 0 01.927 0c.232.075.4.2.512.295.096.081.196.182.28.266l.017.017L18.95 7.95c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 010 .927 1.508 1.508 0 01-.296.512c-.081.096-.182.196-.266.28L8.6 20.814l-.038.038a4.665 4.665 0 01-.542.491 3.004 3.004 0 01-.538.312c-.215.097-.44.158-.695.227l-.052.014-4.68 1.277a1 1 0 01-1.228-1.228l1.277-4.68.014-.052c.069-.255.13-.48.227-.695a3 3 0 01.312-.538c.14-.19.304-.355.491-.542l.038-.038L13.52 5.066l.017-.017c.084-.084.184-.185.28-.266.111-.094.28-.22.512-.295zm.463 2.133L4.601 16.813c-.245.245-.291.295-.326.344a1 1 0 00-.105.18c-.024.054-.045.119-.136.453l-.816 2.992 2.992-.816c.334-.091.4-.112.454-.136.063-.029.123-.064.18-.104.048-.036.098-.082.343-.327L17.379 9.207l-2.586-2.586z",
|
|
65
|
+
}, props), React.createElement("path", {
|
|
66
|
+
d: "M16.275 2.203a2.136 2.136 0 011.158.046c.305.1.541.268.733.43.183.156.384.359.597.571l1.976 1.977c.214.213.417.415.572.598.143.168.29.37.391.623l.04.112.046.162c.091.381.076.783-.046 1.158-.099.305-.268.541-.43.733-.156.183-.359.385-.572.598L8.39 21.561a1 1 0 01-.707.294H3.138a1 1 0 01-1-1V16.31a1 1 0 01.293-.707L14.785 3.248c.212-.211.412-.414.594-.568.192-.163.428-.332.733-.43l.163-.047zM4.138 16.723v3.132h3.13l8.09-8.091-3.13-3.13-8.09 8.09zM16.746 4.149a.956.956 0 00-.072.057c-.106.09-.242.224-.478.46L13.642 7.22l3.13 3.13 2.553-2.551.009-.01h.001c.23-.232.363-.365.452-.47a.867.867 0 00.056-.072.134.134 0 000-.055.878.878 0 00-.056-.072 9.486 9.486 0 00-.462-.478L17.35 4.664a9.424 9.424 0 00-.477-.46c-.037-.03-.061-.047-.074-.056a.134.134 0 00-.052 0z",
|
|
69
67
|
fill: "currentColor"
|
|
70
|
-
}))
|
|
71
|
-
id: "pencil-outlined_svg__clip0_248_810"
|
|
72
|
-
}, React.createElement("path", {
|
|
73
|
-
fill: "currentColor",
|
|
74
|
-
d: "M0 0h24v24H0z"
|
|
75
|
-
}))));
|
|
68
|
+
}));
|
|
76
69
|
};
|
|
77
70
|
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
78
71
|
component: IconNode
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.68",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -21,5 +21,6 @@
|
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^3.2.49"
|
|
24
|
-
}
|
|
24
|
+
},
|
|
25
|
+
"gitHead": "5a23d2afa94774e465da3475a970d637026783a8"
|
|
25
26
|
}
|
|
@@ -3,13 +3,15 @@ import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
|
3
3
|
|
|
4
4
|
function GarbageCanOutlined(componentProps: IconProps) {
|
|
5
5
|
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg
|
|
6
|
+
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path d="M11 17.5H9v-7h2v7zM15 17.5h-2v-7h2v7z" fill="currentColor" />
|
|
7
8
|
<path
|
|
8
9
|
fillRule="evenodd"
|
|
9
10
|
clipRule="evenodd"
|
|
10
|
-
d="
|
|
11
|
+
d="M22 7h-2v10.2c0 .824.001 1.502-.044 2.052-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.248-1.002.346-1.564.392-.55.045-1.228.044-2.052.044H9.8c-.824 0-1.502.001-2.052-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C3.999 18.702 4 18.024 4 17.2V7H2V5h20v2zM6 17.2c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 00.875.873c.156.08.38.145.82.18C8.361 21 8.942 21 9.8 21h4.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 00.873-.875c.08-.156.145-.38.18-.82.038-.45.038-1.031.038-1.888V7H6v10.2z"
|
|
11
12
|
fill="currentColor"
|
|
12
13
|
/>
|
|
14
|
+
<path d="M15.83 4h-8V2h8v2z" fill="currentColor" />
|
|
13
15
|
</svg>
|
|
14
16
|
);
|
|
15
17
|
|
package/src/PencilOutlined.tsx
CHANGED
|
@@ -3,20 +3,11 @@ import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
|
3
3
|
|
|
4
4
|
function PencilOutlined(componentProps: IconProps) {
|
|
5
5
|
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
d="M17.793.793l5.414 5.414-1.414 1.414-5.414-5.414L17.793.793zM14.33 4.488a1.5 1.5 0 01.927 0c.232.075.4.2.512.295.096.081.196.182.28.266l.017.017L18.95 7.95c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 010 .927 1.508 1.508 0 01-.296.512c-.081.096-.182.196-.266.28L8.6 20.814l-.038.038a4.665 4.665 0 01-.542.491 3.004 3.004 0 01-.538.312c-.215.097-.44.158-.695.227l-.052.014-4.68 1.277a1 1 0 01-1.228-1.228l1.277-4.68.014-.052c.069-.255.13-.48.227-.695a3 3 0 01.312-.538c.14-.19.304-.355.491-.542l.038-.038L13.52 5.066l.017-.017c.084-.084.184-.185.28-.266.111-.094.28-.22.512-.295zm.463 2.133L4.601 16.813c-.245.245-.291.295-.326.344a1 1 0 00-.105.18c-.024.054-.045.119-.136.453l-.816 2.992 2.992-.816c.334-.091.4-.112.454-.136.063-.029.123-.064.18-.104.048-.036.098-.082.343-.327L17.379 9.207l-2.586-2.586z"
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
/>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<clipPath id="pencil-outlined_svg__clip0_248_810">
|
|
17
|
-
<path fill="currentColor" d="M0 0h24v24H0z" />
|
|
18
|
-
</clipPath>
|
|
19
|
-
</defs>
|
|
6
|
+
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M16.275 2.203a2.136 2.136 0 011.158.046c.305.1.541.268.733.43.183.156.384.359.597.571l1.976 1.977c.214.213.417.415.572.598.143.168.29.37.391.623l.04.112.046.162c.091.381.076.783-.046 1.158-.099.305-.268.541-.43.733-.156.183-.359.385-.572.598L8.39 21.561a1 1 0 01-.707.294H3.138a1 1 0 01-1-1V16.31a1 1 0 01.293-.707L14.785 3.248c.212-.211.412-.414.594-.568.192-.163.428-.332.733-.43l.163-.047zM4.138 16.723v3.132h3.13l8.09-8.091-3.13-3.13-8.09 8.09zM16.746 4.149a.956.956 0 00-.072.057c-.106.09-.242.224-.478.46L13.642 7.22l3.13 3.13 2.553-2.551.009-.01h.001c.23-.232.363-.365.452-.47a.867.867 0 00.056-.072.134.134 0 000-.055.878.878 0 00-.056-.072 9.486 9.486 0 00-.462-.478L17.35 4.664a9.424 9.424 0 00-.477-.46c-.037-.03-.061-.047-.074-.056a.134.134 0 00-.052 0z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
20
11
|
</svg>
|
|
21
12
|
);
|
|
22
13
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11 17.5H9V10.5H11V17.5Z" fill="currentColor"/>
|
|
3
|
+
<path d="M15 17.5H13V10.5H15V17.5Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 7H20V17.2002C20 18.0237 20.001 18.7016 19.9561 19.252C19.9101 19.814 19.8117 20.3311 19.5645 20.8164C19.181 21.5689 18.5689 22.181 17.8164 22.5645C17.3311 22.8117 16.814 22.9101 16.252 22.9561C15.7016 23.001 15.0237 23 14.2002 23H9.7998C8.97631 23 8.29843 23.001 7.74805 22.9561C7.18599 22.9101 6.6689 22.8117 6.18359 22.5645C5.43109 22.181 4.81902 21.5689 4.43555 20.8164C4.18827 20.3311 4.08987 19.814 4.04395 19.252C3.99898 18.7016 4 18.0237 4 17.2002V7H2V5H22V7ZM6 17.2002C6 18.0566 6.00035 18.6388 6.03711 19.0889C6.07293 19.5273 6.13808 19.7518 6.21777 19.9082C6.40951 20.2845 6.71554 20.5905 7.0918 20.7822C7.2482 20.8619 7.47272 20.9271 7.91113 20.9629C8.36117 20.9997 8.94341 21 9.7998 21H14.2002C15.0566 21 15.6388 20.9997 16.0889 20.9629C16.5273 20.9271 16.7518 20.8619 16.9082 20.7822C17.2845 20.5905 17.5905 20.2845 17.7822 19.9082C17.8619 19.7518 17.9271 19.5273 17.9629 19.0889C17.9997 18.6388 18 18.0566 18 17.2002V7H6V17.2002Z" fill="currentColor"/>
|
|
5
|
+
<path d="M15.8291 4H7.8291V2H15.8291V4Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
d="M17.793 0.792908L23.2072 6.20712L21.793 7.62134L16.3788 2.20712L17.793 0.792908ZM14.3295 4.48764C14.6307 4.38976 14.9553 4.38976 15.2565 4.48764C15.4892 4.56323 15.6578 4.68878 15.7688 4.78307C15.8647 4.86444 15.9652 4.96506 16.0494 5.04932C16.0549 5.05485 16.0604 5.06032 16.0658 5.0657L18.9508 7.95072C19.0351 8.03491 19.1357 8.13545 19.217 8.23129C19.3113 8.34236 19.4369 8.51096 19.5125 8.7436C19.6104 9.04486 19.6104 9.36938 19.5125 9.67065C19.4369 9.90328 19.3113 10.0719 19.217 10.183C19.1357 10.2788 19.035 10.3794 18.9508 10.4636L8.601 20.8133C8.58832 20.826 8.57575 20.8386 8.56328 20.8511C8.37659 21.038 8.21184 21.2029 8.02094 21.342C7.85296 21.4644 7.67271 21.569 7.48309 21.6542C7.26762 21.7509 7.04266 21.8121 6.78776 21.8815C6.77073 21.8861 6.75356 21.8908 6.73625 21.8955L2.05611 23.1719C1.7099 23.2663 1.33964 23.168 1.08589 22.9142C0.832135 22.6605 0.733807 22.2902 0.828228 21.944L2.10463 17.2639C2.10935 17.2466 2.11402 17.2294 2.11866 17.2124C2.18801 16.9575 2.24921 16.7325 2.34595 16.517C2.43108 16.3274 2.53568 16.1472 2.65808 15.9792C2.79716 15.7883 2.96211 15.6235 3.14902 15.4368C3.16151 15.4244 3.1741 15.4118 3.18679 15.3991L13.5202 5.0657C13.5256 5.06033 13.531 5.05487 13.5365 5.04935C13.6207 4.96508 13.7213 4.86445 13.8172 4.78307C13.9282 4.68878 14.0968 4.56323 14.3295 4.48764ZM14.793 6.62133L4.601 16.8133C4.35593 17.0584 4.30996 17.1083 4.27454 17.1569C4.23374 17.2129 4.19887 17.273 4.1705 17.3362C4.14586 17.3911 4.12535 17.4557 4.03416 17.7901L3.21821 20.7819L6.21001 19.966C6.54439 19.8748 6.60906 19.8542 6.66393 19.8296C6.72712 19.8012 6.78721 19.7664 6.84321 19.7256C6.89182 19.6902 6.94172 19.6442 7.18679 19.3991L17.3788 9.20712L14.793 6.62133Z"
|
|
5
|
-
fill="currentColor" />
|
|
6
|
-
</g>
|
|
7
|
-
<defs>
|
|
8
|
-
<clipPath id="clip0_248_810">
|
|
9
|
-
<rect width="24" height="24" fill="currentColor" />
|
|
10
|
-
</clipPath>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.2754 2.20318C16.6569 2.11184 17.0574 2.12724 17.4326 2.24908C17.7376 2.34815 17.9742 2.51693 18.166 2.67974C18.3489 2.83496 18.5504 3.03775 18.7627 3.25005L20.7393 5.22661C20.9526 5.43994 21.1559 5.64193 21.3115 5.82525C21.4543 5.99348 21.6012 6.19578 21.7021 6.44829L21.7422 6.55962L21.7881 6.72173C21.8795 7.10349 21.8641 7.50461 21.7422 7.87993C21.643 8.1848 21.4745 8.42135 21.3115 8.61333C21.1561 8.79641 20.9531 8.9981 20.7402 9.21099L8.38965 21.5616C8.20213 21.749 7.94774 21.8545 7.68262 21.8545H3.1377C2.87254 21.8545 2.61819 21.749 2.43066 21.5616C2.24319 21.3741 2.13776 21.1197 2.1377 20.8545V16.3096C2.1377 16.0445 2.24323 15.7901 2.43066 15.6026L14.7852 3.2481C14.9967 3.03652 15.1967 2.83441 15.3789 2.67974C15.5708 2.51686 15.8074 2.34821 16.1123 2.24908L16.2754 2.20318ZM4.1377 16.7237V19.8545H7.26855L15.3574 11.7637L12.2275 8.63384L4.1377 16.7237ZM16.7461 4.14849C16.7331 4.15747 16.7096 4.17479 16.6738 4.20513C16.5676 4.29534 16.4322 4.42919 16.1963 4.66509L13.6416 7.2188L16.7725 10.3497L19.3252 7.7979L19.334 7.78814L19.335 7.78716C19.5656 7.55649 19.698 7.4234 19.7871 7.31841C19.8172 7.28292 19.8338 7.25918 19.8428 7.24615C19.8465 7.22786 19.8466 7.20967 19.8428 7.19146C19.8336 7.17824 19.817 7.1544 19.7871 7.11919C19.6966 7.01261 19.5618 6.87731 19.3252 6.64068L17.3486 4.66411C17.1131 4.42853 16.9781 4.2942 16.8721 4.20415C16.8355 4.1731 16.8106 4.15723 16.7979 4.14849C16.7806 4.14522 16.7633 4.14501 16.7461 4.14849Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11 17.5H9V10.5H11V17.5Z" fill="currentColor"/>
|
|
3
|
+
<path d="M15 17.5H13V10.5H15V17.5Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 7H20V17.2002C20 18.0237 20.001 18.7016 19.9561 19.252C19.9101 19.814 19.8117 20.3311 19.5645 20.8164C19.181 21.5689 18.5689 22.181 17.8164 22.5645C17.3311 22.8117 16.814 22.9101 16.252 22.9561C15.7016 23.001 15.0237 23 14.2002 23H9.7998C8.97631 23 8.29843 23.001 7.74805 22.9561C7.18599 22.9101 6.6689 22.8117 6.18359 22.5645C5.43109 22.181 4.81902 21.5689 4.43555 20.8164C4.18827 20.3311 4.08987 19.814 4.04395 19.252C3.99898 18.7016 4 18.0237 4 17.2002V7H2V5H22V7ZM6 17.2002C6 18.0566 6.00035 18.6388 6.03711 19.0889C6.07293 19.5273 6.13808 19.7518 6.21777 19.9082C6.40951 20.2845 6.71554 20.5905 7.0918 20.7822C7.2482 20.8619 7.47272 20.9271 7.91113 20.9629C8.36117 20.9997 8.94341 21 9.7998 21H14.2002C15.0566 21 15.6388 20.9997 16.0889 20.9629C16.5273 20.9271 16.7518 20.8619 16.9082 20.7822C17.2845 20.5905 17.5905 20.2845 17.7822 19.9082C17.8619 19.7518 17.9271 19.5273 17.9629 19.0889C17.9997 18.6388 18 18.0566 18 17.2002V7H6V17.2002Z" fill="currentColor"/>
|
|
5
|
+
<path d="M15.8291 4H7.8291V2H15.8291V4Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
d="M17.793 0.792908L23.2072 6.20712L21.793 7.62134L16.3788 2.20712L17.793 0.792908ZM14.3295 4.48764C14.6307 4.38976 14.9553 4.38976 15.2565 4.48764C15.4892 4.56323 15.6578 4.68878 15.7688 4.78307C15.8647 4.86444 15.9652 4.96506 16.0494 5.04932C16.0549 5.05485 16.0604 5.06032 16.0658 5.0657L18.9508 7.95072C19.0351 8.03491 19.1357 8.13545 19.217 8.23129C19.3113 8.34236 19.4369 8.51096 19.5125 8.7436C19.6104 9.04486 19.6104 9.36938 19.5125 9.67065C19.4369 9.90328 19.3113 10.0719 19.217 10.183C19.1357 10.2788 19.035 10.3794 18.9508 10.4636L8.601 20.8133C8.58832 20.826 8.57575 20.8386 8.56328 20.8511C8.37659 21.038 8.21184 21.2029 8.02094 21.342C7.85296 21.4644 7.67271 21.569 7.48309 21.6542C7.26762 21.7509 7.04266 21.8121 6.78776 21.8815C6.77073 21.8861 6.75356 21.8908 6.73625 21.8955L2.05611 23.1719C1.7099 23.2663 1.33964 23.168 1.08589 22.9142C0.832135 22.6605 0.733807 22.2902 0.828228 21.944L2.10463 17.2639C2.10935 17.2466 2.11402 17.2294 2.11866 17.2124C2.18801 16.9575 2.24921 16.7325 2.34595 16.517C2.43108 16.3274 2.53568 16.1472 2.65808 15.9792C2.79716 15.7883 2.96211 15.6235 3.14902 15.4368C3.16151 15.4244 3.1741 15.4118 3.18679 15.3991L13.5202 5.0657C13.5256 5.06033 13.531 5.05487 13.5365 5.04935C13.6207 4.96508 13.7213 4.86445 13.8172 4.78307C13.9282 4.68878 14.0968 4.56323 14.3295 4.48764ZM14.793 6.62133L4.601 16.8133C4.35593 17.0584 4.30996 17.1083 4.27454 17.1569C4.23374 17.2129 4.19887 17.273 4.1705 17.3362C4.14586 17.3911 4.12535 17.4557 4.03416 17.7901L3.21821 20.7819L6.21001 19.966C6.54439 19.8748 6.60906 19.8542 6.66393 19.8296C6.72712 19.8012 6.78721 19.7664 6.84321 19.7256C6.89182 19.6902 6.94172 19.6442 7.18679 19.3991L17.3788 9.20712L14.793 6.62133Z"
|
|
5
|
-
fill="currentColor" />
|
|
6
|
-
</g>
|
|
7
|
-
<defs>
|
|
8
|
-
<clipPath id="clip0_248_810">
|
|
9
|
-
<rect width="24" height="24" fill="currentColor" />
|
|
10
|
-
</clipPath>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.2754 2.20318C16.6569 2.11184 17.0574 2.12724 17.4326 2.24908C17.7376 2.34815 17.9742 2.51693 18.166 2.67974C18.3489 2.83496 18.5504 3.03775 18.7627 3.25005L20.7393 5.22661C20.9526 5.43994 21.1559 5.64193 21.3115 5.82525C21.4543 5.99348 21.6012 6.19578 21.7021 6.44829L21.7422 6.55962L21.7881 6.72173C21.8795 7.10349 21.8641 7.50461 21.7422 7.87993C21.643 8.1848 21.4745 8.42135 21.3115 8.61333C21.1561 8.79641 20.9531 8.9981 20.7402 9.21099L8.38965 21.5616C8.20213 21.749 7.94774 21.8545 7.68262 21.8545H3.1377C2.87254 21.8545 2.61819 21.749 2.43066 21.5616C2.24319 21.3741 2.13776 21.1197 2.1377 20.8545V16.3096C2.1377 16.0445 2.24323 15.7901 2.43066 15.6026L14.7852 3.2481C14.9967 3.03652 15.1967 2.83441 15.3789 2.67974C15.5708 2.51686 15.8074 2.34821 16.1123 2.24908L16.2754 2.20318ZM4.1377 16.7237V19.8545H7.26855L15.3574 11.7637L12.2275 8.63384L4.1377 16.7237ZM16.7461 4.14849C16.7331 4.15747 16.7096 4.17479 16.6738 4.20513C16.5676 4.29534 16.4322 4.42919 16.1963 4.66509L13.6416 7.2188L16.7725 10.3497L19.3252 7.7979L19.334 7.78814L19.335 7.78716C19.5656 7.55649 19.698 7.4234 19.7871 7.31841C19.8172 7.28292 19.8338 7.25918 19.8428 7.24615C19.8465 7.22786 19.8466 7.20967 19.8428 7.19146C19.8336 7.17824 19.817 7.1544 19.7871 7.11919C19.6966 7.01261 19.5618 6.87731 19.3252 6.64068L17.3486 4.66411C17.1131 4.42853 16.9781 4.2942 16.8721 4.20415C16.8355 4.1731 16.8106 4.15723 16.7979 4.14849C16.7806 4.14522 16.7633 4.14501 16.7461 4.14849Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|