a-icons 1.1.30 → 1.1.32
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/EyeSlashFilled.d.ts +7 -0
- package/es/EyeSlashFilled.js +37 -0
- package/es/EyeSlashOutlined.d.ts +7 -0
- package/es/EyeSlashOutlined.js +43 -0
- package/es/NoteFilled.d.ts +7 -0
- package/es/NoteFilled.js +38 -0
- package/es/NoteOutlined.d.ts +7 -0
- package/es/NoteOutlined.js +37 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +4 -0
- package/lib/EyeSlashFilled.d.ts +7 -0
- package/lib/EyeSlashFilled.js +80 -0
- package/lib/EyeSlashOutlined.d.ts +7 -0
- package/lib/EyeSlashOutlined.js +86 -0
- package/lib/NoteFilled.d.ts +7 -0
- package/lib/NoteFilled.js +81 -0
- package/lib/NoteOutlined.d.ts +7 -0
- package/lib/NoteOutlined.js +80 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +32 -4
- package/package.json +2 -2
- package/src/EyeSlashFilled.tsx +26 -0
- package/src/EyeSlashOutlined.tsx +32 -0
- package/src/NoteFilled.tsx +28 -0
- package/src/NoteOutlined.tsx +26 -0
- package/src/index.tsx +4 -0
- package/svgs/filled/eye-slash-filled.svg +17 -0
- package/svgs/filled/note-filled.svg +11 -0
- package/svgs/outlined/eye-outlined.svg +3 -1
- package/svgs/outlined/eye-slash-outlined.svg +20 -0
- package/svgs/outlined/note-outlined.svg +8 -0
- package/tmpAllSvgs/eye-outlined.svg +3 -1
- package/tmpAllSvgs/eye-slash-filled.svg +17 -0
- package/tmpAllSvgs/eye-slash-outlined.svg +20 -0
- package/tmpAllSvgs/note-filled.svg +11 -0
- package/tmpAllSvgs/note-outlined.svg +8 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function EyeSlashFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M21.27 9.18c-.29-.46-.6-.89-.92-1.29a1 1 0 00-1.49-.09l-3 3c.22.66.26 1.42.06 2.21a4.021 4.021 0 01-2.9 2.9c-.79.2-1.55.16-2.21-.06l-2.46 2.46c-.5.5-.34 1.38.33 1.64 1.07.41 2.18.62 3.32.62 1.78 0 3.51-.52 5.09-1.49 1.61-1 3.06-2.47 4.23-4.34.95-1.51.9-4.05-.05-5.56zM14.02 9.98l-4.04 4.04c-.51-.52-.84-1.24-.84-2.02 0-1.57 1.28-2.86 2.86-2.86.78 0 1.5.33 2.02.84z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M18.25 5.75l-3.39 3.39A3.986 3.986 0 0012 7.96c-2.24 0-4.04 1.81-4.04 4.04 0 1.12.45 2.13 1.18 2.86l-3.38 3.39h-.01c-1.11-.9-2.13-2.05-3-3.41-1-1.57-1-4.12 0-5.69C3.91 7.33 5.33 5.9 6.91 4.92c1.58-.96 3.31-1.49 5.09-1.49 2.23 0 4.39.82 6.25 2.32zM14.86 12c0 1.57-1.28 2.86-2.86 2.86-.06 0-.11 0-.17-.02l3.01-3.01c.02.06.02.11.02.17z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M21.77 2.23c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.758.758 0 001.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
EyeSlashFilled.displayName = 'EyeSlashFilled';
|
|
37
|
+
export default EyeSlashFilled;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function EyeSlashOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M12 9.42a2.576 2.576 0 00-2.39 3.555l3.365-3.364c-.3-.124-.629-.191-.975-.191zM7.42 12a4.576 4.576 0 017.817-3.237 1 1 0 010 1.414l-5.06 5.06a1 1 0 01-1.414 0A4.559 4.559 0 017.42 12z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M2.046 8.873C4.471 5.062 8.046 2.73 12 2.73c2.31 0 4.517.805 6.422 2.242a1 1 0 01-1.204 1.597C15.623 5.366 13.83 4.73 12 4.73c-3.106 0-6.111 1.829-8.266 5.217l-.001.002c-.323.505-.518 1.25-.518 2.056s.195 1.552.518 2.057v.001c.742 1.164 1.599 2.158 2.519 2.95a1 1 0 11-1.304 1.516c-1.08-.93-2.063-2.075-2.902-3.391-.576-.904-.831-2.049-.831-3.133 0-1.083.255-2.228.831-3.132zM19.423 7.15a1 1 0 011.406.153c.389.483.771 1.003 1.125 1.56.576.904.831 2.048.831 3.132s-.255 2.228-.832 3.132C19.53 18.938 15.954 21.27 12 21.27c-1.372 0-2.713-.29-3.968-.819a1 1 0 01.776-1.843A8.215 8.215 0 0012 19.27c3.106 0 6.111-1.828 8.266-5.217l.001-.001c.323-.506.518-1.251.518-2.057s-.195-1.552-.518-2.057l-.001-.002a15.253 15.253 0 00-.995-1.38 1 1 0 01.152-1.405z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M15.691 11.716a1 1 0 01.802 1.165 4.564 4.564 0 01-3.622 3.622 1 1 0 11-.363-1.967 2.565 2.565 0 002.018-2.018 1 1 0 011.165-.802zM10.177 13.822a1 1 0 010 1.414l-7.47 7.47a1 1 0 01-1.414-1.414l7.47-7.47a1 1 0 011.414 0zM22.707 1.293a1 1 0 010 1.414l-7.47 7.47a1 1 0 01-1.414-1.414l7.47-7.47a1 1 0 011.414 0z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
}));
|
|
37
|
+
};
|
|
38
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
39
|
+
component: IconNode
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
EyeSlashOutlined.displayName = 'EyeSlashOutlined';
|
|
43
|
+
export default EyeSlashOutlined;
|
package/es/NoteFilled.js
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function NoteFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M9.75 14.63a.75.75 0 01-.29 1 .76.76 0 01-1.02-.29L7.15 13a.75.75 0 011.31-.73l1.29 2.36z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M14.16 10.15h4.78a.5.5 0 01.5.5v6.92a4 4 0 01-4 4H8.55a4 4 0 01-4-4V6.42a4 4 0 014-4h2.67a.51.51 0 01.5.5v4.77a2.45 2.45 0 002.44 2.46zm-2.288 10.022a.38.38 0 00.198-.362l.06-1.98a1.708 1.708 0 00-.21-.8l-2.63-4.8a1.8 1.8 0 00-2.29-1 1.81 1.81 0 00-.4 2.49l2.62 4.82c.133.247.33.455.57.6l1.67 1a.38.38 0 00.412.032z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M12.77 3v4.57c0 .817.663 1.48 1.48 1.48h4.63a.56.56 0 00.39-1L13.72 2.6a.56.56 0 00-.95.4z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
NoteFilled.displayName = 'NoteFilled';
|
|
38
|
+
export default NoteFilled;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function NoteOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M6.57 11.42A3 3 0 018 12.76l2.64 4.81c.198.358.298.761.29 1.17l-.05 2a1.16 1.16 0 01-.58 1 1.119 1.119 0 01-.53.13 1.21 1.21 0 01-.63-.18l-1.68-1a2.34 2.34 0 01-.83-.88L4 15a3.08 3.08 0 01-.32-2.01 2.14 2.14 0 011-1.57 2.12 2.12 0 011.89 0zm1.66 7.94l1.16.7-.01-1.38a.94.94 0 00-.11-.42l-2.63-4.81a1.52 1.52 0 00-.71-.69.761.761 0 00-.33-.08.53.53 0 00-.24.06.66.66 0 00-.29.49 1.58 1.58 0 00.2 1L7.9 19a.82.82 0 00.33.36z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M13.22 2.35l7 7a.75.75 0 01.22.56v7a4.75 4.75 0 01-4.75 4.75h-2.87a.75.75 0 010-1.5h2.87a3.26 3.26 0 003.25-3.25v-6.25h-4.25a2.76 2.76 0 01-2.75-2.75V3.66H9.69a3.25 3.25 0 00-3.25 3.25v2.65a.75.75 0 11-1.5 0V6.91a4.75 4.75 0 014.75-4.78h3c.199 0 .39.08.53.22zm.22 2.34v3.22c0 .69.56 1.25 1.25 1.25h3.22l-4.47-4.47z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
NoteOutlined.displayName = 'NoteOutlined';
|
|
37
|
+
export default NoteOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -82,6 +82,8 @@ export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
|
|
|
82
82
|
export { default as ExternalLinkFilled } from './ExternalLinkFilled';
|
|
83
83
|
export { default as EyeFilled } from './EyeFilled';
|
|
84
84
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
85
|
+
export { default as EyeSlashFilled } from './EyeSlashFilled';
|
|
86
|
+
export { default as EyeSlashOutlined } from './EyeSlashOutlined';
|
|
85
87
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
86
88
|
export { default as FileFilled } from './FileFilled';
|
|
87
89
|
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
@@ -134,6 +136,8 @@ export { default as MailOutlined } from './MailOutlined';
|
|
|
134
136
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
135
137
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
136
138
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
139
|
+
export { default as NoteFilled } from './NoteFilled';
|
|
140
|
+
export { default as NoteOutlined } from './NoteOutlined';
|
|
137
141
|
export { default as OctagonPromptFilled } from './OctagonPromptFilled';
|
|
138
142
|
export { default as OctagonPromptOutlined } from './OctagonPromptOutlined';
|
|
139
143
|
export { default as OffOutlined } from './OffOutlined';
|
package/es/index.js
CHANGED
|
@@ -82,6 +82,8 @@ export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
|
|
|
82
82
|
export { default as ExternalLinkFilled } from './ExternalLinkFilled';
|
|
83
83
|
export { default as EyeFilled } from './EyeFilled';
|
|
84
84
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
85
|
+
export { default as EyeSlashFilled } from './EyeSlashFilled';
|
|
86
|
+
export { default as EyeSlashOutlined } from './EyeSlashOutlined';
|
|
85
87
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
86
88
|
export { default as FileFilled } from './FileFilled';
|
|
87
89
|
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
@@ -134,6 +136,8 @@ export { default as MailOutlined } from './MailOutlined';
|
|
|
134
136
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
135
137
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
136
138
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
139
|
+
export { default as NoteFilled } from './NoteFilled';
|
|
140
|
+
export { default as NoteOutlined } from './NoteOutlined';
|
|
137
141
|
export { default as OctagonPromptFilled } from './OctagonPromptFilled';
|
|
138
142
|
export { default as OctagonPromptOutlined } from './OctagonPromptOutlined';
|
|
139
143
|
export { default as OffOutlined } from './OffOutlined';
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function EyeSlashFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "none",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
64
|
+
}, props), React.createElement("path", {
|
|
65
|
+
d: "M21.27 9.18c-.29-.46-.6-.89-.92-1.29a1 1 0 00-1.49-.09l-3 3c.22.66.26 1.42.06 2.21a4.021 4.021 0 01-2.9 2.9c-.79.2-1.55.16-2.21-.06l-2.46 2.46c-.5.5-.34 1.38.33 1.64 1.07.41 2.18.62 3.32.62 1.78 0 3.51-.52 5.09-1.49 1.61-1 3.06-2.47 4.23-4.34.95-1.51.9-4.05-.05-5.56zM14.02 9.98l-4.04 4.04c-.51-.52-.84-1.24-.84-2.02 0-1.57 1.28-2.86 2.86-2.86.78 0 1.5.33 2.02.84z",
|
|
66
|
+
fill: "currentColor"
|
|
67
|
+
}), React.createElement("path", {
|
|
68
|
+
d: "M18.25 5.75l-3.39 3.39A3.986 3.986 0 0012 7.96c-2.24 0-4.04 1.81-4.04 4.04 0 1.12.45 2.13 1.18 2.86l-3.38 3.39h-.01c-1.11-.9-2.13-2.05-3-3.41-1-1.57-1-4.12 0-5.69C3.91 7.33 5.33 5.9 6.91 4.92c1.58-.96 3.31-1.49 5.09-1.49 2.23 0 4.39.82 6.25 2.32zM14.86 12c0 1.57-1.28 2.86-2.86 2.86-.06 0-.11 0-.17-.02l3.01-3.01c.02.06.02.11.02.17z",
|
|
69
|
+
fill: "currentColor"
|
|
70
|
+
}), React.createElement("path", {
|
|
71
|
+
d: "M21.77 2.23c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.758.758 0 001.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08z",
|
|
72
|
+
fill: "currentColor"
|
|
73
|
+
}));
|
|
74
|
+
};
|
|
75
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
76
|
+
component: IconNode
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
EyeSlashFilled.displayName = 'EyeSlashFilled';
|
|
80
|
+
exports["default"] = EyeSlashFilled;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function EyeSlashOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "none",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
64
|
+
}, props), React.createElement("path", {
|
|
65
|
+
fillRule: "evenodd",
|
|
66
|
+
clipRule: "evenodd",
|
|
67
|
+
d: "M12 9.42a2.576 2.576 0 00-2.39 3.555l3.365-3.364c-.3-.124-.629-.191-.975-.191zM7.42 12a4.576 4.576 0 017.817-3.237 1 1 0 010 1.414l-5.06 5.06a1 1 0 01-1.414 0A4.559 4.559 0 017.42 12z",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
}), React.createElement("path", {
|
|
70
|
+
fillRule: "evenodd",
|
|
71
|
+
clipRule: "evenodd",
|
|
72
|
+
d: "M2.046 8.873C4.471 5.062 8.046 2.73 12 2.73c2.31 0 4.517.805 6.422 2.242a1 1 0 01-1.204 1.597C15.623 5.366 13.83 4.73 12 4.73c-3.106 0-6.111 1.829-8.266 5.217l-.001.002c-.323.505-.518 1.25-.518 2.056s.195 1.552.518 2.057v.001c.742 1.164 1.599 2.158 2.519 2.95a1 1 0 11-1.304 1.516c-1.08-.93-2.063-2.075-2.902-3.391-.576-.904-.831-2.049-.831-3.133 0-1.083.255-2.228.831-3.132zM19.423 7.15a1 1 0 011.406.153c.389.483.771 1.003 1.125 1.56.576.904.831 2.048.831 3.132s-.255 2.228-.832 3.132C19.53 18.938 15.954 21.27 12 21.27c-1.372 0-2.713-.29-3.968-.819a1 1 0 01.776-1.843A8.215 8.215 0 0012 19.27c3.106 0 6.111-1.828 8.266-5.217l.001-.001c.323-.506.518-1.251.518-2.057s-.195-1.552-.518-2.057l-.001-.002a15.253 15.253 0 00-.995-1.38 1 1 0 01.152-1.405z",
|
|
73
|
+
fill: "currentColor"
|
|
74
|
+
}), React.createElement("path", {
|
|
75
|
+
fillRule: "evenodd",
|
|
76
|
+
clipRule: "evenodd",
|
|
77
|
+
d: "M15.691 11.716a1 1 0 01.802 1.165 4.564 4.564 0 01-3.622 3.622 1 1 0 11-.363-1.967 2.565 2.565 0 002.018-2.018 1 1 0 011.165-.802zM10.177 13.822a1 1 0 010 1.414l-7.47 7.47a1 1 0 01-1.414-1.414l7.47-7.47a1 1 0 011.414 0zM22.707 1.293a1 1 0 010 1.414l-7.47 7.47a1 1 0 01-1.414-1.414l7.47-7.47a1 1 0 011.414 0z",
|
|
78
|
+
fill: "currentColor"
|
|
79
|
+
}));
|
|
80
|
+
};
|
|
81
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
82
|
+
component: IconNode
|
|
83
|
+
}));
|
|
84
|
+
}
|
|
85
|
+
EyeSlashOutlined.displayName = 'EyeSlashOutlined';
|
|
86
|
+
exports["default"] = EyeSlashOutlined;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function NoteFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
d: "M9.75 14.63a.75.75 0 01-.29 1 .76.76 0 01-1.02-.29L7.15 13a.75.75 0 011.31-.73l1.29 2.36z",
|
|
65
|
+
fill: "currentColor"
|
|
66
|
+
}), React.createElement("path", {
|
|
67
|
+
fillRule: "evenodd",
|
|
68
|
+
clipRule: "evenodd",
|
|
69
|
+
d: "M14.16 10.15h4.78a.5.5 0 01.5.5v6.92a4 4 0 01-4 4H8.55a4 4 0 01-4-4V6.42a4 4 0 014-4h2.67a.51.51 0 01.5.5v4.77a2.45 2.45 0 002.44 2.46zm-2.288 10.022a.38.38 0 00.198-.362l.06-1.98a1.708 1.708 0 00-.21-.8l-2.63-4.8a1.8 1.8 0 00-2.29-1 1.81 1.81 0 00-.4 2.49l2.62 4.82c.133.247.33.455.57.6l1.67 1a.38.38 0 00.412.032z",
|
|
70
|
+
fill: "currentColor"
|
|
71
|
+
}), React.createElement("path", {
|
|
72
|
+
d: "M12.77 3v4.57c0 .817.663 1.48 1.48 1.48h4.63a.56.56 0 00.39-1L13.72 2.6a.56.56 0 00-.95.4z",
|
|
73
|
+
fill: "currentColor"
|
|
74
|
+
}));
|
|
75
|
+
};
|
|
76
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
77
|
+
component: IconNode
|
|
78
|
+
}));
|
|
79
|
+
}
|
|
80
|
+
NoteFilled.displayName = 'NoteFilled';
|
|
81
|
+
exports["default"] = NoteFilled;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function NoteOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M6.57 11.42A3 3 0 018 12.76l2.64 4.81c.198.358.298.761.29 1.17l-.05 2a1.16 1.16 0 01-.58 1 1.119 1.119 0 01-.53.13 1.21 1.21 0 01-.63-.18l-1.68-1a2.34 2.34 0 01-.83-.88L4 15a3.08 3.08 0 01-.32-2.01 2.14 2.14 0 011-1.57 2.12 2.12 0 011.89 0zm1.66 7.94l1.16.7-.01-1.38a.94.94 0 00-.11-.42l-2.63-4.81a1.52 1.52 0 00-.71-.69.761.761 0 00-.33-.08.53.53 0 00-.24.06.66.66 0 00-.29.49 1.58 1.58 0 00.2 1L7.9 19a.82.82 0 00.33.36z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
fillRule: "evenodd",
|
|
70
|
+
clipRule: "evenodd",
|
|
71
|
+
d: "M13.22 2.35l7 7a.75.75 0 01.22.56v7a4.75 4.75 0 01-4.75 4.75h-2.87a.75.75 0 010-1.5h2.87a3.26 3.26 0 003.25-3.25v-6.25h-4.25a2.76 2.76 0 01-2.75-2.75V3.66H9.69a3.25 3.25 0 00-3.25 3.25v2.65a.75.75 0 11-1.5 0V6.91a4.75 4.75 0 014.75-4.78h3c.199 0 .39.08.53.22zm.22 2.34v3.22c0 .69.56 1.25 1.25 1.25h3.22l-4.47-4.47z",
|
|
72
|
+
fill: "currentColor"
|
|
73
|
+
}));
|
|
74
|
+
};
|
|
75
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
76
|
+
component: IconNode
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
NoteOutlined.displayName = 'NoteOutlined';
|
|
80
|
+
exports["default"] = NoteOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -82,6 +82,8 @@ export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
|
|
|
82
82
|
export { default as ExternalLinkFilled } from './ExternalLinkFilled';
|
|
83
83
|
export { default as EyeFilled } from './EyeFilled';
|
|
84
84
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
85
|
+
export { default as EyeSlashFilled } from './EyeSlashFilled';
|
|
86
|
+
export { default as EyeSlashOutlined } from './EyeSlashOutlined';
|
|
85
87
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
86
88
|
export { default as FileFilled } from './FileFilled';
|
|
87
89
|
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
@@ -134,6 +136,8 @@ export { default as MailOutlined } from './MailOutlined';
|
|
|
134
136
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
135
137
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
136
138
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
139
|
+
export { default as NoteFilled } from './NoteFilled';
|
|
140
|
+
export { default as NoteOutlined } from './NoteOutlined';
|
|
137
141
|
export { default as OctagonPromptFilled } from './OctagonPromptFilled';
|
|
138
142
|
export { default as OctagonPromptOutlined } from './OctagonPromptOutlined';
|
|
139
143
|
export { default as OffOutlined } from './OffOutlined';
|
package/lib/index.js
CHANGED
|
@@ -9,10 +9,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
9
9
|
value: true
|
|
10
10
|
});
|
|
11
11
|
exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockOutline = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.CirclePlusFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.ImpassabilityFilled = void 0;
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareUpRightOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = void 0;
|
|
12
|
+
exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DisplayerOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = void 0;
|
|
13
|
+
exports.PeopleAddFilled = exports.PencilOutlined = exports.OtcMerchant = exports.OtcMerchantLine = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InviteFriendFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GiftFilled = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = void 0;
|
|
14
|
+
exports.ShopKeeperFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RetryRefreshFilled = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCardFilled = exports.PeopleAddOutlined = void 0;
|
|
15
|
+
exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareUpRightOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SpeakerOutlined = exports.SpeakerFilled = exports.SignalDiffusionOutlined = exports.ShopKeeperOutlined = void 0;
|
|
16
16
|
var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
|
|
17
17
|
Object.defineProperty(exports, "ImpassabilityFilled", {
|
|
18
18
|
enumerable: true,
|
|
@@ -601,6 +601,20 @@ Object.defineProperty(exports, "EyeOutlined", {
|
|
|
601
601
|
return __importDefault(EyeOutlined_1)["default"];
|
|
602
602
|
}
|
|
603
603
|
});
|
|
604
|
+
var EyeSlashFilled_1 = require("./EyeSlashFilled");
|
|
605
|
+
Object.defineProperty(exports, "EyeSlashFilled", {
|
|
606
|
+
enumerable: true,
|
|
607
|
+
get: function get() {
|
|
608
|
+
return __importDefault(EyeSlashFilled_1)["default"];
|
|
609
|
+
}
|
|
610
|
+
});
|
|
611
|
+
var EyeSlashOutlined_1 = require("./EyeSlashOutlined");
|
|
612
|
+
Object.defineProperty(exports, "EyeSlashOutlined", {
|
|
613
|
+
enumerable: true,
|
|
614
|
+
get: function get() {
|
|
615
|
+
return __importDefault(EyeSlashOutlined_1)["default"];
|
|
616
|
+
}
|
|
617
|
+
});
|
|
604
618
|
var FileDownloadLineOutlined_1 = require("./FileDownloadLineOutlined");
|
|
605
619
|
Object.defineProperty(exports, "FileDownloadLineOutlined", {
|
|
606
620
|
enumerable: true,
|
|
@@ -965,6 +979,20 @@ Object.defineProperty(exports, "MoveOutlined", {
|
|
|
965
979
|
return __importDefault(MoveOutlined_1)["default"];
|
|
966
980
|
}
|
|
967
981
|
});
|
|
982
|
+
var NoteFilled_1 = require("./NoteFilled");
|
|
983
|
+
Object.defineProperty(exports, "NoteFilled", {
|
|
984
|
+
enumerable: true,
|
|
985
|
+
get: function get() {
|
|
986
|
+
return __importDefault(NoteFilled_1)["default"];
|
|
987
|
+
}
|
|
988
|
+
});
|
|
989
|
+
var NoteOutlined_1 = require("./NoteOutlined");
|
|
990
|
+
Object.defineProperty(exports, "NoteOutlined", {
|
|
991
|
+
enumerable: true,
|
|
992
|
+
get: function get() {
|
|
993
|
+
return __importDefault(NoteOutlined_1)["default"];
|
|
994
|
+
}
|
|
995
|
+
});
|
|
968
996
|
var OctagonPromptFilled_1 = require("./OctagonPromptFilled");
|
|
969
997
|
Object.defineProperty(exports, "OctagonPromptFilled", {
|
|
970
998
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.32",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^2.0.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "b4e8f25eb0961d6e472715d0f030a4473ce1464d"
|
|
26
26
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function EyeSlashFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M21.27 9.18c-.29-.46-.6-.89-.92-1.29a1 1 0 00-1.49-.09l-3 3c.22.66.26 1.42.06 2.21a4.021 4.021 0 01-2.9 2.9c-.79.2-1.55.16-2.21-.06l-2.46 2.46c-.5.5-.34 1.38.33 1.64 1.07.41 2.18.62 3.32.62 1.78 0 3.51-.52 5.09-1.49 1.61-1 3.06-2.47 4.23-4.34.95-1.51.9-4.05-.05-5.56zM14.02 9.98l-4.04 4.04c-.51-.52-.84-1.24-.84-2.02 0-1.57 1.28-2.86 2.86-2.86.78 0 1.5.33 2.02.84z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M18.25 5.75l-3.39 3.39A3.986 3.986 0 0012 7.96c-2.24 0-4.04 1.81-4.04 4.04 0 1.12.45 2.13 1.18 2.86l-3.38 3.39h-.01c-1.11-.9-2.13-2.05-3-3.41-1-1.57-1-4.12 0-5.69C3.91 7.33 5.33 5.9 6.91 4.92c1.58-.96 3.31-1.49 5.09-1.49 2.23 0 4.39.82 6.25 2.32zM14.86 12c0 1.57-1.28 2.86-2.86 2.86-.06 0-.11 0-.17-.02l3.01-3.01c.02.06.02.11.02.17z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M21.77 2.23c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.758.758 0 001.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
EyeSlashFilled.displayName = 'EyeSlashFilled';
|
|
26
|
+
export default EyeSlashFilled;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function EyeSlashOutlined(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M12 9.42a2.576 2.576 0 00-2.39 3.555l3.365-3.364c-.3-.124-.629-.191-.975-.191zM7.42 12a4.576 4.576 0 017.817-3.237 1 1 0 010 1.414l-5.06 5.06a1 1 0 01-1.414 0A4.559 4.559 0 017.42 12z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
clipRule="evenodd"
|
|
16
|
+
d="M2.046 8.873C4.471 5.062 8.046 2.73 12 2.73c2.31 0 4.517.805 6.422 2.242a1 1 0 01-1.204 1.597C15.623 5.366 13.83 4.73 12 4.73c-3.106 0-6.111 1.829-8.266 5.217l-.001.002c-.323.505-.518 1.25-.518 2.056s.195 1.552.518 2.057v.001c.742 1.164 1.599 2.158 2.519 2.95a1 1 0 11-1.304 1.516c-1.08-.93-2.063-2.075-2.902-3.391-.576-.904-.831-2.049-.831-3.133 0-1.083.255-2.228.831-3.132zM19.423 7.15a1 1 0 011.406.153c.389.483.771 1.003 1.125 1.56.576.904.831 2.048.831 3.132s-.255 2.228-.832 3.132C19.53 18.938 15.954 21.27 12 21.27c-1.372 0-2.713-.29-3.968-.819a1 1 0 01.776-1.843A8.215 8.215 0 0012 19.27c3.106 0 6.111-1.828 8.266-5.217l.001-.001c.323-.506.518-1.251.518-2.057s-.195-1.552-.518-2.057l-.001-.002a15.253 15.253 0 00-.995-1.38 1 1 0 01.152-1.405z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
fillRule="evenodd"
|
|
21
|
+
clipRule="evenodd"
|
|
22
|
+
d="M15.691 11.716a1 1 0 01.802 1.165 4.564 4.564 0 01-3.622 3.622 1 1 0 11-.363-1.967 2.565 2.565 0 002.018-2.018 1 1 0 011.165-.802zM10.177 13.822a1 1 0 010 1.414l-7.47 7.47a1 1 0 01-1.414-1.414l7.47-7.47a1 1 0 011.414 0zM22.707 1.293a1 1 0 010 1.414l-7.47 7.47a1 1 0 01-1.414-1.414l7.47-7.47a1 1 0 011.414 0z"
|
|
23
|
+
fill="currentColor"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
EyeSlashOutlined.displayName = 'EyeSlashOutlined';
|
|
32
|
+
export default EyeSlashOutlined;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function NoteFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M9.75 14.63a.75.75 0 01-.29 1 .76.76 0 01-1.02-.29L7.15 13a.75.75 0 011.31-.73l1.29 2.36z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M14.16 10.15h4.78a.5.5 0 01.5.5v6.92a4 4 0 01-4 4H8.55a4 4 0 01-4-4V6.42a4 4 0 014-4h2.67a.51.51 0 01.5.5v4.77a2.45 2.45 0 002.44 2.46zm-2.288 10.022a.38.38 0 00.198-.362l.06-1.98a1.708 1.708 0 00-.21-.8l-2.63-4.8a1.8 1.8 0 00-2.29-1 1.81 1.81 0 00-.4 2.49l2.62 4.82c.133.247.33.455.57.6l1.67 1a.38.38 0 00.412.032z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M12.77 3v4.57c0 .817.663 1.48 1.48 1.48h4.63a.56.56 0 00.39-1L13.72 2.6a.56.56 0 00-.95.4z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
NoteFilled.displayName = 'NoteFilled';
|
|
28
|
+
export default NoteFilled;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function NoteOutlined(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M6.57 11.42A3 3 0 018 12.76l2.64 4.81c.198.358.298.761.29 1.17l-.05 2a1.16 1.16 0 01-.58 1 1.119 1.119 0 01-.53.13 1.21 1.21 0 01-.63-.18l-1.68-1a2.34 2.34 0 01-.83-.88L4 15a3.08 3.08 0 01-.32-2.01 2.14 2.14 0 011-1.57 2.12 2.12 0 011.89 0zm1.66 7.94l1.16.7-.01-1.38a.94.94 0 00-.11-.42l-2.63-4.81a1.52 1.52 0 00-.71-.69.761.761 0 00-.33-.08.53.53 0 00-.24.06.66.66 0 00-.29.49 1.58 1.58 0 00.2 1L7.9 19a.82.82 0 00.33.36z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
clipRule="evenodd"
|
|
16
|
+
d="M13.22 2.35l7 7a.75.75 0 01.22.56v7a4.75 4.75 0 01-4.75 4.75h-2.87a.75.75 0 010-1.5h2.87a3.26 3.26 0 003.25-3.25v-6.25h-4.25a2.76 2.76 0 01-2.75-2.75V3.66H9.69a3.25 3.25 0 00-3.25 3.25v2.65a.75.75 0 11-1.5 0V6.91a4.75 4.75 0 014.75-4.78h3c.199 0 .39.08.53.22zm.22 2.34v3.22c0 .69.56 1.25 1.25 1.25h3.22l-4.47-4.47z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
NoteOutlined.displayName = 'NoteOutlined';
|
|
26
|
+
export default NoteOutlined;
|
package/src/index.tsx
CHANGED
|
@@ -82,6 +82,8 @@ export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
|
|
|
82
82
|
export { default as ExternalLinkFilled } from './ExternalLinkFilled';
|
|
83
83
|
export { default as EyeFilled } from './EyeFilled';
|
|
84
84
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
85
|
+
export { default as EyeSlashFilled } from './EyeSlashFilled';
|
|
86
|
+
export { default as EyeSlashOutlined } from './EyeSlashOutlined';
|
|
85
87
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
86
88
|
export { default as FileFilled } from './FileFilled';
|
|
87
89
|
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
@@ -134,6 +136,8 @@ export { default as MailOutlined } from './MailOutlined';
|
|
|
134
136
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
135
137
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
136
138
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
139
|
+
export { default as NoteFilled } from './NoteFilled';
|
|
140
|
+
export { default as NoteOutlined } from './NoteOutlined';
|
|
137
141
|
export { default as OctagonPromptFilled } from './OctagonPromptFilled';
|
|
138
142
|
export { default as OctagonPromptOutlined } from './OctagonPromptOutlined';
|
|
139
143
|
export { default as OffOutlined } from './OffOutlined';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M21.2704 9.18029C20.9804 8.72029 20.6704 8.29029 20.3504 7.89029C19.9804 7.42029 19.2804 7.38029 18.8604 7.80029L15.8604 10.8003C16.0804 11.4603 16.1204 12.2203 15.9204 13.0103C15.5704 14.4203 14.4304 15.5603 13.0204 15.9103C12.2304 16.1103 11.4704 16.0703 10.8104 15.8503C10.8104 15.8503 9.38044 17.2803 8.35044 18.3103C7.85044 18.8103 8.01044 19.6903 8.68044 19.9503C9.75044 20.3603 10.8604 20.5703 12.0004 20.5703C13.7804 20.5703 15.5104 20.0503 17.0904 19.0803C18.7004 18.0803 20.1504 16.6103 21.3204 14.7403C22.2704 13.2303 22.2204 10.6903 21.2704 9.18029Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M14.0196 9.98062L9.97965 14.0206C9.46965 13.5006 9.13965 12.7806 9.13965 12.0006C9.13965 10.4306 10.4196 9.14062 11.9996 9.14062C12.7796 9.14062 13.4996 9.47062 14.0196 9.98062Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path
|
|
9
|
+
d="M18.25 5.74969L14.86 9.13969C14.13 8.39969 13.12 7.95969 12 7.95969C9.76 7.95969 7.96 9.76969 7.96 11.9997C7.96 13.1197 8.41 14.1297 9.14 14.8597L5.76 18.2497H5.75C4.64 17.3497 3.62 16.1997 2.75 14.8397C1.75 13.2697 1.75 10.7197 2.75 9.14969C3.91 7.32969 5.33 5.89969 6.91 4.91969C8.49 3.95969 10.22 3.42969 12 3.42969C14.23 3.42969 16.39 4.24969 18.25 5.74969Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
<path
|
|
12
|
+
d="M14.8601 12.0001C14.8601 13.5701 13.5801 14.8601 12.0001 14.8601C11.9401 14.8601 11.8901 14.8601 11.8301 14.8401L14.8401 11.8301C14.8601 11.8901 14.8601 11.9401 14.8601 12.0001Z"
|
|
13
|
+
fill="currentColor" />
|
|
14
|
+
<path
|
|
15
|
+
d="M21.7699 2.23086C21.4699 1.93086 20.9799 1.93086 20.6799 2.23086L2.22988 20.6909C1.92988 20.9909 1.92988 21.4809 2.22988 21.7809C2.37988 21.9209 2.56988 22.0009 2.76988 22.0009C2.96988 22.0009 3.15988 21.9209 3.30988 21.7709L21.7699 3.31086C22.0799 3.01086 22.0799 2.53086 21.7699 2.23086Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M9.74994 14.63C9.93809 14.9871 9.80993 15.429 9.45994 15.63C9.34865 15.6878 9.22533 15.7186 9.09994 15.72C8.82777 15.7206 8.57602 15.5757 8.43994 15.34L7.14994 13C6.95887 12.6394 7.09111 12.1923 7.44755 11.9937C7.804 11.795 8.25384 11.9178 8.45994 12.27L9.74994 14.63Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M14.16 10.15H18.94C19.2162 10.15 19.44 10.3738 19.44 10.65V17.57C19.44 19.7791 17.6492 21.57 15.44 21.57H8.55005C6.34091 21.57 4.55005 19.7791 4.55005 17.57V6.41998C4.55005 4.21084 6.34091 2.41998 8.55005 2.41998H11.22C11.494 2.4253 11.7147 2.64607 11.72 2.91998V7.68998C11.7174 8.33977 11.973 8.96399 12.4306 9.42533C12.8882 9.88667 13.5103 10.1473 14.16 10.15ZM11.8719 20.1725C12.0036 20.1013 12.0812 19.9593 12.07 19.81L12.13 17.83C12.1266 17.5501 12.0545 17.2754 11.92 17.03L9.29005 12.23C8.92011 11.3348 7.90811 10.8929 7.00005 11.23C6.21528 11.8152 6.03806 12.9184 6.60005 13.72L9.22005 18.54C9.35297 18.7874 9.54981 18.9946 9.79005 19.14L11.46 20.14C11.5789 20.231 11.7402 20.2438 11.8719 20.1725Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path
|
|
9
|
+
d="M12.77 2.99998V7.56998C12.77 8.38736 13.4326 9.04998 14.25 9.04998H18.88C19.1269 9.07033 19.3578 8.9261 19.4478 8.69535C19.5377 8.46459 19.4655 8.20213 19.27 8.04998L13.72 2.59998C13.5588 2.44354 13.3197 2.39856 13.1127 2.48573C12.9057 2.5729 12.7708 2.77535 12.77 2.99998Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
</svg>
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path
|
|
3
|
+
d="M12 3C17.392 3 21.878 6.88 22.819 12C21.879 17.12 17.392 21 12 21C6.60797 21 2.12197 17.12 1.18097 12C2.12097 6.88 6.60797 3 12 3ZM12 19C14.0394 18.9996 16.0184 18.3068 17.6128 17.0352C19.2073 15.7635 20.3229 13.9883 20.777 12C20.3212 10.0133 19.2049 8.24 17.6106 6.97003C16.0163 5.70005 14.0383 5.00853 12 5.00853C9.96167 5.00853 7.98366 5.70005 6.38935 6.97003C4.79503 8.24 3.67874 10.0133 3.22297 12C3.67707 13.9883 4.79264 15.7635 6.38711 17.0352C7.98158 18.3068 9.9605 18.9996 12 19ZM12 16.5C10.8065 16.5 9.6619 16.0259 8.81799 15.182C7.97408 14.3381 7.49997 13.1935 7.49997 12C7.49997 10.8065 7.97408 9.66193 8.81799 8.81802C9.6619 7.97411 10.8065 7.5 12 7.5C13.1934 7.5 14.338 7.97411 15.1819 8.81802C16.0259 9.66193 16.5 10.8065 16.5 12C16.5 13.1935 16.0259 14.3381 15.1819 15.182C14.338 16.0259 13.1934 16.5 12 16.5ZM12 14.5C12.663 14.5 13.2989 14.2366 13.7677 13.7678C14.2366 13.2989 14.5 12.663 14.5 12C14.5 11.337 14.2366 10.7011 13.7677 10.2322C13.2989 9.76339 12.663 9.5 12 9.5C11.3369 9.5 10.701 9.76339 10.2322 10.2322C9.76336 10.7011 9.49997 11.337 9.49997 12C9.49997 12.663 9.76336 13.2989 10.2322 13.7678C10.701 14.2366 11.3369 14.5 12 14.5Z"
|
|
4
|
+
fill="currentColor" />
|
|
3
5
|
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M11.9999 9.41992C10.5722 9.41992 9.41992 10.5722 9.41992 11.9999C9.41992 12.346 9.48733 12.6746 9.61057 12.9751L12.9751 9.61057C12.6746 9.48733 12.346 9.41992 11.9999 9.41992ZM7.41992 11.9999C7.41992 9.46764 9.46764 7.41992 11.9999 7.41992C13.267 7.41992 14.4081 7.93384 15.237 8.76282C15.6276 9.15334 15.6276 9.7865 15.237 10.177L10.177 15.237C9.7865 15.6276 9.15334 15.6276 8.76282 15.237C7.93384 14.4081 7.41992 13.267 7.41992 11.9999Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M2.0465 8.87309C4.47106 5.06193 8.04587 2.73047 11.9998 2.73047C14.3093 2.73047 16.5171 3.53528 18.422 4.97211C18.8629 5.30469 18.9508 5.93174 18.6182 6.37266C18.2856 6.81358 17.6586 6.9014 17.2177 6.56882C15.6225 5.36566 13.8303 4.73047 11.9998 4.73047C8.89404 4.73047 5.88904 6.55874 3.7336 9.94719L3.73277 9.9485C3.40999 10.4542 3.21484 11.1995 3.21484 12.0055C3.21484 12.8115 3.40999 13.5567 3.73277 14.0624L3.73323 14.0632C4.47492 15.2273 5.33199 16.2212 6.25188 17.0123C6.67062 17.3724 6.71814 18.0038 6.35803 18.4225C5.99792 18.8412 5.36654 18.8888 4.9478 18.5287C3.8677 17.5998 2.88477 16.4536 2.04646 15.1378C1.46957 14.2336 1.21484 13.0892 1.21484 12.0055C1.21484 10.9217 1.46958 9.7773 2.0465 8.87309Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
9
|
+
d="M19.4234 7.15051C19.8538 6.80436 20.4832 6.87262 20.8294 7.30296C21.2176 7.7856 21.6001 8.30563 21.9537 8.86257C22.5305 9.76675 22.7852 10.9111 22.7852 11.9947C22.7852 13.0785 22.5304 14.2229 21.9535 15.1271C19.529 18.9383 15.9542 21.2697 12.0002 21.2697C10.6281 21.2697 9.28662 20.9796 8.03212 20.4514C7.52312 20.237 7.28423 19.6507 7.49855 19.1417C7.71286 18.6327 8.29923 18.3938 8.80824 18.6081C9.83375 19.0399 10.9122 19.2697 12.0002 19.2697C15.106 19.2697 18.111 17.4415 20.2664 14.053L20.2673 14.0517C20.59 13.546 20.7852 12.8007 20.7852 11.9947C20.7852 11.1887 20.59 10.4434 20.2673 9.93776L20.2659 9.93555C19.9596 9.45299 19.6224 8.99346 19.271 8.55648C18.9248 8.12613 18.9931 7.49666 19.4234 7.15051Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
12
|
+
d="M15.691 11.716C16.2341 11.8161 16.5932 12.3376 16.493 12.8807C16.1579 14.6985 14.6888 16.1676 12.871 16.5028C12.3278 16.603 11.8064 16.2439 11.7062 15.7007C11.6061 15.1576 11.9652 14.6361 12.5083 14.536C13.5105 14.3512 14.3414 13.5203 14.5262 12.5181C14.6264 11.9749 15.1478 11.6158 15.691 11.716Z"
|
|
13
|
+
fill="currentColor" />
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
15
|
+
d="M10.1771 13.8222C10.5676 14.2127 10.5676 14.8459 10.1771 15.2364L2.70711 22.7064C2.31658 23.0969 1.68342 23.0969 1.29289 22.7064C0.902369 22.3159 0.902369 21.6827 1.29289 21.2922L8.76289 13.8222C9.15342 13.4317 9.78658 13.4317 10.1771 13.8222Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
18
|
+
d="M22.7074 1.29289C23.0979 1.68342 23.0979 2.31658 22.7074 2.70711L15.2374 10.1771C14.8469 10.5676 14.2137 10.5676 13.8232 10.1771C13.4326 9.78658 13.4326 9.15342 13.8232 8.76289L21.2932 1.29289C21.6837 0.902369 22.3169 0.902369 22.7074 1.29289Z"
|
|
19
|
+
fill="currentColor" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M6.57 11.42C7.18323 11.694 7.68677 12.1659 8 12.76L10.64 17.57C10.8376 17.9278 10.9376 18.3313 10.93 18.74L10.88 20.74C10.8784 21.1528 10.6575 21.5336 10.3 21.74C10.1368 21.8264 9.95468 21.8711 9.77 21.87C9.54744 21.8691 9.32945 21.8068 9.14 21.69L7.46 20.69C7.11098 20.4745 6.82475 20.171 6.63 19.81L4 15C3.66864 14.3856 3.55581 13.6769 3.68 12.99C3.75635 12.3415 4.1246 11.7634 4.68 11.42C5.27514 11.1237 5.97485 11.1237 6.57 11.42ZM8.23 19.36L9.39 20.06L9.38 18.68C9.37661 18.5334 9.33894 18.3895 9.27 18.26L6.64 13.45C6.48697 13.1472 6.23704 12.9043 5.93 12.76C5.82744 12.7088 5.71462 12.6815 5.6 12.68C5.51638 12.6808 5.43414 12.7014 5.36 12.74C5.19422 12.8511 5.08762 13.0312 5.07 13.23C5.0243 13.5763 5.09463 13.928 5.27 14.23L7.9 19C7.97088 19.1508 8.08599 19.2763 8.23 19.36Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M13.2198 2.35L20.2198 9.35C20.3681 9.49779 20.4478 9.70082 20.4398 9.91001V16.91C20.4398 18.1698 19.9393 19.378 19.0485 20.2688C18.1578 21.1596 16.9496 21.66 15.6898 21.66H12.8198C12.4056 21.66 12.0698 21.3242 12.0698 20.91C12.0698 20.4958 12.4056 20.16 12.8198 20.16H15.6898C17.4824 20.1545 18.9343 18.7027 18.9398 16.91V10.66H14.6898C13.1733 10.6545 11.9453 9.42651 11.9398 7.91001V3.66H9.68979C7.89487 3.66 6.43979 5.11508 6.43979 6.91001V9.56C6.43979 9.97422 6.10401 10.31 5.68979 10.31C5.27558 10.31 4.93979 9.97422 4.93979 9.56V6.91001C4.9318 5.64504 5.42872 4.42913 6.32038 3.53184C7.21205 2.63454 8.4248 2.12998 9.68979 2.13H12.6898C12.8886 2.13018 13.0793 2.20931 13.2198 2.35ZM13.4398 4.69V7.91C13.4398 8.60036 13.9994 9.16 14.6898 9.16H17.9098L13.4398 4.69Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path
|
|
3
|
+
d="M12 3C17.392 3 21.878 6.88 22.819 12C21.879 17.12 17.392 21 12 21C6.60797 21 2.12197 17.12 1.18097 12C2.12097 6.88 6.60797 3 12 3ZM12 19C14.0394 18.9996 16.0184 18.3068 17.6128 17.0352C19.2073 15.7635 20.3229 13.9883 20.777 12C20.3212 10.0133 19.2049 8.24 17.6106 6.97003C16.0163 5.70005 14.0383 5.00853 12 5.00853C9.96167 5.00853 7.98366 5.70005 6.38935 6.97003C4.79503 8.24 3.67874 10.0133 3.22297 12C3.67707 13.9883 4.79264 15.7635 6.38711 17.0352C7.98158 18.3068 9.9605 18.9996 12 19ZM12 16.5C10.8065 16.5 9.6619 16.0259 8.81799 15.182C7.97408 14.3381 7.49997 13.1935 7.49997 12C7.49997 10.8065 7.97408 9.66193 8.81799 8.81802C9.6619 7.97411 10.8065 7.5 12 7.5C13.1934 7.5 14.338 7.97411 15.1819 8.81802C16.0259 9.66193 16.5 10.8065 16.5 12C16.5 13.1935 16.0259 14.3381 15.1819 15.182C14.338 16.0259 13.1934 16.5 12 16.5ZM12 14.5C12.663 14.5 13.2989 14.2366 13.7677 13.7678C14.2366 13.2989 14.5 12.663 14.5 12C14.5 11.337 14.2366 10.7011 13.7677 10.2322C13.2989 9.76339 12.663 9.5 12 9.5C11.3369 9.5 10.701 9.76339 10.2322 10.2322C9.76336 10.7011 9.49997 11.337 9.49997 12C9.49997 12.663 9.76336 13.2989 10.2322 13.7678C10.701 14.2366 11.3369 14.5 12 14.5Z"
|
|
4
|
+
fill="currentColor" />
|
|
3
5
|
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M21.2704 9.18029C20.9804 8.72029 20.6704 8.29029 20.3504 7.89029C19.9804 7.42029 19.2804 7.38029 18.8604 7.80029L15.8604 10.8003C16.0804 11.4603 16.1204 12.2203 15.9204 13.0103C15.5704 14.4203 14.4304 15.5603 13.0204 15.9103C12.2304 16.1103 11.4704 16.0703 10.8104 15.8503C10.8104 15.8503 9.38044 17.2803 8.35044 18.3103C7.85044 18.8103 8.01044 19.6903 8.68044 19.9503C9.75044 20.3603 10.8604 20.5703 12.0004 20.5703C13.7804 20.5703 15.5104 20.0503 17.0904 19.0803C18.7004 18.0803 20.1504 16.6103 21.3204 14.7403C22.2704 13.2303 22.2204 10.6903 21.2704 9.18029Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M14.0196 9.98062L9.97965 14.0206C9.46965 13.5006 9.13965 12.7806 9.13965 12.0006C9.13965 10.4306 10.4196 9.14062 11.9996 9.14062C12.7796 9.14062 13.4996 9.47062 14.0196 9.98062Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path
|
|
9
|
+
d="M18.25 5.74969L14.86 9.13969C14.13 8.39969 13.12 7.95969 12 7.95969C9.76 7.95969 7.96 9.76969 7.96 11.9997C7.96 13.1197 8.41 14.1297 9.14 14.8597L5.76 18.2497H5.75C4.64 17.3497 3.62 16.1997 2.75 14.8397C1.75 13.2697 1.75 10.7197 2.75 9.14969C3.91 7.32969 5.33 5.89969 6.91 4.91969C8.49 3.95969 10.22 3.42969 12 3.42969C14.23 3.42969 16.39 4.24969 18.25 5.74969Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
<path
|
|
12
|
+
d="M14.8601 12.0001C14.8601 13.5701 13.5801 14.8601 12.0001 14.8601C11.9401 14.8601 11.8901 14.8601 11.8301 14.8401L14.8401 11.8301C14.8601 11.8901 14.8601 11.9401 14.8601 12.0001Z"
|
|
13
|
+
fill="currentColor" />
|
|
14
|
+
<path
|
|
15
|
+
d="M21.7699 2.23086C21.4699 1.93086 20.9799 1.93086 20.6799 2.23086L2.22988 20.6909C1.92988 20.9909 1.92988 21.4809 2.22988 21.7809C2.37988 21.9209 2.56988 22.0009 2.76988 22.0009C2.96988 22.0009 3.15988 21.9209 3.30988 21.7709L21.7699 3.31086C22.0799 3.01086 22.0799 2.53086 21.7699 2.23086Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M11.9999 9.41992C10.5722 9.41992 9.41992 10.5722 9.41992 11.9999C9.41992 12.346 9.48733 12.6746 9.61057 12.9751L12.9751 9.61057C12.6746 9.48733 12.346 9.41992 11.9999 9.41992ZM7.41992 11.9999C7.41992 9.46764 9.46764 7.41992 11.9999 7.41992C13.267 7.41992 14.4081 7.93384 15.237 8.76282C15.6276 9.15334 15.6276 9.7865 15.237 10.177L10.177 15.237C9.7865 15.6276 9.15334 15.6276 8.76282 15.237C7.93384 14.4081 7.41992 13.267 7.41992 11.9999Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M2.0465 8.87309C4.47106 5.06193 8.04587 2.73047 11.9998 2.73047C14.3093 2.73047 16.5171 3.53528 18.422 4.97211C18.8629 5.30469 18.9508 5.93174 18.6182 6.37266C18.2856 6.81358 17.6586 6.9014 17.2177 6.56882C15.6225 5.36566 13.8303 4.73047 11.9998 4.73047C8.89404 4.73047 5.88904 6.55874 3.7336 9.94719L3.73277 9.9485C3.40999 10.4542 3.21484 11.1995 3.21484 12.0055C3.21484 12.8115 3.40999 13.5567 3.73277 14.0624L3.73323 14.0632C4.47492 15.2273 5.33199 16.2212 6.25188 17.0123C6.67062 17.3724 6.71814 18.0038 6.35803 18.4225C5.99792 18.8412 5.36654 18.8888 4.9478 18.5287C3.8677 17.5998 2.88477 16.4536 2.04646 15.1378C1.46957 14.2336 1.21484 13.0892 1.21484 12.0055C1.21484 10.9217 1.46958 9.7773 2.0465 8.87309Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
9
|
+
d="M19.4234 7.15051C19.8538 6.80436 20.4832 6.87262 20.8294 7.30296C21.2176 7.7856 21.6001 8.30563 21.9537 8.86257C22.5305 9.76675 22.7852 10.9111 22.7852 11.9947C22.7852 13.0785 22.5304 14.2229 21.9535 15.1271C19.529 18.9383 15.9542 21.2697 12.0002 21.2697C10.6281 21.2697 9.28662 20.9796 8.03212 20.4514C7.52312 20.237 7.28423 19.6507 7.49855 19.1417C7.71286 18.6327 8.29923 18.3938 8.80824 18.6081C9.83375 19.0399 10.9122 19.2697 12.0002 19.2697C15.106 19.2697 18.111 17.4415 20.2664 14.053L20.2673 14.0517C20.59 13.546 20.7852 12.8007 20.7852 11.9947C20.7852 11.1887 20.59 10.4434 20.2673 9.93776L20.2659 9.93555C19.9596 9.45299 19.6224 8.99346 19.271 8.55648C18.9248 8.12613 18.9931 7.49666 19.4234 7.15051Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
12
|
+
d="M15.691 11.716C16.2341 11.8161 16.5932 12.3376 16.493 12.8807C16.1579 14.6985 14.6888 16.1676 12.871 16.5028C12.3278 16.603 11.8064 16.2439 11.7062 15.7007C11.6061 15.1576 11.9652 14.6361 12.5083 14.536C13.5105 14.3512 14.3414 13.5203 14.5262 12.5181C14.6264 11.9749 15.1478 11.6158 15.691 11.716Z"
|
|
13
|
+
fill="currentColor" />
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
15
|
+
d="M10.1771 13.8222C10.5676 14.2127 10.5676 14.8459 10.1771 15.2364L2.70711 22.7064C2.31658 23.0969 1.68342 23.0969 1.29289 22.7064C0.902369 22.3159 0.902369 21.6827 1.29289 21.2922L8.76289 13.8222C9.15342 13.4317 9.78658 13.4317 10.1771 13.8222Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
18
|
+
d="M22.7074 1.29289C23.0979 1.68342 23.0979 2.31658 22.7074 2.70711L15.2374 10.1771C14.8469 10.5676 14.2137 10.5676 13.8232 10.1771C13.4326 9.78658 13.4326 9.15342 13.8232 8.76289L21.2932 1.29289C21.6837 0.902369 22.3169 0.902369 22.7074 1.29289Z"
|
|
19
|
+
fill="currentColor" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M9.74994 14.63C9.93809 14.9871 9.80993 15.429 9.45994 15.63C9.34865 15.6878 9.22533 15.7186 9.09994 15.72C8.82777 15.7206 8.57602 15.5757 8.43994 15.34L7.14994 13C6.95887 12.6394 7.09111 12.1923 7.44755 11.9937C7.804 11.795 8.25384 11.9178 8.45994 12.27L9.74994 14.63Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M14.16 10.15H18.94C19.2162 10.15 19.44 10.3738 19.44 10.65V17.57C19.44 19.7791 17.6492 21.57 15.44 21.57H8.55005C6.34091 21.57 4.55005 19.7791 4.55005 17.57V6.41998C4.55005 4.21084 6.34091 2.41998 8.55005 2.41998H11.22C11.494 2.4253 11.7147 2.64607 11.72 2.91998V7.68998C11.7174 8.33977 11.973 8.96399 12.4306 9.42533C12.8882 9.88667 13.5103 10.1473 14.16 10.15ZM11.8719 20.1725C12.0036 20.1013 12.0812 19.9593 12.07 19.81L12.13 17.83C12.1266 17.5501 12.0545 17.2754 11.92 17.03L9.29005 12.23C8.92011 11.3348 7.90811 10.8929 7.00005 11.23C6.21528 11.8152 6.03806 12.9184 6.60005 13.72L9.22005 18.54C9.35297 18.7874 9.54981 18.9946 9.79005 19.14L11.46 20.14C11.5789 20.231 11.7402 20.2438 11.8719 20.1725Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path
|
|
9
|
+
d="M12.77 2.99998V7.56998C12.77 8.38736 13.4326 9.04998 14.25 9.04998H18.88C19.1269 9.07033 19.3578 8.9261 19.4478 8.69535C19.5377 8.46459 19.4655 8.20213 19.27 8.04998L13.72 2.59998C13.5588 2.44354 13.3197 2.39856 13.1127 2.48573C12.9057 2.5729 12.7708 2.77535 12.77 2.99998Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M6.57 11.42C7.18323 11.694 7.68677 12.1659 8 12.76L10.64 17.57C10.8376 17.9278 10.9376 18.3313 10.93 18.74L10.88 20.74C10.8784 21.1528 10.6575 21.5336 10.3 21.74C10.1368 21.8264 9.95468 21.8711 9.77 21.87C9.54744 21.8691 9.32945 21.8068 9.14 21.69L7.46 20.69C7.11098 20.4745 6.82475 20.171 6.63 19.81L4 15C3.66864 14.3856 3.55581 13.6769 3.68 12.99C3.75635 12.3415 4.1246 11.7634 4.68 11.42C5.27514 11.1237 5.97485 11.1237 6.57 11.42ZM8.23 19.36L9.39 20.06L9.38 18.68C9.37661 18.5334 9.33894 18.3895 9.27 18.26L6.64 13.45C6.48697 13.1472 6.23704 12.9043 5.93 12.76C5.82744 12.7088 5.71462 12.6815 5.6 12.68C5.51638 12.6808 5.43414 12.7014 5.36 12.74C5.19422 12.8511 5.08762 13.0312 5.07 13.23C5.0243 13.5763 5.09463 13.928 5.27 14.23L7.9 19C7.97088 19.1508 8.08599 19.2763 8.23 19.36Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M13.2198 2.35L20.2198 9.35C20.3681 9.49779 20.4478 9.70082 20.4398 9.91001V16.91C20.4398 18.1698 19.9393 19.378 19.0485 20.2688C18.1578 21.1596 16.9496 21.66 15.6898 21.66H12.8198C12.4056 21.66 12.0698 21.3242 12.0698 20.91C12.0698 20.4958 12.4056 20.16 12.8198 20.16H15.6898C17.4824 20.1545 18.9343 18.7027 18.9398 16.91V10.66H14.6898C13.1733 10.6545 11.9453 9.42651 11.9398 7.91001V3.66H9.68979C7.89487 3.66 6.43979 5.11508 6.43979 6.91001V9.56C6.43979 9.97422 6.10401 10.31 5.68979 10.31C5.27558 10.31 4.93979 9.97422 4.93979 9.56V6.91001C4.9318 5.64504 5.42872 4.42913 6.32038 3.53184C7.21205 2.63454 8.4248 2.12998 9.68979 2.13H12.6898C12.8886 2.13018 13.0793 2.20931 13.2198 2.35ZM13.4398 4.69V7.91C13.4398 8.60036 13.9994 9.16 14.6898 9.16H17.9098L13.4398 4.69Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|