a-icons 1.2.21 → 1.2.23

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.
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function HourGlassOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace HourGlassOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default HourGlassOutlined;
@@ -0,0 +1,30 @@
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 HourGlassOutlined(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: "M18 3.6c0-.297-.001-.459-.01-.576l-.003-.012-.011-.001A8.104 8.104 0 0017.4 3H6.6c-.297 0-.459.001-.575.01l-.013.002-.001.012C6 3.141 6 3.304 6 3.6v2.075c0 .536.005.642.026.73.025.102.066.2.12.29.048.077.118.156.498.535l2.931 2.931c.187.187.37.368.51.534.149.175.308.397.402.687.13.402.13.835 0 1.236-.094.29-.253.512-.402.687-.14.166-.323.348-.51.534l-2.931 2.93c-.38.38-.45.46-.497.537-.055.09-.096.187-.12.289-.022.088-.028.194-.028.73V20.4c0 .297.001.46.01.576l.002.011.013.002c.116.01.278.011.575.011h10.8c.297 0 .46-.001.576-.01l.011-.003.002-.011c.01-.117.011-.28.011-.576v-2.075c0-.536-.006-.642-.027-.73a1.002 1.002 0 00-.12-.29c-.048-.077-.118-.156-.497-.535l-2.932-2.931c-.186-.187-.369-.368-.51-.534a2.023 2.023 0 01-.402-.687 2.001 2.001 0 010-1.236c.094-.29.254-.512.402-.687.141-.166.324-.348.51-.534l2.932-2.93c.379-.38.45-.46.497-.537.054-.09.095-.187.12-.289.021-.088.027-.194.027-.73V3.6zm-2 13.9v2H8v-2h8zm4-11.825c0 .441.006.825-.083 1.197a3 3 0 01-.36.867c-.2.326-.475.593-.787.906l-2.931 2.931a8.33 8.33 0 00-.4.414l-.008.01.008.01c.075.089.19.204.4.414l2.93 2.931c.313.313.589.58.789.906.164.268.286.56.36.867.088.372.082.756.082 1.197V20.4c0 .264.001.522-.017.739a2.023 2.023 0 01-.2.77 2 2 0 01-.875.873 2.023 2.023 0 01-.77.201c-.216.018-.474.017-.738.017H6.6c-.264 0-.522.001-.739-.017a2.023 2.023 0 01-.77-.2 2 2 0 01-.873-.875 2.023 2.023 0 01-.201-.77C3.999 20.923 4 20.665 4 20.4v-2.075c0-.441-.006-.825.083-1.197.074-.306.195-.599.36-.867.2-.326.475-.593.788-.905l2.93-2.932c.21-.21.325-.325.4-.414l.007-.01-.006-.01a8.348 8.348 0 00-.4-.414L5.23 8.645c-.313-.313-.589-.58-.789-.906a3.002 3.002 0 01-.359-.867C3.993 6.5 4 6.116 4 5.675V3.6c0-.264-.001-.522.017-.739.018-.228.063-.498.2-.77a2 2 0 01.875-.873c.271-.138.54-.183.77-.201C6.077.999 6.335 1 6.6 1h10.8c.264 0 .522-.001.739.017.228.018.498.063.77.2.329.169.604.424.796.737l.077.138.087.203c.072.2.1.395.114.566.018.217.017.475.017.739v2.075z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ HourGlassOutlined.displayName = 'HourGlassOutlined';
30
+ export default HourGlassOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function PhoneCallFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace PhoneCallFilled {
4
+ var displayName: string;
5
+ }
6
+ export default PhoneCallFilled;
@@ -0,0 +1,30 @@
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 PhoneCallFilled(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: "M5.1 1.878a3 3 0 012.708 0c.464.234.863.65 1.338 1.126l.195.195c.313.313.585.576.77.862a3 3 0 010 3.27c-.185.286-.457.55-.77.863l-.108.108-.002.012.014.03.037.077a13.604 13.604 0 002.652 3.735 13.602 13.602 0 003.735 2.651l.076.037.03.013h.006l.005-.002.11-.106c.313-.314.576-.585.862-.77a3.001 3.001 0 013.27 0c.286.185.55.456.863.77l.539.539c.328.334.606.646.782.994a3 3 0 010 2.708c-.235.464-.651.862-1.127 1.338l-.157.158c-.5.499-.867.877-1.372 1.161-.55.309-1.34.515-1.971.513-.572-.002-.983-.124-1.53-.28a20.04 20.04 0 01-8.717-5.128 20.041 20.041 0 01-5.129-8.718c-.155-.547-.278-.958-.28-1.53-.001-.63.205-1.42.513-1.97.284-.505.663-.873 1.162-1.372l.501-.502c.335-.329.647-.606.995-.782z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ PhoneCallFilled.displayName = 'PhoneCallFilled';
30
+ export default PhoneCallFilled;
package/es/index.d.ts CHANGED
@@ -182,6 +182,7 @@ export { default as HandCoinsOutlined } from './HandCoinsOutlined';
182
182
  export { default as HandleOutlined } from './HandleOutlined';
183
183
  export { default as HomeFilled } from './HomeFilled';
184
184
  export { default as HomeOutlined } from './HomeOutlined';
185
+ export { default as HourGlassOutlined } from './HourGlassOutlined';
185
186
  export { default as HouseOutlined } from './HouseOutlined';
186
187
  export { default as IbFilled } from './IbFilled';
187
188
  export { default as ImacFilled } from './ImacFilled';
@@ -262,6 +263,7 @@ export { default as PersonGroupFilled } from './PersonGroupFilled';
262
263
  export { default as PersonLeftArrowFilled } from './PersonLeftArrowFilled';
263
264
  export { default as PersonTransferFilled } from './PersonTransferFilled';
264
265
  export { default as PersonWarningFilled } from './PersonWarningFilled';
266
+ export { default as PhoneCallFilled } from './PhoneCallFilled';
265
267
  export { default as PhoneOutlined } from './PhoneOutlined';
266
268
  export { default as PlayFilled } from './PlayFilled';
267
269
  export { default as PlaySharpFilled } from './PlaySharpFilled';
package/es/index.js CHANGED
@@ -182,6 +182,7 @@ export { default as HandCoinsOutlined } from './HandCoinsOutlined';
182
182
  export { default as HandleOutlined } from './HandleOutlined';
183
183
  export { default as HomeFilled } from './HomeFilled';
184
184
  export { default as HomeOutlined } from './HomeOutlined';
185
+ export { default as HourGlassOutlined } from './HourGlassOutlined';
185
186
  export { default as HouseOutlined } from './HouseOutlined';
186
187
  export { default as IbFilled } from './IbFilled';
187
188
  export { default as ImacFilled } from './ImacFilled';
@@ -262,6 +263,7 @@ export { default as PersonGroupFilled } from './PersonGroupFilled';
262
263
  export { default as PersonLeftArrowFilled } from './PersonLeftArrowFilled';
263
264
  export { default as PersonTransferFilled } from './PersonTransferFilled';
264
265
  export { default as PersonWarningFilled } from './PersonWarningFilled';
266
+ export { default as PhoneCallFilled } from './PhoneCallFilled';
265
267
  export { default as PhoneOutlined } from './PhoneOutlined';
266
268
  export { default as PlayFilled } from './PlayFilled';
267
269
  export { default as PlaySharpFilled } from './PlaySharpFilled';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function HourGlassOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace HourGlassOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default HourGlassOutlined;
@@ -0,0 +1,73 @@
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 HourGlassOutlined(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: "M18 3.6c0-.297-.001-.459-.01-.576l-.003-.012-.011-.001A8.104 8.104 0 0017.4 3H6.6c-.297 0-.459.001-.575.01l-.013.002-.001.012C6 3.141 6 3.304 6 3.6v2.075c0 .536.005.642.026.73.025.102.066.2.12.29.048.077.118.156.498.535l2.931 2.931c.187.187.37.368.51.534.149.175.308.397.402.687.13.402.13.835 0 1.236-.094.29-.253.512-.402.687-.14.166-.323.348-.51.534l-2.931 2.93c-.38.38-.45.46-.497.537-.055.09-.096.187-.12.289-.022.088-.028.194-.028.73V20.4c0 .297.001.46.01.576l.002.011.013.002c.116.01.278.011.575.011h10.8c.297 0 .46-.001.576-.01l.011-.003.002-.011c.01-.117.011-.28.011-.576v-2.075c0-.536-.006-.642-.027-.73a1.002 1.002 0 00-.12-.29c-.048-.077-.118-.156-.497-.535l-2.932-2.931c-.186-.187-.369-.368-.51-.534a2.023 2.023 0 01-.402-.687 2.001 2.001 0 010-1.236c.094-.29.254-.512.402-.687.141-.166.324-.348.51-.534l2.932-2.93c.379-.38.45-.46.497-.537.054-.09.095-.187.12-.289.021-.088.027-.194.027-.73V3.6zm-2 13.9v2H8v-2h8zm4-11.825c0 .441.006.825-.083 1.197a3 3 0 01-.36.867c-.2.326-.475.593-.787.906l-2.931 2.931a8.33 8.33 0 00-.4.414l-.008.01.008.01c.075.089.19.204.4.414l2.93 2.931c.313.313.589.58.789.906.164.268.286.56.36.867.088.372.082.756.082 1.197V20.4c0 .264.001.522-.017.739a2.023 2.023 0 01-.2.77 2 2 0 01-.875.873 2.023 2.023 0 01-.77.201c-.216.018-.474.017-.738.017H6.6c-.264 0-.522.001-.739-.017a2.023 2.023 0 01-.77-.2 2 2 0 01-.873-.875 2.023 2.023 0 01-.201-.77C3.999 20.923 4 20.665 4 20.4v-2.075c0-.441-.006-.825.083-1.197.074-.306.195-.599.36-.867.2-.326.475-.593.788-.905l2.93-2.932c.21-.21.325-.325.4-.414l.007-.01-.006-.01a8.348 8.348 0 00-.4-.414L5.23 8.645c-.313-.313-.589-.58-.789-.906a3.002 3.002 0 01-.359-.867C3.993 6.5 4 6.116 4 5.675V3.6c0-.264-.001-.522.017-.739.018-.228.063-.498.2-.77a2 2 0 01.875-.873c.271-.138.54-.183.77-.201C6.077.999 6.335 1 6.6 1h10.8c.264 0 .522-.001.739.017.228.018.498.063.77.2.329.169.604.424.796.737l.077.138.087.203c.072.2.1.395.114.566.018.217.017.475.017.739v2.075z",
65
+ fill: "currentColor"
66
+ }));
67
+ };
68
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
69
+ component: IconNode
70
+ }));
71
+ }
72
+ HourGlassOutlined.displayName = 'HourGlassOutlined';
73
+ exports["default"] = HourGlassOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function PhoneCallFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace PhoneCallFilled {
4
+ var displayName: string;
5
+ }
6
+ export default PhoneCallFilled;
@@ -0,0 +1,73 @@
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 PhoneCallFilled(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: "M5.1 1.878a3 3 0 012.708 0c.464.234.863.65 1.338 1.126l.195.195c.313.313.585.576.77.862a3 3 0 010 3.27c-.185.286-.457.55-.77.863l-.108.108-.002.012.014.03.037.077a13.604 13.604 0 002.652 3.735 13.602 13.602 0 003.735 2.651l.076.037.03.013h.006l.005-.002.11-.106c.313-.314.576-.585.862-.77a3.001 3.001 0 013.27 0c.286.185.55.456.863.77l.539.539c.328.334.606.646.782.994a3 3 0 010 2.708c-.235.464-.651.862-1.127 1.338l-.157.158c-.5.499-.867.877-1.372 1.161-.55.309-1.34.515-1.971.513-.572-.002-.983-.124-1.53-.28a20.04 20.04 0 01-8.717-5.128 20.041 20.041 0 01-5.129-8.718c-.155-.547-.278-.958-.28-1.53-.001-.63.205-1.42.513-1.97.284-.505.663-.873 1.162-1.372l.501-.502c.335-.329.647-.606.995-.782z",
65
+ fill: "currentColor"
66
+ }));
67
+ };
68
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
69
+ component: IconNode
70
+ }));
71
+ }
72
+ PhoneCallFilled.displayName = 'PhoneCallFilled';
73
+ exports["default"] = PhoneCallFilled;
package/lib/index.d.ts CHANGED
@@ -182,6 +182,7 @@ export { default as HandCoinsOutlined } from './HandCoinsOutlined';
182
182
  export { default as HandleOutlined } from './HandleOutlined';
183
183
  export { default as HomeFilled } from './HomeFilled';
184
184
  export { default as HomeOutlined } from './HomeOutlined';
185
+ export { default as HourGlassOutlined } from './HourGlassOutlined';
185
186
  export { default as HouseOutlined } from './HouseOutlined';
186
187
  export { default as IbFilled } from './IbFilled';
187
188
  export { default as ImacFilled } from './ImacFilled';
@@ -262,6 +263,7 @@ export { default as PersonGroupFilled } from './PersonGroupFilled';
262
263
  export { default as PersonLeftArrowFilled } from './PersonLeftArrowFilled';
263
264
  export { default as PersonTransferFilled } from './PersonTransferFilled';
264
265
  export { default as PersonWarningFilled } from './PersonWarningFilled';
266
+ export { default as PhoneCallFilled } from './PhoneCallFilled';
265
267
  export { default as PhoneOutlined } from './PhoneOutlined';
266
268
  export { default as PlayFilled } from './PlayFilled';
267
269
  export { default as PlaySharpFilled } from './PlaySharpFilled';
package/lib/index.js CHANGED
@@ -11,11 +11,11 @@ Object.defineProperty(exports, "__esModule", {
11
11
  exports.CameraFilled = exports.CallRecordOutlined = exports.CallOutlined = exports.CallFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BrokenHeartFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BindChainOutlined = exports.BindChainFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.AscOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowTopRightOutlined = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.AdFilled = exports.ImpassabilityFilled = exports.DailyFinanceFilled = void 0;
12
12
  exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ConfirmCircleSolidFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloudUploadOutlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CircleStopFilled = exports.CircleRLetterOutlined = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.CircleCLetterOutlined = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckboxMultipleBlankFilled = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = void 0;
13
13
  exports.FileFilled = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadLineOutlined = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotsOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DataPanelOutlined = exports.DataLogOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CyclePlusFilled = void 0;
14
- exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IbFilled = exports.HouseOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandleOutlined = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = void 0;
15
- exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.PauseCircleFilled = exports.OtcMerchant = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MinusSquareOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = void 0;
16
- exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.ResourceOutlined = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlusBoldSquareFilled = exports.PlaySolidFilled = exports.PlaySharpFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonLeftArrowFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = void 0;
17
- exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoSwitchOutlined = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TreeAreaOutlined = exports.TrashCanFilled = exports.TransferFileFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignalDiffusionFilled = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = void 0;
18
- exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = void 0;
14
+ exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IbFilled = exports.HouseOutlined = exports.HourGlassOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandleOutlined = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = void 0;
15
+ exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.PauseCircleFilled = exports.OtcMerchant = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MinusSquareOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = void 0;
16
+ exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.ResourceOutlined = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlusBoldSquareFilled = exports.PlaySolidFilled = exports.PlaySharpFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PhoneCallFilled = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonLeftArrowFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = void 0;
17
+ exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoSwitchOutlined = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TreeAreaOutlined = exports.TrashCanFilled = exports.TransferFileFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignalDiffusionFilled = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = void 0;
18
+ exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UpgradeFilled = exports.UpFilled = void 0;
19
19
  var DailyFinanceFilled_1 = require("./DailyFinanceFilled");
20
20
  Object.defineProperty(exports, "DailyFinanceFilled", {
21
21
  enumerable: true,
@@ -1304,6 +1304,13 @@ Object.defineProperty(exports, "HomeOutlined", {
1304
1304
  return __importDefault(HomeOutlined_1)["default"];
1305
1305
  }
1306
1306
  });
1307
+ var HourGlassOutlined_1 = require("./HourGlassOutlined");
1308
+ Object.defineProperty(exports, "HourGlassOutlined", {
1309
+ enumerable: true,
1310
+ get: function get() {
1311
+ return __importDefault(HourGlassOutlined_1)["default"];
1312
+ }
1313
+ });
1307
1314
  var HouseOutlined_1 = require("./HouseOutlined");
1308
1315
  Object.defineProperty(exports, "HouseOutlined", {
1309
1316
  enumerable: true,
@@ -1864,6 +1871,13 @@ Object.defineProperty(exports, "PersonWarningFilled", {
1864
1871
  return __importDefault(PersonWarningFilled_1)["default"];
1865
1872
  }
1866
1873
  });
1874
+ var PhoneCallFilled_1 = require("./PhoneCallFilled");
1875
+ Object.defineProperty(exports, "PhoneCallFilled", {
1876
+ enumerable: true,
1877
+ get: function get() {
1878
+ return __importDefault(PhoneCallFilled_1)["default"];
1879
+ }
1880
+ });
1867
1881
  var PhoneOutlined_1 = require("./PhoneOutlined");
1868
1882
  Object.defineProperty(exports, "PhoneOutlined", {
1869
1883
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.2.21",
3
+ "version": "1.2.23",
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": "7055d3e54100e0219354c9a530bfe6c12a4e6a3d"
25
+ "gitHead": "7c1f4d2f88ad90a213b7dcec7de96010c1b1e871"
26
26
  }
@@ -0,0 +1,18 @@
1
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
2
+ import * as React from 'react';
3
+
4
+ function HourGlassOutlined(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="M18 3.6c0-.297-.001-.459-.01-.576l-.003-.012-.011-.001A8.104 8.104 0 0017.4 3H6.6c-.297 0-.459.001-.575.01l-.013.002-.001.012C6 3.141 6 3.304 6 3.6v2.075c0 .536.005.642.026.73.025.102.066.2.12.29.048.077.118.156.498.535l2.931 2.931c.187.187.37.368.51.534.149.175.308.397.402.687.13.402.13.835 0 1.236-.094.29-.253.512-.402.687-.14.166-.323.348-.51.534l-2.931 2.93c-.38.38-.45.46-.497.537-.055.09-.096.187-.12.289-.022.088-.028.194-.028.73V20.4c0 .297.001.46.01.576l.002.011.013.002c.116.01.278.011.575.011h10.8c.297 0 .46-.001.576-.01l.011-.003.002-.011c.01-.117.011-.28.011-.576v-2.075c0-.536-.006-.642-.027-.73a1.002 1.002 0 00-.12-.29c-.048-.077-.118-.156-.497-.535l-2.932-2.931c-.186-.187-.369-.368-.51-.534a2.023 2.023 0 01-.402-.687 2.001 2.001 0 010-1.236c.094-.29.254-.512.402-.687.141-.166.324-.348.51-.534l2.932-2.93c.379-.38.45-.46.497-.537.054-.09.095-.187.12-.289.021-.088.027-.194.027-.73V3.6zm-2 13.9v2H8v-2h8zm4-11.825c0 .441.006.825-.083 1.197a3 3 0 01-.36.867c-.2.326-.475.593-.787.906l-2.931 2.931a8.33 8.33 0 00-.4.414l-.008.01.008.01c.075.089.19.204.4.414l2.93 2.931c.313.313.589.58.789.906.164.268.286.56.36.867.088.372.082.756.082 1.197V20.4c0 .264.001.522-.017.739a2.023 2.023 0 01-.2.77 2 2 0 01-.875.873 2.023 2.023 0 01-.77.201c-.216.018-.474.017-.738.017H6.6c-.264 0-.522.001-.739-.017a2.023 2.023 0 01-.77-.2 2 2 0 01-.873-.875 2.023 2.023 0 01-.201-.77C3.999 20.923 4 20.665 4 20.4v-2.075c0-.441-.006-.825.083-1.197.074-.306.195-.599.36-.867.2-.326.475-.593.788-.905l2.93-2.932c.21-.21.325-.325.4-.414l.007-.01-.006-.01a8.348 8.348 0 00-.4-.414L5.23 8.645c-.313-.313-.589-.58-.789-.906a3.002 3.002 0 01-.359-.867C3.993 6.5 4 6.116 4 5.675V3.6c0-.264-.001-.522.017-.739.018-.228.063-.498.2-.77a2 2 0 01.875-.873c.271-.138.54-.183.77-.201C6.077.999 6.335 1 6.6 1h10.8c.264 0 .522-.001.739.017.228.018.498.063.77.2.329.169.604.424.796.737l.077.138.087.203c.072.2.1.395.114.566.018.217.017.475.017.739v2.075z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ HourGlassOutlined.displayName = 'HourGlassOutlined';
18
+ export default HourGlassOutlined;
@@ -0,0 +1,18 @@
1
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
2
+ import * as React from 'react';
3
+
4
+ function PhoneCallFilled(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="M5.1 1.878a3 3 0 012.708 0c.464.234.863.65 1.338 1.126l.195.195c.313.313.585.576.77.862a3 3 0 010 3.27c-.185.286-.457.55-.77.863l-.108.108-.002.012.014.03.037.077a13.604 13.604 0 002.652 3.735 13.602 13.602 0 003.735 2.651l.076.037.03.013h.006l.005-.002.11-.106c.313-.314.576-.585.862-.77a3.001 3.001 0 013.27 0c.286.185.55.456.863.77l.539.539c.328.334.606.646.782.994a3 3 0 010 2.708c-.235.464-.651.862-1.127 1.338l-.157.158c-.5.499-.867.877-1.372 1.161-.55.309-1.34.515-1.971.513-.572-.002-.983-.124-1.53-.28a20.04 20.04 0 01-8.717-5.128 20.041 20.041 0 01-5.129-8.718c-.155-.547-.278-.958-.28-1.53-.001-.63.205-1.42.513-1.97.284-.505.663-.873 1.162-1.372l.501-.502c.335-.329.647-.606.995-.782z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ PhoneCallFilled.displayName = 'PhoneCallFilled';
18
+ export default PhoneCallFilled;
package/src/index.tsx CHANGED
@@ -181,6 +181,7 @@ export { default as HandCoinsOutlined } from './HandCoinsOutlined';
181
181
  export { default as HandleOutlined } from './HandleOutlined';
182
182
  export { default as HomeFilled } from './HomeFilled';
183
183
  export { default as HomeOutlined } from './HomeOutlined';
184
+ export { default as HourGlassOutlined } from './HourGlassOutlined';
184
185
  export { default as HouseOutlined } from './HouseOutlined';
185
186
  export { default as IbFilled } from './IbFilled';
186
187
  export { default as ImacFilled } from './ImacFilled';
@@ -262,6 +263,7 @@ export { default as PersonGroupFilled } from './PersonGroupFilled';
262
263
  export { default as PersonLeftArrowFilled } from './PersonLeftArrowFilled';
263
264
  export { default as PersonTransferFilled } from './PersonTransferFilled';
264
265
  export { default as PersonWarningFilled } from './PersonWarningFilled';
266
+ export { default as PhoneCallFilled } from './PhoneCallFilled';
265
267
  export { default as PhoneOutlined } from './PhoneOutlined';
266
268
  export { default as PlayFilled } from './PlayFilled';
267
269
  export { default as PlaySharpFilled } from './PlaySharpFilled';
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M5.09962 1.87753C5.9509 1.447 6.95635 1.44701 7.80763 1.87753C8.2716 2.11222 8.67072 2.52773 9.1465 3.00351L9.34083 3.19882C9.65426 3.51225 9.92551 3.77539 10.1113 4.06113C10.7576 5.05529 10.7575 6.33744 10.1113 7.33163C9.92553 7.61742 9.65428 7.88049 9.34083 8.19394C9.28353 8.25124 9.25386 8.28072 9.23341 8.30234L9.23146 8.31405C9.23473 8.32132 9.23905 8.3314 9.24513 8.34433C9.25471 8.36467 9.26689 8.38855 9.28224 8.4205C9.93001 9.76954 10.8131 11.0353 11.9336 12.1559C13.0541 13.2764 14.3199 14.1594 15.669 14.8072C15.701 14.8226 15.7248 14.8347 15.7451 14.8443C15.7574 14.8501 15.7673 14.8538 15.7744 14.857C15.7764 14.8568 15.7788 14.8574 15.7813 14.857C15.783 14.8567 15.7846 14.8554 15.7861 14.8551C15.8078 14.8346 15.8382 14.806 15.8955 14.7486C16.209 14.4352 16.472 14.1639 16.7578 13.9781C17.752 13.3319 19.0342 13.3319 20.0283 13.9781C20.3141 14.1639 20.5772 14.4352 20.8906 14.7486L21.4297 15.2877C21.7584 15.6221 22.0359 15.9339 22.2119 16.2818C22.6425 17.1331 22.6424 18.1385 22.2119 18.9898C21.9772 19.4538 21.5607 19.852 21.085 20.3277L20.9277 20.4859C20.4288 20.9849 20.0608 21.3633 19.5557 21.6471C19.0057 21.9559 18.2157 22.1616 17.585 22.1598C17.0135 22.158 16.6021 22.0356 16.0557 21.8805C12.8625 20.9741 9.84951 19.2632 7.3379 16.7516C4.82635 14.2399 3.11531 11.2269 2.209 8.03378C2.05393 7.48747 1.93141 7.07591 1.9297 6.50448C1.92788 5.87384 2.13358 5.08364 2.44239 4.53378C2.72614 4.02875 3.10463 3.66061 3.60353 3.16171L4.10548 2.65976C4.43995 2.33104 4.75168 2.05355 5.09962 1.87753Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M18.0001 3.59961C18.0001 3.30333 17.9989 3.14095 17.9894 3.02441C17.989 3.01992 17.9878 3.01575 17.9874 3.01172C17.9837 3.01138 17.9798 3.01108 17.9757 3.01074C17.8591 3.00122 17.6968 3 17.4005 3H6.59971C6.30343 3 6.14104 3.00122 6.02451 3.01074C6.02005 3.01111 6.01582 3.01135 6.01182 3.01172C6.01145 3.01572 6.0112 3.01995 6.01084 3.02441C6.00132 3.14095 6.0001 3.30333 6.0001 3.59961V5.6748C6.0001 6.21133 6.00624 6.31697 6.02744 6.40527C6.05194 6.50724 6.09276 6.60491 6.14756 6.69433C6.19501 6.7717 6.26546 6.85129 6.64463 7.23047L9.57627 10.1611C9.76259 10.3475 9.94519 10.5294 10.086 10.6953C10.2345 10.8702 10.3942 11.0921 10.4884 11.3818C10.6189 11.7835 10.6189 12.2165 10.4884 12.6182C10.3942 12.9079 10.2345 13.1298 10.086 13.3047C9.94519 13.4706 9.76259 13.6525 9.57627 13.8389L6.64463 16.7695C6.26545 17.1487 6.19501 17.2283 6.14756 17.3057C6.09276 17.3951 6.05194 17.4928 6.02744 17.5947C6.00624 17.683 6.0001 17.7887 6.0001 18.3252V20.4004C6.0001 20.6967 6.00132 20.8591 6.01084 20.9756C6.01117 20.9797 6.01148 20.9836 6.01182 20.9873C6.01584 20.9877 6.02002 20.9889 6.02451 20.9893C6.14104 20.9988 6.30343 21 6.59971 21H17.4005C17.6968 21 17.8591 20.9988 17.9757 20.9893C17.9798 20.9889 17.9837 20.9876 17.9874 20.9873C17.9877 20.9836 17.989 20.9797 17.9894 20.9756C17.9989 20.8591 18.0001 20.6967 18.0001 20.4004V18.3252C18.0001 17.7887 17.994 17.683 17.9728 17.5947C17.9483 17.4928 17.9074 17.3951 17.8526 17.3057C17.8052 17.2283 17.7347 17.1487 17.3556 16.7695L14.4239 13.8389C14.2376 13.6525 14.055 13.4706 13.9142 13.3047C13.7657 13.1298 13.606 12.9079 13.5118 12.6182C13.3813 12.2165 13.3813 11.7835 13.5118 11.3818C13.606 11.0921 13.7657 10.8702 13.9142 10.6953C14.055 10.5294 14.2376 10.3475 14.4239 10.1611L17.3556 7.23047C17.7347 6.8513 17.8052 6.7717 17.8526 6.69433C17.9074 6.60491 17.9483 6.50725 17.9728 6.40527C17.994 6.31697 18.0001 6.21133 18.0001 5.6748V3.59961ZM16.0001 17.5V19.5H8.0001V17.5H16.0001ZM20.0001 5.6748C20.0001 6.11627 20.0064 6.50012 19.9171 6.87207C19.8436 7.17811 19.7222 7.47089 19.5577 7.73926C19.3578 8.06535 19.0818 8.33237 18.7696 8.64453L15.839 11.5762C15.6293 11.7858 15.5143 11.9011 15.4386 11.9902C15.4357 11.9936 15.4333 11.997 15.4308 12C15.4333 12.003 15.4357 12.0064 15.4386 12.0098C15.5143 12.0989 15.6293 12.2142 15.839 12.4238L18.7696 15.3555C19.0818 15.6676 19.3578 15.9346 19.5577 16.2607C19.7222 16.5291 19.8436 16.8219 19.9171 17.1279C20.0064 17.4999 20.0001 17.8837 20.0001 18.3252V20.4004C20.0001 20.6638 20.0012 20.9219 19.9835 21.1387C19.9648 21.3672 19.9205 21.6369 19.7823 21.9082C19.5906 22.2845 19.2846 22.5905 18.9083 22.7822C18.637 22.9204 18.3673 22.9647 18.1388 22.9834C17.922 23.0011 17.6639 23 17.4005 23H6.59971C6.33632 23 6.07824 23.0011 5.86142 22.9834C5.63292 22.9647 5.36315 22.9204 5.09189 22.7822C4.71564 22.5905 4.4096 22.2845 4.21787 21.9082C4.07966 21.6369 4.03539 21.3672 4.0167 21.1387C3.99898 20.9219 4.0001 20.6638 4.0001 20.4004V18.3252C4.00009 17.8837 3.99381 17.4999 4.0831 17.1279C4.1566 16.8219 4.27803 16.5291 4.44248 16.2607C4.64238 15.9346 4.91841 15.6676 5.23057 15.3555L8.16123 12.4238C8.37089 12.2142 8.48592 12.0989 8.56162 12.0098C8.56431 12.0066 8.56605 12.0029 8.56846 12C8.56605 11.9971 8.56431 11.9934 8.56162 11.9902C8.48592 11.9011 8.37089 11.7858 8.16123 11.5762L5.23057 8.64453C4.91841 8.33237 4.64238 8.06535 4.44248 7.73926C4.27803 7.47089 4.1566 7.17811 4.0831 6.87207C3.99381 6.50012 4.00009 6.11627 4.0001 5.6748V3.59961C4.0001 3.33622 3.99898 3.07814 4.0167 2.86133C4.03539 2.63282 4.07966 2.36306 4.21787 2.0918C4.4096 1.71554 4.71564 1.40951 5.09189 1.21777C5.36315 1.07956 5.63292 1.0353 5.86142 1.0166C6.07824 0.998886 6.33632 0.999998 6.59971 0.999999H17.4005C17.6639 0.999998 17.922 0.998886 18.1388 1.0166C18.3673 1.0353 18.637 1.07956 18.9083 1.21777C19.2375 1.38555 19.513 1.64085 19.7052 1.9541L19.7823 2.0918L19.8692 2.29492C19.9407 2.49576 19.9695 2.69005 19.9835 2.86133C20.0012 3.07814 20.0001 3.33622 20.0001 3.59961V5.6748Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M18.0001 3.59961C18.0001 3.30333 17.9989 3.14095 17.9894 3.02441C17.989 3.01992 17.9878 3.01575 17.9874 3.01172C17.9837 3.01138 17.9798 3.01108 17.9757 3.01074C17.8591 3.00122 17.6968 3 17.4005 3H6.59971C6.30343 3 6.14104 3.00122 6.02451 3.01074C6.02005 3.01111 6.01582 3.01135 6.01182 3.01172C6.01145 3.01572 6.0112 3.01995 6.01084 3.02441C6.00132 3.14095 6.0001 3.30333 6.0001 3.59961V5.6748C6.0001 6.21133 6.00624 6.31697 6.02744 6.40527C6.05194 6.50724 6.09276 6.60491 6.14756 6.69433C6.19501 6.7717 6.26546 6.85129 6.64463 7.23047L9.57627 10.1611C9.76259 10.3475 9.94519 10.5294 10.086 10.6953C10.2345 10.8702 10.3942 11.0921 10.4884 11.3818C10.6189 11.7835 10.6189 12.2165 10.4884 12.6182C10.3942 12.9079 10.2345 13.1298 10.086 13.3047C9.94519 13.4706 9.76259 13.6525 9.57627 13.8389L6.64463 16.7695C6.26545 17.1487 6.19501 17.2283 6.14756 17.3057C6.09276 17.3951 6.05194 17.4928 6.02744 17.5947C6.00624 17.683 6.0001 17.7887 6.0001 18.3252V20.4004C6.0001 20.6967 6.00132 20.8591 6.01084 20.9756C6.01117 20.9797 6.01148 20.9836 6.01182 20.9873C6.01584 20.9877 6.02002 20.9889 6.02451 20.9893C6.14104 20.9988 6.30343 21 6.59971 21H17.4005C17.6968 21 17.8591 20.9988 17.9757 20.9893C17.9798 20.9889 17.9837 20.9876 17.9874 20.9873C17.9877 20.9836 17.989 20.9797 17.9894 20.9756C17.9989 20.8591 18.0001 20.6967 18.0001 20.4004V18.3252C18.0001 17.7887 17.994 17.683 17.9728 17.5947C17.9483 17.4928 17.9074 17.3951 17.8526 17.3057C17.8052 17.2283 17.7347 17.1487 17.3556 16.7695L14.4239 13.8389C14.2376 13.6525 14.055 13.4706 13.9142 13.3047C13.7657 13.1298 13.606 12.9079 13.5118 12.6182C13.3813 12.2165 13.3813 11.7835 13.5118 11.3818C13.606 11.0921 13.7657 10.8702 13.9142 10.6953C14.055 10.5294 14.2376 10.3475 14.4239 10.1611L17.3556 7.23047C17.7347 6.8513 17.8052 6.7717 17.8526 6.69433C17.9074 6.60491 17.9483 6.50725 17.9728 6.40527C17.994 6.31697 18.0001 6.21133 18.0001 5.6748V3.59961ZM16.0001 17.5V19.5H8.0001V17.5H16.0001ZM20.0001 5.6748C20.0001 6.11627 20.0064 6.50012 19.9171 6.87207C19.8436 7.17811 19.7222 7.47089 19.5577 7.73926C19.3578 8.06535 19.0818 8.33237 18.7696 8.64453L15.839 11.5762C15.6293 11.7858 15.5143 11.9011 15.4386 11.9902C15.4357 11.9936 15.4333 11.997 15.4308 12C15.4333 12.003 15.4357 12.0064 15.4386 12.0098C15.5143 12.0989 15.6293 12.2142 15.839 12.4238L18.7696 15.3555C19.0818 15.6676 19.3578 15.9346 19.5577 16.2607C19.7222 16.5291 19.8436 16.8219 19.9171 17.1279C20.0064 17.4999 20.0001 17.8837 20.0001 18.3252V20.4004C20.0001 20.6638 20.0012 20.9219 19.9835 21.1387C19.9648 21.3672 19.9205 21.6369 19.7823 21.9082C19.5906 22.2845 19.2846 22.5905 18.9083 22.7822C18.637 22.9204 18.3673 22.9647 18.1388 22.9834C17.922 23.0011 17.6639 23 17.4005 23H6.59971C6.33632 23 6.07824 23.0011 5.86142 22.9834C5.63292 22.9647 5.36315 22.9204 5.09189 22.7822C4.71564 22.5905 4.4096 22.2845 4.21787 21.9082C4.07966 21.6369 4.03539 21.3672 4.0167 21.1387C3.99898 20.9219 4.0001 20.6638 4.0001 20.4004V18.3252C4.00009 17.8837 3.99381 17.4999 4.0831 17.1279C4.1566 16.8219 4.27803 16.5291 4.44248 16.2607C4.64238 15.9346 4.91841 15.6676 5.23057 15.3555L8.16123 12.4238C8.37089 12.2142 8.48592 12.0989 8.56162 12.0098C8.56431 12.0066 8.56605 12.0029 8.56846 12C8.56605 11.9971 8.56431 11.9934 8.56162 11.9902C8.48592 11.9011 8.37089 11.7858 8.16123 11.5762L5.23057 8.64453C4.91841 8.33237 4.64238 8.06535 4.44248 7.73926C4.27803 7.47089 4.1566 7.17811 4.0831 6.87207C3.99381 6.50012 4.00009 6.11627 4.0001 5.6748V3.59961C4.0001 3.33622 3.99898 3.07814 4.0167 2.86133C4.03539 2.63282 4.07966 2.36306 4.21787 2.0918C4.4096 1.71554 4.71564 1.40951 5.09189 1.21777C5.36315 1.07956 5.63292 1.0353 5.86142 1.0166C6.07824 0.998886 6.33632 0.999998 6.59971 0.999999H17.4005C17.6639 0.999998 17.922 0.998886 18.1388 1.0166C18.3673 1.0353 18.637 1.07956 18.9083 1.21777C19.2375 1.38555 19.513 1.64085 19.7052 1.9541L19.7823 2.0918L19.8692 2.29492C19.9407 2.49576 19.9695 2.69005 19.9835 2.86133C20.0012 3.07814 20.0001 3.33622 20.0001 3.59961V5.6748Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M5.09962 1.87753C5.9509 1.447 6.95635 1.44701 7.80763 1.87753C8.2716 2.11222 8.67072 2.52773 9.1465 3.00351L9.34083 3.19882C9.65426 3.51225 9.92551 3.77539 10.1113 4.06113C10.7576 5.05529 10.7575 6.33744 10.1113 7.33163C9.92553 7.61742 9.65428 7.88049 9.34083 8.19394C9.28353 8.25124 9.25386 8.28072 9.23341 8.30234L9.23146 8.31405C9.23473 8.32132 9.23905 8.3314 9.24513 8.34433C9.25471 8.36467 9.26689 8.38855 9.28224 8.4205C9.93001 9.76954 10.8131 11.0353 11.9336 12.1559C13.0541 13.2764 14.3199 14.1594 15.669 14.8072C15.701 14.8226 15.7248 14.8347 15.7451 14.8443C15.7574 14.8501 15.7673 14.8538 15.7744 14.857C15.7764 14.8568 15.7788 14.8574 15.7813 14.857C15.783 14.8567 15.7846 14.8554 15.7861 14.8551C15.8078 14.8346 15.8382 14.806 15.8955 14.7486C16.209 14.4352 16.472 14.1639 16.7578 13.9781C17.752 13.3319 19.0342 13.3319 20.0283 13.9781C20.3141 14.1639 20.5772 14.4352 20.8906 14.7486L21.4297 15.2877C21.7584 15.6221 22.0359 15.9339 22.2119 16.2818C22.6425 17.1331 22.6424 18.1385 22.2119 18.9898C21.9772 19.4538 21.5607 19.852 21.085 20.3277L20.9277 20.4859C20.4288 20.9849 20.0608 21.3633 19.5557 21.6471C19.0057 21.9559 18.2157 22.1616 17.585 22.1598C17.0135 22.158 16.6021 22.0356 16.0557 21.8805C12.8625 20.9741 9.84951 19.2632 7.3379 16.7516C4.82635 14.2399 3.11531 11.2269 2.209 8.03378C2.05393 7.48747 1.93141 7.07591 1.9297 6.50448C1.92788 5.87384 2.13358 5.08364 2.44239 4.53378C2.72614 4.02875 3.10463 3.66061 3.60353 3.16171L4.10548 2.65976C4.43995 2.33104 4.75168 2.05355 5.09962 1.87753Z"
4
+ fill="currentColor" />
5
+ </svg>