a-icons 1.2.26 → 1.2.28

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.
Files changed (55) hide show
  1. package/es/CallFailOutlined.d.ts +6 -0
  2. package/es/CallFailOutlined.js +30 -0
  3. package/es/DraftLineOutlined.d.ts +6 -0
  4. package/es/DraftLineOutlined.js +39 -0
  5. package/es/FlagOutlined.d.ts +6 -0
  6. package/es/FlagOutlined.js +30 -0
  7. package/es/InternalResourceOutlined.d.ts +6 -0
  8. package/es/InternalResourceOutlined.js +30 -0
  9. package/es/MessageSmileOutlined.d.ts +6 -0
  10. package/es/MessageSmileOutlined.js +30 -0
  11. package/es/MessageSquareOutlined.d.ts +6 -0
  12. package/es/MessageSquareOutlined.js +30 -0
  13. package/es/UserCheckOutlined.d.ts +6 -0
  14. package/es/UserCheckOutlined.js +38 -0
  15. package/es/index.d.ts +7 -0
  16. package/es/index.js +7 -0
  17. package/lib/CallFailOutlined.d.ts +6 -0
  18. package/lib/CallFailOutlined.js +73 -0
  19. package/lib/DraftLineOutlined.d.ts +6 -0
  20. package/lib/DraftLineOutlined.js +82 -0
  21. package/lib/FlagOutlined.d.ts +6 -0
  22. package/lib/FlagOutlined.js +73 -0
  23. package/lib/InternalResourceOutlined.d.ts +6 -0
  24. package/lib/InternalResourceOutlined.js +73 -0
  25. package/lib/MessageSmileOutlined.d.ts +6 -0
  26. package/lib/MessageSmileOutlined.js +73 -0
  27. package/lib/MessageSquareOutlined.d.ts +6 -0
  28. package/lib/MessageSquareOutlined.js +73 -0
  29. package/lib/UserCheckOutlined.d.ts +6 -0
  30. package/lib/UserCheckOutlined.js +81 -0
  31. package/lib/index.d.ts +7 -0
  32. package/lib/index.js +57 -8
  33. package/package.json +2 -2
  34. package/src/CallFailOutlined.tsx +18 -0
  35. package/src/DraftLineOutlined.tsx +23 -0
  36. package/src/FlagOutlined.tsx +18 -0
  37. package/src/InternalResourceOutlined.tsx +18 -0
  38. package/src/MessageSmileOutlined.tsx +18 -0
  39. package/src/MessageSquareOutlined.tsx +18 -0
  40. package/src/UserCheckOutlined.tsx +28 -0
  41. package/src/index.tsx +7 -0
  42. package/svgs/outlined/call-fail-outlined.svg +5 -0
  43. package/svgs/outlined/draft-line-outlined.svg +16 -0
  44. package/svgs/outlined/flag-outlined.svg +5 -0
  45. package/svgs/outlined/internal-resource-outlined.svg +5 -0
  46. package/svgs/outlined/message-smile-outlined.svg +5 -0
  47. package/svgs/outlined/message-square-outlined.svg +5 -0
  48. package/svgs/outlined/user-check-outlined.svg +14 -0
  49. package/tmpAllSvgs/call-fail-outlined.svg +5 -0
  50. package/tmpAllSvgs/draft-line-outlined.svg +16 -0
  51. package/tmpAllSvgs/flag-outlined.svg +5 -0
  52. package/tmpAllSvgs/internal-resource-outlined.svg +5 -0
  53. package/tmpAllSvgs/message-smile-outlined.svg +5 -0
  54. package/tmpAllSvgs/message-square-outlined.svg +5 -0
  55. package/tmpAllSvgs/user-check-outlined.svg +14 -0
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function CallFailOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace CallFailOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default CallFailOutlined;
@@ -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 CallFailOutlined(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: "M4.1 2.878a3 3 0 012.708 0c.464.235.863.65 1.338 1.126l.195.195c.313.314.585.577.77.863a3 3 0 010 3.27c-.185.286-.457.549-.77.862l-.108.109-.002.011.014.03.037.076a13.602 13.602 0 002.652 3.736 13.602 13.602 0 003.735 2.652l.076.037c.013.006.022.01.03.012h.006l.005-.002.11-.106c.313-.314.576-.585.862-.77a3 3 0 013.27 0c.286.185.55.457.863.77l.539.54c.329.334.606.645.782.993a3 3 0 010 2.708c-.235.464-.651.862-1.127 1.338l-.157.158c-.5.5-.867.878-1.372 1.162-.55.308-1.34.514-1.971.512-.572-.002-.983-.124-1.53-.28a20.04 20.04 0 01-8.717-5.128 20.04 20.04 0 01-5.129-8.718c-.155-.546-.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-.782zm1.805 1.784a1.001 1.001 0 00-.903 0c-.107.054-.24.17-.826.757l-.158.157c-.56.56-.712.723-.832.938-.14.249-.257.7-.256.985 0 .254.038.407.203.99a18.04 18.04 0 004.619 7.849 18.038 18.038 0 007.85 4.618c.582.165.735.203.989.204.285.001.736-.117.985-.257.215-.12.378-.27.938-.83l.157-.159c.587-.587.703-.72.757-.827a1 1 0 000-.902c-.054-.107-.17-.24-.757-.828l-.194-.194c-.386-.386-.473-.465-.538-.508a1.001 1.001 0 00-1.091 0c-.066.043-.153.123-.538.508-.093.093-.215.219-.364.325a2.045 2.045 0 01-1.723.294c-.173-.05-.314-.12-.42-.17A15.602 15.602 0 019.52 14.57a15.603 15.603 0 01-3.041-4.284c-.051-.106-.12-.246-.171-.419a2.044 2.044 0 01.294-1.723c.106-.149.232-.27.325-.364.385-.385.465-.472.508-.538.215-.331.215-.76 0-1.09-.043-.066-.123-.153-.508-.539L6.73 5.42c-.586-.587-.719-.703-.826-.757zM22.415 3l-3 3 3 3L21 10.414l-3-3-3 3L13.585 9l3-3-3-3L15 1.586l3 3 3-3L22.414 3z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ CallFailOutlined.displayName = 'CallFailOutlined';
30
+ export default CallFailOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function DraftLineOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace DraftLineOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default DraftLineOutlined;
@@ -0,0 +1,39 @@
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 DraftLineOutlined(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("g", {
21
+ clipPath: "url(#draft-line-outlined_svg__clip0_15863_16074)",
22
+ fill: "currentColor"
23
+ }, /*#__PURE__*/React.createElement("path", {
24
+ d: "M15.241 1c.805 0 1.47 0 2.011.044.562.046 1.08.144 1.564.392a4.001 4.001 0 011.748 1.748c.248.485.346 1.002.392 1.564.044.54.043 1.205.043 2.009l-1.999 2V6.8c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 00-.875-.873c-.156-.08-.38-.145-.82-.18C16.639 3 16.058 3 15.2 3H8.8c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 00-.873.875c-.08.156-.145.38-.18.82C5 5.361 5 5.942 5 6.8v10.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 00.875.873c.156.08.38.145.82.18C7.361 21 7.942 21 8.8 21h6.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 00.873-.875c.08-.156.145-.38.18-.82.037-.442.037-1.012.037-1.846l2.001-2v2c0 .804 0 1.469-.044 2.01-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.248-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H8.758c-.805 0-1.47 0-2.011-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C3 18.711 3 18.046 3 17.242V6.758c0-.805 0-1.47.044-2.011.046-.562.144-1.08.392-1.564a4.001 4.001 0 011.748-1.748c.485-.248 1.002-.346 1.564-.392C7.29 1 7.954 1 8.758 1h6.483z"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M23.192 10.222L15.414 18l-1.416-.002.002-1.412 7.778-7.778 1.414 1.414zM13 14H8v-2h5v2zM16 10H8V8h8v2z"
27
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
28
+ id: "draft-line-outlined_svg__clip0_15863_16074"
29
+ }, /*#__PURE__*/React.createElement("path", {
30
+ fill: "currentColor",
31
+ d: "M0 0h24v24H0z"
32
+ }))));
33
+ };
34
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
+ component: IconNode
36
+ }));
37
+ }
38
+ DraftLineOutlined.displayName = 'DraftLineOutlined';
39
+ export default DraftLineOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function FlagOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace FlagOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default FlagOutlined;
@@ -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 FlagOutlined(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: "M4 13H3a1 1 0 001 1v-1zm8.891-.546L12 12l.891.454zm-.437.437L12 12l.454.891zm0-9.782L12 4l.454-.891zm.437.437L12 4l.891-.454zm-8.345-.437L5 4l-.454-.891zm-.437.437L5 4l-.891-.454zM13 5V4a1 1 0 00-1 1h1zm.546 9.891L14 14l-.454.891zm-.437-.437L14 14l-.891.454zm7.782 0L20 14l.891.454zm-.437.437L20 14l.454.891zm0-9.782L20 6l.454-.891zm.437.437L20 6l.891-.454zM3 21v1h2v-1H3zM5 4a1 1 0 00-2 0h2zm.6-1v1h5.8V2H5.6v1zM13 4.6h-1v6.8h2V4.6h-1zM11.4 13v-1H4v2h7.4v-1zM4 13h1V4.6H3V13h1zm9-1.6h-1c0 .296 0 .459-.01.575-.009.105-.02.082.01.025l.891.454.891.454c.138-.271.182-.541.201-.77.018-.217.017-.474.017-.738h-1zM11.4 13v1c.264 0 .521 0 .738-.017.229-.019.499-.063.77-.201l-.454-.891L12 12c.057-.03.08-.019-.025-.01-.116.01-.278.01-.575.01v1zm1.491-.546L12 12l.454.891.454.891a2 2 0 00.874-.874l-.891-.454zM11.4 3v1c.296 0 .459 0 .575.01.105.009.082.02.025-.01l.454-.891.454-.891a2.022 2.022 0 00-.77-.201C11.921 1.999 11.664 2 11.4 2v1zM13 4.6h1c0-.264 0-.521-.017-.738a2.022 2.022 0 00-.201-.77l-.891.454L12 4c-.03-.058-.019-.08-.01.025.01.116.01.278.01.575h1zm-.546-1.491L12 4l.891-.454.891-.454a2 2 0 00-.874-.874l-.454.891zM5.6 3V2c-.264 0-.521 0-.738.017a2.021 2.021 0 00-.77.201l.454.891L5 4c-.058.03-.08.019.025.01C5.14 4 5.303 4 5.6 4V3zM4 4.6h1c0-.297 0-.459.01-.575C5.02 3.92 5.03 3.942 5 4l-.891-.454-.891-.454a2.021 2.021 0 00-.201.77C2.999 4.079 3 4.336 3 4.6h1zm.546-1.491l-.454-.891a2 2 0 00-.874.874l.891.454L5 4l-.454-.891zM13 5v1h6.4V4H13v1zm8 1.6h-1v6.8h2V6.6h-1zM19.4 15v-1h-4.8v2h4.8v-1zM13 13.4h1V5h-2v8.4h1zm1.6 1.6v-1c-.296 0-.459 0-.575-.01-.105-.009-.082-.02-.025.01l-.454.891-.454.891c.271.138.541.182.77.201.217.018.474.017.738.017v-1zM13 13.4h-1c0 .264 0 .521.017.738.019.229.063.499.201.77l.891-.454L14 14c.03.057.019.08.01-.025A8.207 8.207 0 0114 13.4h-1zm.546 1.491L14 14l-.891.454-.891.454a2 2 0 00.874.874l.454-.891zM21 13.4h-1c0 .296 0 .459-.01.575-.009.105-.02.082.01.025l.891.454.891.454c.138-.271.182-.541.201-.77.018-.217.017-.474.017-.738h-1zM19.4 15v1c.264 0 .521 0 .738-.017.229-.019.499-.063.77-.201l-.454-.891L20 14c.058-.03.08-.019-.025-.01-.116.01-.279.01-.575.01v1zm1.491-.546L20 14l.454.891.454.891a2 2 0 00.874-.874l-.891-.454zM19.4 5v1c.297 0 .459 0 .575.01.105.009.082.02.025-.01l.454-.891.454-.891a2.022 2.022 0 00-.77-.201C19.921 3.999 19.663 4 19.4 4v1zM21 6.6h1c0-.264 0-.521-.017-.738a2.022 2.022 0 00-.201-.77l-.891.454L20 6c-.03-.058-.019-.08-.01.025.01.116.01.278.01.575h1zm-.546-1.491L20 6l.891-.454.891-.454a2 2 0 00-.874-.874l-.454.891zM4 21h1V4H3v17h1z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ FlagOutlined.displayName = 'FlagOutlined';
30
+ export default FlagOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function InternalResourceOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace InternalResourceOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default InternalResourceOutlined;
@@ -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 InternalResourceOutlined(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.434 1.805c1.028-.007 2.024.269 2.758 1.003.734.734 1.01 1.73 1.002 2.757-.007 1.022-.293 2.156-.77 3.316-.411.998-.98 2.05-1.687 3.118.706 1.069 1.276 2.122 1.687 3.12.477 1.16.763 2.294.77 3.316.008 1.027-.268 2.023-1.003 2.757-.734.734-1.73 1.01-2.756 1.003-1.023-.008-2.156-.293-3.316-.77-.998-.412-2.052-.981-3.12-1.687-1.068.706-2.121 1.276-3.12 1.687-1.16.478-2.293.762-3.315.77-1.027.008-2.023-.268-2.757-1.002-.735-.735-1.01-1.73-1.002-2.758.007-1.022.292-2.155.77-3.315.411-.999.98-2.052 1.686-3.12-.706-1.069-1.275-2.122-1.686-3.12-.478-1.16-.763-2.293-.77-3.315-.008-1.027.267-2.023 1.002-2.758.734-.734 1.73-1.01 2.757-1.002 1.023.008 2.156.293 3.316.77.998.412 2.05.98 3.119 1.686 1.068-.706 2.122-1.274 3.12-1.685 1.16-.478 2.293-.763 3.316-.77zM5.525 13.74a15.582 15.582 0 00-1.101 2.141c-.418 1.015-.614 1.886-.62 2.569-.004.677.176 1.086.418 1.328.241.242.65.422 1.328.417.682-.005 1.554-.201 2.569-.62.678-.278 1.397-.65 2.14-1.102a29.05 29.05 0 01-4.734-4.733zm12.948 0a29.058 29.058 0 01-4.734 4.733c.744.453 1.463.824 2.14 1.103 1.016.418 1.888.614 2.57.619.678.005 1.086-.175 1.328-.417s.422-.65.417-1.328c-.005-.683-.2-1.554-.619-2.57a15.59 15.59 0 00-1.102-2.14zm-6.474-7.03A26.65 26.65 0 009.17 9.17 26.648 26.648 0 006.708 12a26.643 26.643 0 002.463 2.829 26.643 26.643 0 002.828 2.462 26.631 26.631 0 002.829-2.462 26.632 26.632 0 002.462-2.83 26.638 26.638 0 00-2.462-2.828 26.627 26.627 0 00-2.83-2.462zm.154 3.798a1.5 1.5 0 11-1.646 1.646L10.5 12l.007-.154A1.5 1.5 0 0112 10.501l.153.007zm6.296-6.703c-.682.005-1.554.202-2.57.62-.676.28-1.396.648-2.14 1.1a29.059 29.059 0 014.734 4.735 15.59 15.59 0 001.102-2.14c.418-1.016.614-1.887.62-2.57.004-.677-.176-1.086-.418-1.328s-.65-.422-1.328-.417zm-12.9 0c-.677-.005-1.086.175-1.327.417-.242.242-.422.65-.417 1.328.005.683.2 1.554.619 2.57.279.677.649 1.396 1.101 2.14a29.059 29.059 0 012.232-2.503 29.06 29.06 0 012.502-2.231 15.578 15.578 0 00-2.14-1.102c-1.015-.418-1.887-.614-2.57-.619z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ InternalResourceOutlined.displayName = 'InternalResourceOutlined';
30
+ export default InternalResourceOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function MessageSmileOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace MessageSmileOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default MessageSmileOutlined;
@@ -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 MessageSmileOutlined(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: "M20 13.2V7.8c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 00-.875-.873c-.156-.08-.38-.145-.819-.18C17.639 4 17.057 4 16.2 4H7.8c-.856 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 00-.873.875c-.08.156-.145.38-.18.82C4 6.361 4 6.942 4 7.8V14c0 .994.009 1.295.068 1.518a2 2 0 001.415 1.414c.222.06.523.068 1.517.068a1 1 0 011 1v1.919l2.06-1.649c.457-.364.79-.637 1.172-.832.321-.164.663-.284 1.016-.356.421-.086.852-.082 1.436-.082H16.2c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 00.873-.875c.08-.156.145-.38.181-.82.037-.45.037-1.031.037-1.888zM9.25 11.838l-.002-.002.001.002.026.027a4.064 4.064 0 00.684.536A3.844 3.844 0 0012 13c.859 0 1.552-.294 2.041-.599a4.06 4.06 0 00.684-.536l.025-.027.002-.002-.002.002-.002.002.658-.751 1.505 1.317-.658.752-.006.006-.007.009a1.803 1.803 0 01-.086.09c-.054.056-.13.13-.226.216a6.05 6.05 0 01-.828.62A5.845 5.845 0 0112 15a5.844 5.844 0 01-3.1-.901 6.05 6.05 0 01-1.054-.835 3.384 3.384 0 01-.086-.091l-.007-.009-.005-.005.7-.613c-.664.58-.7.61-.7.612l-.66-.752 1.506-1.317.655.749zM9.25 6a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5.5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM22 13.2c0 .824.001 1.502-.044 2.052-.046.562-.144 1.08-.392 1.564a4.001 4.001 0 01-1.747 1.748c-.486.248-1.003.346-1.565.392-.55.045-1.228.044-2.052.044h-2.516c-.664 0-.858.005-1.034.041a1.997 1.997 0 00-.507.178c-.16.081-.315.2-.833.614l-2.385 1.908c-.193.154-.39.314-.564.428-.157.104-.462.29-.859.291a1.5 1.5 0 01-1.174-.565c-.247-.31-.293-.664-.31-.852-.02-.206-.018-.46-.018-.707v-1.347c-.392-.013-.728-.043-1.035-.126a4 4 0 01-2.828-2.828C1.992 15.495 2 14.865 2 14V7.8c0-.824 0-1.502.044-2.052.046-.562.144-1.08.392-1.564a4.001 4.001 0 011.748-1.748c.485-.248 1.002-.346 1.564-.392C6.298 1.999 6.976 2 7.8 2h8.4c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.565.392a4 4 0 011.747 1.748c.248.485.346 1.002.392 1.564.045.55.044 1.228.044 2.052v5.4zm-6.607-.794l.107.094.052.046-.16-.14z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ MessageSmileOutlined.displayName = 'MessageSmileOutlined';
30
+ export default MessageSmileOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function MessageSquareOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace MessageSquareOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default MessageSquareOutlined;
@@ -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 MessageSquareOutlined(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: "M20 13.2V7.8c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 00-.875-.873c-.156-.08-.38-.145-.819-.18C17.639 4 17.057 4 16.2 4H7.8c-.856 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 00-.873.875c-.08.156-.145.38-.18.82C4 6.361 4 6.942 4 7.8V14c0 .994.009 1.295.068 1.518a2 2 0 001.415 1.414c.222.06.523.068 1.517.068a1 1 0 011 1v1.919l2.06-1.649c.457-.364.79-.637 1.172-.832.321-.164.663-.284 1.016-.356.421-.086.852-.082 1.436-.082H16.2c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 00.873-.875c.08-.156.145-.38.181-.82.037-.45.037-1.031.037-1.888zM15.914 8l-2.5 2.5 2.5 2.5-1.414 1.414-2.5-2.5-2.5 2.5L8.086 13l2.5-2.5-2.5-2.5L9.5 6.586l2.5 2.5 2.5-2.5L15.914 8zM22 13.2c0 .824.001 1.502-.044 2.052-.046.562-.144 1.08-.392 1.564a4.001 4.001 0 01-1.747 1.748c-.486.248-1.003.346-1.565.392-.55.045-1.228.044-2.052.044h-2.516c-.664 0-.858.005-1.034.041a1.997 1.997 0 00-.507.178c-.16.081-.315.2-.833.614l-2.385 1.908c-.193.154-.39.314-.564.428-.157.104-.462.29-.859.291a1.5 1.5 0 01-1.174-.565c-.247-.31-.293-.664-.31-.852-.02-.206-.018-.46-.018-.707v-1.347c-.392-.013-.728-.043-1.035-.126a4 4 0 01-2.828-2.828C1.992 15.495 2 14.865 2 14V7.8c0-.824 0-1.502.044-2.052.046-.562.144-1.08.392-1.564a4.001 4.001 0 011.748-1.748c.485-.248 1.002-.346 1.564-.392C6.298 1.999 6.976 2 7.8 2h8.4c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.565.392a4 4 0 011.747 1.748c.248.485.346 1.002.392 1.564.045.55.044 1.228.044 2.052v5.4z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ MessageSquareOutlined.displayName = 'MessageSquareOutlined';
30
+ export default MessageSquareOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function UserCheckOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace UserCheckOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default UserCheckOutlined;
@@ -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 UserCheckOutlined(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: "M13 16H8c-.945 0-1.604.001-2.12.036-.507.035-.803.1-1.028.192a3 3 0 00-1.623 1.624c-.094.225-.158.521-.193 1.028C3.001 19.396 3 20.055 3 21v1H1v-1c0-.918 0-1.657.04-2.257.042-.608.13-1.146.34-1.656a5 5 0 012.707-2.706c.51-.211 1.048-.3 1.656-.341C6.343 14 7.082 14 8 14h5v2zM23.414 16l-4.707 4.707a1 1 0 01-1.414 0L14.586 18 16 16.586l2 2 4-4L23.414 16z",
22
+ fill: "currentColor"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M9.5 2a5 5 0 110 10 5 5 0 010-10zm0 2a3 3 0 100 6 3 3 0 000-6z",
27
+ fill: "currentColor"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M15 2.1a5.002 5.002 0 010 9.8V9.83a3.001 3.001 0 000-5.66V2.1z",
30
+ fill: "currentColor"
31
+ }));
32
+ };
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+ UserCheckOutlined.displayName = 'UserCheckOutlined';
38
+ export default UserCheckOutlined;
package/es/index.d.ts CHANGED
@@ -45,6 +45,7 @@ export { default as BrokenLineOutlined } from './BrokenLineOutlined';
45
45
  export { default as BusinessCardFilled } from './BusinessCardFilled';
46
46
  export { default as BusinessCardOutlined } from './BusinessCardOutlined';
47
47
  export { default as CalendarOutlined } from './CalendarOutlined';
48
+ export { default as CallFailOutlined } from './CallFailOutlined';
48
49
  export { default as CallFilled } from './CallFilled';
49
50
  export { default as CallOutlined } from './CallOutlined';
50
51
  export { default as CallRecordOutlined } from './CallRecordOutlined';
@@ -130,6 +131,7 @@ export { default as DownloadFilled } from './DownloadFilled';
130
131
  export { default as DownloadLineOutlined } from './DownloadLineOutlined';
131
132
  export { default as DownloadOutlinedFile } from './DownloadOutlinedFile';
132
133
  export { default as DownloadOutlined } from './DownloadOutlined';
134
+ export { default as DraftLineOutlined } from './DraftLineOutlined';
133
135
  export { default as DragUpAndDownOutlined } from './DragUpAndDownOutlined';
134
136
  export { default as EarthFilled } from './EarthFilled';
135
137
  export { default as EarthOutlined } from './EarthOutlined';
@@ -161,6 +163,7 @@ export { default as FilterFilled } from './FilterFilled';
161
163
  export { default as FilterOutlined } from './FilterOutlined';
162
164
  export { default as FireFilled } from './FireFilled';
163
165
  export { default as FireOutlined } from './FireOutlined';
166
+ export { default as FlagOutlined } from './FlagOutlined';
164
167
  export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
165
168
  export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
166
169
  export { default as FolderAddOutlined } from './FolderAddOutlined';
@@ -193,6 +196,7 @@ export { default as ImageOutlined } from './ImageOutlined';
193
196
  export { default as InformationFilled } from './InformationFilled';
194
197
  export { default as InformationOutlined } from './InformationOutlined';
195
198
  export { default as InsFilled } from './InsFilled';
199
+ export { default as InternalResourceOutlined } from './InternalResourceOutlined';
196
200
  export { default as InviteFriendFilled } from './InviteFriendFilled';
197
201
  export { default as InvoiceOutlined } from './InvoiceOutlined';
198
202
  export { default as KeyFilled } from './KeyFilled';
@@ -222,6 +226,8 @@ export { default as MailHollowFilled } from './MailHollowFilled';
222
226
  export { default as MailOutlined } from './MailOutlined';
223
227
  export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
224
228
  export { default as MenuListOutlined } from './MenuListOutlined';
229
+ export { default as MessageSmileOutlined } from './MessageSmileOutlined';
230
+ export { default as MessageSquareOutlined } from './MessageSquareOutlined';
225
231
  export { default as MinusSquareOutlined } from './MinusSquareOutlined';
226
232
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
227
233
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
@@ -353,6 +359,7 @@ export { default as UnbindChainOutlined } from './UnbindChainOutlined';
353
359
  export { default as UnlockFilled } from './UnlockFilled';
354
360
  export { default as UpFilled } from './UpFilled';
355
361
  export { default as UpgradeFilled } from './UpgradeFilled';
362
+ export { default as UserCheckOutlined } from './UserCheckOutlined';
356
363
  export { default as UserOutlined } from './UserOutlined';
357
364
  export { default as WalletFilled } from './WalletFilled';
358
365
  export { default as WalletOutlined } from './WalletOutlined';
package/es/index.js CHANGED
@@ -45,6 +45,7 @@ export { default as BrokenLineOutlined } from './BrokenLineOutlined';
45
45
  export { default as BusinessCardFilled } from './BusinessCardFilled';
46
46
  export { default as BusinessCardOutlined } from './BusinessCardOutlined';
47
47
  export { default as CalendarOutlined } from './CalendarOutlined';
48
+ export { default as CallFailOutlined } from './CallFailOutlined';
48
49
  export { default as CallFilled } from './CallFilled';
49
50
  export { default as CallOutlined } from './CallOutlined';
50
51
  export { default as CallRecordOutlined } from './CallRecordOutlined';
@@ -130,6 +131,7 @@ export { default as DownloadFilled } from './DownloadFilled';
130
131
  export { default as DownloadLineOutlined } from './DownloadLineOutlined';
131
132
  export { default as DownloadOutlinedFile } from './DownloadOutlinedFile';
132
133
  export { default as DownloadOutlined } from './DownloadOutlined';
134
+ export { default as DraftLineOutlined } from './DraftLineOutlined';
133
135
  export { default as DragUpAndDownOutlined } from './DragUpAndDownOutlined';
134
136
  export { default as EarthFilled } from './EarthFilled';
135
137
  export { default as EarthOutlined } from './EarthOutlined';
@@ -161,6 +163,7 @@ export { default as FilterFilled } from './FilterFilled';
161
163
  export { default as FilterOutlined } from './FilterOutlined';
162
164
  export { default as FireFilled } from './FireFilled';
163
165
  export { default as FireOutlined } from './FireOutlined';
166
+ export { default as FlagOutlined } from './FlagOutlined';
164
167
  export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
165
168
  export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
166
169
  export { default as FolderAddOutlined } from './FolderAddOutlined';
@@ -193,6 +196,7 @@ export { default as ImageOutlined } from './ImageOutlined';
193
196
  export { default as InformationFilled } from './InformationFilled';
194
197
  export { default as InformationOutlined } from './InformationOutlined';
195
198
  export { default as InsFilled } from './InsFilled';
199
+ export { default as InternalResourceOutlined } from './InternalResourceOutlined';
196
200
  export { default as InviteFriendFilled } from './InviteFriendFilled';
197
201
  export { default as InvoiceOutlined } from './InvoiceOutlined';
198
202
  export { default as KeyFilled } from './KeyFilled';
@@ -222,6 +226,8 @@ export { default as MailHollowFilled } from './MailHollowFilled';
222
226
  export { default as MailOutlined } from './MailOutlined';
223
227
  export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
224
228
  export { default as MenuListOutlined } from './MenuListOutlined';
229
+ export { default as MessageSmileOutlined } from './MessageSmileOutlined';
230
+ export { default as MessageSquareOutlined } from './MessageSquareOutlined';
225
231
  export { default as MinusSquareOutlined } from './MinusSquareOutlined';
226
232
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
227
233
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
@@ -353,6 +359,7 @@ export { default as UnbindChainOutlined } from './UnbindChainOutlined';
353
359
  export { default as UnlockFilled } from './UnlockFilled';
354
360
  export { default as UpFilled } from './UpFilled';
355
361
  export { default as UpgradeFilled } from './UpgradeFilled';
362
+ export { default as UserCheckOutlined } from './UserCheckOutlined';
356
363
  export { default as UserOutlined } from './UserOutlined';
357
364
  export { default as WalletFilled } from './WalletFilled';
358
365
  export { default as WalletOutlined } from './WalletOutlined';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function CallFailOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace CallFailOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default CallFailOutlined;
@@ -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 CallFailOutlined(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: "M4.1 2.878a3 3 0 012.708 0c.464.235.863.65 1.338 1.126l.195.195c.313.314.585.577.77.863a3 3 0 010 3.27c-.185.286-.457.549-.77.862l-.108.109-.002.011.014.03.037.076a13.602 13.602 0 002.652 3.736 13.602 13.602 0 003.735 2.652l.076.037c.013.006.022.01.03.012h.006l.005-.002.11-.106c.313-.314.576-.585.862-.77a3 3 0 013.27 0c.286.185.55.457.863.77l.539.54c.329.334.606.645.782.993a3 3 0 010 2.708c-.235.464-.651.862-1.127 1.338l-.157.158c-.5.5-.867.878-1.372 1.162-.55.308-1.34.514-1.971.512-.572-.002-.983-.124-1.53-.28a20.04 20.04 0 01-8.717-5.128 20.04 20.04 0 01-5.129-8.718c-.155-.546-.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-.782zm1.805 1.784a1.001 1.001 0 00-.903 0c-.107.054-.24.17-.826.757l-.158.157c-.56.56-.712.723-.832.938-.14.249-.257.7-.256.985 0 .254.038.407.203.99a18.04 18.04 0 004.619 7.849 18.038 18.038 0 007.85 4.618c.582.165.735.203.989.204.285.001.736-.117.985-.257.215-.12.378-.27.938-.83l.157-.159c.587-.587.703-.72.757-.827a1 1 0 000-.902c-.054-.107-.17-.24-.757-.828l-.194-.194c-.386-.386-.473-.465-.538-.508a1.001 1.001 0 00-1.091 0c-.066.043-.153.123-.538.508-.093.093-.215.219-.364.325a2.045 2.045 0 01-1.723.294c-.173-.05-.314-.12-.42-.17A15.602 15.602 0 019.52 14.57a15.603 15.603 0 01-3.041-4.284c-.051-.106-.12-.246-.171-.419a2.044 2.044 0 01.294-1.723c.106-.149.232-.27.325-.364.385-.385.465-.472.508-.538.215-.331.215-.76 0-1.09-.043-.066-.123-.153-.508-.539L6.73 5.42c-.586-.587-.719-.703-.826-.757zM22.415 3l-3 3 3 3L21 10.414l-3-3-3 3L13.585 9l3-3-3-3L15 1.586l3 3 3-3L22.414 3z",
65
+ fill: "currentColor"
66
+ }));
67
+ };
68
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
69
+ component: IconNode
70
+ }));
71
+ }
72
+ CallFailOutlined.displayName = 'CallFailOutlined';
73
+ exports["default"] = CallFailOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function DraftLineOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace DraftLineOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default DraftLineOutlined;
@@ -0,0 +1,82 @@
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 DraftLineOutlined(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("g", {
64
+ clipPath: "url(#draft-line-outlined_svg__clip0_15863_16074)",
65
+ fill: "currentColor"
66
+ }, React.createElement("path", {
67
+ d: "M15.241 1c.805 0 1.47 0 2.011.044.562.046 1.08.144 1.564.392a4.001 4.001 0 011.748 1.748c.248.485.346 1.002.392 1.564.044.54.043 1.205.043 2.009l-1.999 2V6.8c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 00-.875-.873c-.156-.08-.38-.145-.82-.18C16.639 3 16.058 3 15.2 3H8.8c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 00-.873.875c-.08.156-.145.38-.18.82C5 5.361 5 5.942 5 6.8v10.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 00.875.873c.156.08.38.145.82.18C7.361 21 7.942 21 8.8 21h6.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 00.873-.875c.08-.156.145-.38.18-.82.037-.442.037-1.012.037-1.846l2.001-2v2c0 .804 0 1.469-.044 2.01-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.248-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H8.758c-.805 0-1.47 0-2.011-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C3 18.711 3 18.046 3 17.242V6.758c0-.805 0-1.47.044-2.011.046-.562.144-1.08.392-1.564a4.001 4.001 0 011.748-1.748c.485-.248 1.002-.346 1.564-.392C7.29 1 7.954 1 8.758 1h6.483z"
68
+ }), React.createElement("path", {
69
+ d: "M23.192 10.222L15.414 18l-1.416-.002.002-1.412 7.778-7.778 1.414 1.414zM13 14H8v-2h5v2zM16 10H8V8h8v2z"
70
+ })), React.createElement("defs", null, React.createElement("clipPath", {
71
+ id: "draft-line-outlined_svg__clip0_15863_16074"
72
+ }, React.createElement("path", {
73
+ fill: "currentColor",
74
+ d: "M0 0h24v24H0z"
75
+ }))));
76
+ };
77
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
78
+ component: IconNode
79
+ }));
80
+ }
81
+ DraftLineOutlined.displayName = 'DraftLineOutlined';
82
+ exports["default"] = DraftLineOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function FlagOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace FlagOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default FlagOutlined;