a-icons 1.1.34 → 1.1.35
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/FacebookFilled.d.ts +7 -0
- package/es/FacebookFilled.js +35 -0
- package/es/InsFilled.d.ts +7 -0
- package/es/InsFilled.js +43 -0
- package/es/LinkedinFilled.d.ts +7 -0
- package/es/LinkedinFilled.js +35 -0
- package/es/MediumVolumeOutlined.d.ts +7 -0
- package/es/{MediumVolumeOutline.js → MediumVolumeOutlined.js} +3 -3
- package/es/TwitterFilled.d.ts +7 -0
- package/es/TwitterFilled.js +35 -0
- package/es/YoutubeFilled.d.ts +7 -0
- package/es/YoutubeFilled.js +41 -0
- package/es/index.d.ts +6 -1
- package/es/index.js +7 -2
- package/lib/FacebookFilled.d.ts +7 -0
- package/lib/FacebookFilled.js +78 -0
- package/lib/InsFilled.d.ts +7 -0
- package/lib/InsFilled.js +86 -0
- package/lib/LinkedinFilled.d.ts +7 -0
- package/lib/LinkedinFilled.js +78 -0
- package/lib/MediumVolumeOutlined.d.ts +7 -0
- package/lib/{MediumVolumeOutline.js → MediumVolumeOutlined.js} +3 -3
- package/lib/TwitterFilled.d.ts +7 -0
- package/lib/TwitterFilled.js +78 -0
- package/lib/YoutubeFilled.d.ts +7 -0
- package/lib/YoutubeFilled.js +84 -0
- package/lib/index.d.ts +6 -1
- package/lib/index.js +42 -7
- package/package.json +2 -2
- package/src/FacebookFilled.tsx +19 -0
- package/src/InsFilled.tsx +30 -0
- package/src/LinkedinFilled.tsx +19 -0
- package/src/{MediumVolumeOutline.tsx → MediumVolumeOutlined.tsx} +3 -3
- package/src/TwitterFilled.tsx +19 -0
- package/src/YoutubeFilled.tsx +21 -0
- package/src/index.tsx +6 -1
- package/svgs/filled/facebook-filled.svg +6 -0
- package/svgs/filled/ins-filled.svg +18 -0
- package/svgs/filled/linkedin-filled.svg +6 -0
- package/svgs/filled/twitter-filled.svg +6 -0
- package/svgs/filled/youtube-filled.svg +8 -0
- package/tmpAllSvgs/facebook-filled.svg +6 -0
- package/tmpAllSvgs/ins-filled.svg +18 -0
- package/tmpAllSvgs/linkedin-filled.svg +6 -0
- package/tmpAllSvgs/twitter-filled.svg +6 -0
- package/tmpAllSvgs/youtube-filled.svg +8 -0
- package/es/MediumVolumeOutline.d.ts +0 -7
- package/lib/MediumVolumeOutline.d.ts +0 -7
- /package/svgs/outlined/{medium-volume-outline.svg → medium-volume-outlined.svg} +0 -0
- /package/tmpAllSvgs/{medium-volume-outline.svg → medium-volume-outlined.svg} +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
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 FacebookFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 40 40",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
21
|
+
width: 40,
|
|
22
|
+
height: 40,
|
|
23
|
+
rx: 20,
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M25.632 21.5l.724-4.599h-4.463v-2.989c0-1.258.623-2.486 2.616-2.486h2.057V7.509a24.962 24.962 0 00-3.622-.309c-3.673 0-6.072 2.206-6.072 6.195V16.9h-4.071v4.6h4.071v11.124h5.021V21.5h3.739z",
|
|
27
|
+
fill: "inherit"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
31
|
+
component: IconNode
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
FacebookFilled.displayName = 'FacebookFilled';
|
|
35
|
+
export default FacebookFilled;
|
package/es/InsFilled.js
ADDED
|
@@ -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 InsFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 40 40",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
21
|
+
clipPath: "url(#ins-filled_svg__clip0_1993_12525)"
|
|
22
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M0 20a20 20 0 1040 0 20 20 0 00-40 0z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M20 14c-3.23 0-6 2.616-6 6 0 3.231 2.615 6 6 6 3.23 0 6-2.615 6-6 0-3.23-2.77-6-6-6zm0 9.846A3.809 3.809 0 0116.154 20 3.809 3.809 0 0120 16.154 3.809 3.809 0 0123.846 20 3.809 3.809 0 0120 23.846zm6.154-11.384c-.77 0-1.385.615-1.385 1.385 0 .769.616 1.384 1.385 1.384.77 0 1.384-.615 1.384-1.384 0-.77-.615-1.385-1.384-1.385z",
|
|
27
|
+
fill: "inherit"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M25.385 8.461h-.616c-1.846-.154-7.692-.154-9.538 0-3.539-.154-6.616 2.615-6.77 6.154v.615c-.153 1.846-.153 7.693 0 9.539-.153 3.538 2.616 6.615 6.154 6.769h.616c1.846.154 7.692.154 9.538 0 3.539.154 6.616-2.615 6.77-6.154V15.23c.153-3.538-2.616-6.615-6.154-6.769zm3.692 18.308c-.462 1.077-1.23 1.846-2.154 2.154-4.461.615-9.077.615-13.692 0-1.077-.462-1.846-1.231-2.154-2.154-.462-2.308-.615-4.616-.462-6.77-.153-2.307 0-4.615.462-6.769.462-1.077 1.23-1.846 2.154-2.154 4.461-.615 9.077-.615 13.692 0 1.077.462 1.846 1.231 2.154 2.154.461 2.308.615 4.616.461 6.77.154 2.307 0 4.615-.461 6.769z",
|
|
30
|
+
fill: "inherit"
|
|
31
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
32
|
+
id: "ins-filled_svg__clip0_1993_12525"
|
|
33
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fill: "inherit",
|
|
35
|
+
d: "M0 0h40v40H0z"
|
|
36
|
+
}))));
|
|
37
|
+
};
|
|
38
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
39
|
+
component: IconNode
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
InsFilled.displayName = 'InsFilled';
|
|
43
|
+
export default InsFilled;
|
|
@@ -0,0 +1,35 @@
|
|
|
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 LinkedinFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 40 40",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
21
|
+
width: 40,
|
|
22
|
+
height: 40,
|
|
23
|
+
rx: 20,
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M14.938 28V15.583h-4.287V28h4.288zm-2.142-14.11c1.495 0 2.425-.954 2.425-2.145-.028-1.219-.93-2.145-2.397-2.145-1.467 0-2.426.926-2.426 2.145 0 1.191.93 2.144 2.37 2.144h.027zM17.312 28h4.287v-6.933c0-.37.028-.742.14-1.007.31-.741 1.016-1.51 2.2-1.51 1.552 0 2.172 1.14 2.172 2.808V28h4.287v-7.118c0-3.813-2.114-5.588-4.935-5.588-2.313 0-3.328 1.244-3.893 2.092h.029v-1.8h-4.287c.056 1.164 0 12.415 0 12.415z",
|
|
27
|
+
fill: "inherit"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
31
|
+
component: IconNode
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
LinkedinFilled.displayName = 'LinkedinFilled';
|
|
35
|
+
export default LinkedinFilled;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
declare function MediumVolumeOutlined(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace MediumVolumeOutlined {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default MediumVolumeOutlined;
|
|
@@ -12,7 +12,7 @@ var __assign = this && this.__assign || function () {
|
|
|
12
12
|
};
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
-
function
|
|
15
|
+
function MediumVolumeOutlined(componentProps) {
|
|
16
16
|
var IconNode = function IconNode(props) {
|
|
17
17
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -27,5 +27,5 @@ function MediumVolumeOutline(componentProps) {
|
|
|
27
27
|
component: IconNode
|
|
28
28
|
}));
|
|
29
29
|
}
|
|
30
|
-
|
|
31
|
-
export default
|
|
30
|
+
MediumVolumeOutlined.displayName = 'MediumVolumeOutlined';
|
|
31
|
+
export default MediumVolumeOutlined;
|
|
@@ -0,0 +1,35 @@
|
|
|
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 TwitterFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 40 40",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
21
|
+
width: 40,
|
|
22
|
+
height: 40,
|
|
23
|
+
rx: 20,
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M31.28 12.62a9.185 9.185 0 01-2.268.646c.365-.063.902-.72 1.115-.985a4.17 4.17 0 00.73-1.35c0-.037.037-.089 0-.115a.126.126 0 00-.12 0c-.847.459-1.75.81-2.684 1.042a.187.187 0 01-.188-.046 2.596 2.596 0 00-.234-.245 4.89 4.89 0 00-1.283-.83 4.509 4.509 0 00-1.996-.328 4.831 4.831 0 00-1.898.522 4.914 4.914 0 00-1.5 1.272 4.819 4.819 0 00-.913 1.824 5.01 5.01 0 00-.047 1.929c0 .11 0 .125-.094.11-3.716-.548-6.766-1.867-9.257-4.697-.11-.126-.167-.126-.256 0-1.084 1.647-.558 4.253.798 5.54.182.172.37.34.568.496a4.654 4.654 0 01-1.783-.495c-.104-.068-.161-.032-.167.093a3.07 3.07 0 000 .522 4.733 4.733 0 002.92 3.774c.189.08.386.142.588.182a5.336 5.336 0 01-1.746.052c-.125-.026-.172.042-.125.162.766 2.085 2.43 2.72 3.649 3.075.167.026.334.026.521.068l-.031.031c-.36.657-1.814 1.1-2.481 1.33a8.92 8.92 0 01-3.805.49c-.204-.032-.25-.027-.303 0-.052.025 0 .083.058.135.26.172.52.323.792.469.807.44 1.66.79 2.544 1.043 4.576 1.261 9.726.333 13.161-3.081 2.7-2.68 3.65-6.375 3.65-10.076 0-.14.171-.224.27-.297a8.946 8.946 0 001.788-1.866.547.547 0 00.125-.376c0-.078 0-.062-.099-.02z",
|
|
27
|
+
fill: "inherit"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
31
|
+
component: IconNode
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
TwitterFilled.displayName = 'TwitterFilled';
|
|
35
|
+
export default TwitterFilled;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 YoutubeFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 40 40",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
21
|
+
width: 40,
|
|
22
|
+
height: 40,
|
|
23
|
+
rx: 20,
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M31.5 13.823a3.01 3.01 0 00-2.123-2.123c-1.87-.5-9.377-.5-9.377-.5s-7.502 0-9.377.5A3.01 3.01 0 008.5 13.823C8 15.694 8 19.6 8 19.6s0 3.906.5 5.777a3.01 3.01 0 002.123 2.123C12.498 28 20 28 20 28s7.506 0 9.377-.5a3.01 3.01 0 002.123-2.123c.5-1.87.5-5.777.5-5.777s0-3.906-.5-5.777z",
|
|
27
|
+
fill: "inherit"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M17.602 23.2l6.235-3.6-6.235-3.6v7.2z",
|
|
30
|
+
fill: "inherit"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "M17.602 23.201l6.234-3.6L17.602 16v7.201z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
37
|
+
component: IconNode
|
|
38
|
+
}));
|
|
39
|
+
}
|
|
40
|
+
YoutubeFilled.displayName = 'YoutubeFilled';
|
|
41
|
+
export default YoutubeFilled;
|
package/es/index.d.ts
CHANGED
|
@@ -89,6 +89,7 @@ export { default as EyeFilled } from './EyeFilled';
|
|
|
89
89
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
90
90
|
export { default as EyeSlashFilled } from './EyeSlashFilled';
|
|
91
91
|
export { default as EyeSlashOutlined } from './EyeSlashOutlined';
|
|
92
|
+
export { default as FacebookFilled } from './FacebookFilled';
|
|
92
93
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
93
94
|
export { default as FileFilled } from './FileFilled';
|
|
94
95
|
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
@@ -115,6 +116,7 @@ export { default as ImacFilled } from './ImacFilled';
|
|
|
115
116
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
116
117
|
export { default as ImageFilled } from './ImageFilled';
|
|
117
118
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
119
|
+
export { default as InsFilled } from './InsFilled';
|
|
118
120
|
export { default as InviteFriendFilled } from './InviteFriendFilled';
|
|
119
121
|
export { default as KeyFilled } from './KeyFilled';
|
|
120
122
|
export { default as LanguageOutlined } from './LanguageOutlined';
|
|
@@ -124,6 +126,7 @@ export { default as LeftOutlined } from './LeftOutlined';
|
|
|
124
126
|
export { default as LimitlessFilled } from './LimitlessFilled';
|
|
125
127
|
export { default as LineUpFilled } from './LineUpFilled';
|
|
126
128
|
export { default as LineUpOutlined } from './LineUpOutlined';
|
|
129
|
+
export { default as LinkedinFilled } from './LinkedinFilled';
|
|
127
130
|
export { default as LinksOutlined } from './LinksOutlined';
|
|
128
131
|
export { default as ListCaptionFilled } from './ListCaptionFilled';
|
|
129
132
|
export { default as ListCaptionOutlined } from './ListCaptionOutlined';
|
|
@@ -138,7 +141,7 @@ export { default as LoopFolderOutlined } from './LoopFolderOutlined';
|
|
|
138
141
|
export { default as LoopOutlined } from './LoopOutlined';
|
|
139
142
|
export { default as MailFilled } from './MailFilled';
|
|
140
143
|
export { default as MailOutlined } from './MailOutlined';
|
|
141
|
-
export { default as
|
|
144
|
+
export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
|
|
142
145
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
143
146
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
144
147
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -229,6 +232,7 @@ export { default as TrashOutlined } from './TrashOutlined';
|
|
|
229
232
|
export { default as TreeCircleFilled } from './TreeCircleFilled';
|
|
230
233
|
export { default as TreeFilled } from './TreeFilled';
|
|
231
234
|
export { default as TreeOutlined } from './TreeOutlined';
|
|
235
|
+
export { default as TwitterFilled } from './TwitterFilled';
|
|
232
236
|
export { default as UnlockFilled } from './UnlockFilled';
|
|
233
237
|
export { default as UpFilled } from './UpFilled';
|
|
234
238
|
export { default as UpOutlined } from './UpOutlined';
|
|
@@ -241,3 +245,4 @@ export { default as WarningFilled } from './WarningFilled';
|
|
|
241
245
|
export { default as WarningOutlined } from './WarningOutlined';
|
|
242
246
|
export { default as WarningRuleFilled } from './WarningRuleFilled';
|
|
243
247
|
export { default as WarningRuleOutlined } from './WarningRuleOutlined';
|
|
248
|
+
export { default as YoutubeFilled } from './YoutubeFilled';
|
package/es/index.js
CHANGED
|
@@ -89,6 +89,7 @@ export { default as EyeFilled } from './EyeFilled';
|
|
|
89
89
|
export { default as EyeOutlined } from './EyeOutlined';
|
|
90
90
|
export { default as EyeSlashFilled } from './EyeSlashFilled';
|
|
91
91
|
export { default as EyeSlashOutlined } from './EyeSlashOutlined';
|
|
92
|
+
export { default as FacebookFilled } from './FacebookFilled';
|
|
92
93
|
export { default as FileDownloadLineOutlined } from './FileDownloadLineOutlined';
|
|
93
94
|
export { default as FileFilled } from './FileFilled';
|
|
94
95
|
export { default as FileFinishFilled } from './FileFinishFilled';
|
|
@@ -115,6 +116,7 @@ export { default as ImacFilled } from './ImacFilled';
|
|
|
115
116
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
116
117
|
export { default as ImageFilled } from './ImageFilled';
|
|
117
118
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
119
|
+
export { default as InsFilled } from './InsFilled';
|
|
118
120
|
export { default as InviteFriendFilled } from './InviteFriendFilled';
|
|
119
121
|
export { default as KeyFilled } from './KeyFilled';
|
|
120
122
|
export { default as LanguageOutlined } from './LanguageOutlined';
|
|
@@ -124,6 +126,7 @@ export { default as LeftOutlined } from './LeftOutlined';
|
|
|
124
126
|
export { default as LimitlessFilled } from './LimitlessFilled';
|
|
125
127
|
export { default as LineUpFilled } from './LineUpFilled';
|
|
126
128
|
export { default as LineUpOutlined } from './LineUpOutlined';
|
|
129
|
+
export { default as LinkedinFilled } from './LinkedinFilled';
|
|
127
130
|
export { default as LinksOutlined } from './LinksOutlined';
|
|
128
131
|
export { default as ListCaptionFilled } from './ListCaptionFilled';
|
|
129
132
|
export { default as ListCaptionOutlined } from './ListCaptionOutlined';
|
|
@@ -138,7 +141,7 @@ export { default as LoopFolderOutlined } from './LoopFolderOutlined';
|
|
|
138
141
|
export { default as LoopOutlined } from './LoopOutlined';
|
|
139
142
|
export { default as MailFilled } from './MailFilled';
|
|
140
143
|
export { default as MailOutlined } from './MailOutlined';
|
|
141
|
-
export { default as
|
|
144
|
+
export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
|
|
142
145
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
143
146
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
144
147
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -229,6 +232,7 @@ export { default as TrashOutlined } from './TrashOutlined';
|
|
|
229
232
|
export { default as TreeCircleFilled } from './TreeCircleFilled';
|
|
230
233
|
export { default as TreeFilled } from './TreeFilled';
|
|
231
234
|
export { default as TreeOutlined } from './TreeOutlined';
|
|
235
|
+
export { default as TwitterFilled } from './TwitterFilled';
|
|
232
236
|
export { default as UnlockFilled } from './UnlockFilled';
|
|
233
237
|
export { default as UpFilled } from './UpFilled';
|
|
234
238
|
export { default as UpOutlined } from './UpOutlined';
|
|
@@ -240,4 +244,5 @@ export { default as WalletOutlined } from './WalletOutlined';
|
|
|
240
244
|
export { default as WarningFilled } from './WarningFilled';
|
|
241
245
|
export { default as WarningOutlined } from './WarningOutlined';
|
|
242
246
|
export { default as WarningRuleFilled } from './WarningRuleFilled';
|
|
243
|
-
export { default as WarningRuleOutlined } from './WarningRuleOutlined';
|
|
247
|
+
export { default as WarningRuleOutlined } from './WarningRuleOutlined';
|
|
248
|
+
export { default as YoutubeFilled } from './YoutubeFilled';
|
|
@@ -0,0 +1,78 @@
|
|
|
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 FacebookFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 40 40",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("rect", {
|
|
64
|
+
width: 40,
|
|
65
|
+
height: 40,
|
|
66
|
+
rx: 20,
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
d: "M25.632 21.5l.724-4.599h-4.463v-2.989c0-1.258.623-2.486 2.616-2.486h2.057V7.509a24.962 24.962 0 00-3.622-.309c-3.673 0-6.072 2.206-6.072 6.195V16.9h-4.071v4.6h4.071v11.124h5.021V21.5h3.739z",
|
|
70
|
+
fill: "inherit"
|
|
71
|
+
}));
|
|
72
|
+
};
|
|
73
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
74
|
+
component: IconNode
|
|
75
|
+
}));
|
|
76
|
+
}
|
|
77
|
+
FacebookFilled.displayName = 'FacebookFilled';
|
|
78
|
+
exports["default"] = FacebookFilled;
|
package/lib/InsFilled.js
ADDED
|
@@ -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 InsFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 40 40",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("g", {
|
|
64
|
+
clipPath: "url(#ins-filled_svg__clip0_1993_12525)"
|
|
65
|
+
}, React.createElement("path", {
|
|
66
|
+
d: "M0 20a20 20 0 1040 0 20 20 0 00-40 0z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
d: "M20 14c-3.23 0-6 2.616-6 6 0 3.231 2.615 6 6 6 3.23 0 6-2.615 6-6 0-3.23-2.77-6-6-6zm0 9.846A3.809 3.809 0 0116.154 20 3.809 3.809 0 0120 16.154 3.809 3.809 0 0123.846 20 3.809 3.809 0 0120 23.846zm6.154-11.384c-.77 0-1.385.615-1.385 1.385 0 .769.616 1.384 1.385 1.384.77 0 1.384-.615 1.384-1.384 0-.77-.615-1.385-1.384-1.385z",
|
|
70
|
+
fill: "inherit"
|
|
71
|
+
}), React.createElement("path", {
|
|
72
|
+
d: "M25.385 8.461h-.616c-1.846-.154-7.692-.154-9.538 0-3.539-.154-6.616 2.615-6.77 6.154v.615c-.153 1.846-.153 7.693 0 9.539-.153 3.538 2.616 6.615 6.154 6.769h.616c1.846.154 7.692.154 9.538 0 3.539.154 6.616-2.615 6.77-6.154V15.23c.153-3.538-2.616-6.615-6.154-6.769zm3.692 18.308c-.462 1.077-1.23 1.846-2.154 2.154-4.461.615-9.077.615-13.692 0-1.077-.462-1.846-1.231-2.154-2.154-.462-2.308-.615-4.616-.462-6.77-.153-2.307 0-4.615.462-6.769.462-1.077 1.23-1.846 2.154-2.154 4.461-.615 9.077-.615 13.692 0 1.077.462 1.846 1.231 2.154 2.154.461 2.308.615 4.616.461 6.77.154 2.307 0 4.615-.461 6.769z",
|
|
73
|
+
fill: "inherit"
|
|
74
|
+
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
75
|
+
id: "ins-filled_svg__clip0_1993_12525"
|
|
76
|
+
}, React.createElement("path", {
|
|
77
|
+
fill: "inherit",
|
|
78
|
+
d: "M0 0h40v40H0z"
|
|
79
|
+
}))));
|
|
80
|
+
};
|
|
81
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
82
|
+
component: IconNode
|
|
83
|
+
}));
|
|
84
|
+
}
|
|
85
|
+
InsFilled.displayName = 'InsFilled';
|
|
86
|
+
exports["default"] = InsFilled;
|
|
@@ -0,0 +1,78 @@
|
|
|
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 LinkedinFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 40 40",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("rect", {
|
|
64
|
+
width: 40,
|
|
65
|
+
height: 40,
|
|
66
|
+
rx: 20,
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
d: "M14.938 28V15.583h-4.287V28h4.288zm-2.142-14.11c1.495 0 2.425-.954 2.425-2.145-.028-1.219-.93-2.145-2.397-2.145-1.467 0-2.426.926-2.426 2.145 0 1.191.93 2.144 2.37 2.144h.027zM17.312 28h4.287v-6.933c0-.37.028-.742.14-1.007.31-.741 1.016-1.51 2.2-1.51 1.552 0 2.172 1.14 2.172 2.808V28h4.287v-7.118c0-3.813-2.114-5.588-4.935-5.588-2.313 0-3.328 1.244-3.893 2.092h.029v-1.8h-4.287c.056 1.164 0 12.415 0 12.415z",
|
|
70
|
+
fill: "inherit"
|
|
71
|
+
}));
|
|
72
|
+
};
|
|
73
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
74
|
+
component: IconNode
|
|
75
|
+
}));
|
|
76
|
+
}
|
|
77
|
+
LinkedinFilled.displayName = 'LinkedinFilled';
|
|
78
|
+
exports["default"] = LinkedinFilled;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
declare function MediumVolumeOutlined(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace MediumVolumeOutlined {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default MediumVolumeOutlined;
|
|
@@ -55,7 +55,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
55
55
|
});
|
|
56
56
|
var React = __importStar(require("react"));
|
|
57
57
|
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
-
function
|
|
58
|
+
function MediumVolumeOutlined(componentProps) {
|
|
59
59
|
var IconNode = function IconNode(props) {
|
|
60
60
|
return React.createElement("svg", __assign({
|
|
61
61
|
viewBox: "0 0 24 24",
|
|
@@ -70,5 +70,5 @@ function MediumVolumeOutline(componentProps) {
|
|
|
70
70
|
component: IconNode
|
|
71
71
|
}));
|
|
72
72
|
}
|
|
73
|
-
|
|
74
|
-
exports["default"] =
|
|
73
|
+
MediumVolumeOutlined.displayName = 'MediumVolumeOutlined';
|
|
74
|
+
exports["default"] = MediumVolumeOutlined;
|