a-icons 1.1.52 → 1.1.55
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/MinusSquareOutlined.d.ts +7 -0
- package/es/MinusSquareOutlined.js +34 -0
- package/es/SeoFilled.d.ts +7 -0
- package/es/SeoFilled.js +45 -0
- package/es/SeoOutlined.d.ts +7 -0
- package/es/SeoOutlined.js +37 -0
- package/es/index.d.ts +3 -0
- package/es/index.js +3 -0
- package/lib/MinusSquareOutlined.d.ts +7 -0
- package/lib/MinusSquareOutlined.js +77 -0
- package/lib/SeoFilled.d.ts +7 -0
- package/lib/SeoFilled.js +88 -0
- package/lib/SeoOutlined.d.ts +7 -0
- package/lib/SeoOutlined.js +80 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +24 -3
- package/package.json +2 -2
- package/src/MinusSquareOutlined.tsx +21 -0
- package/src/SeoFilled.tsx +36 -0
- package/src/SeoOutlined.tsx +26 -0
- package/src/index.tsx +3 -0
- package/svgs/filled/seo-filled.svg +9 -0
- package/svgs/outlined/minus-square-outlined.svg +6 -0
- package/svgs/outlined/seo-outlined.svg +8 -0
- package/tmpAllSvgs/minus-square-outlined.svg +6 -0
- package/tmpAllSvgs/seo-filled.svg +9 -0
- package/tmpAllSvgs/seo-outlined.svg +8 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
declare function MinusSquareOutlined(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace MinusSquareOutlined {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default MinusSquareOutlined;
|
|
@@ -0,0 +1,34 @@
|
|
|
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 MinusSquareOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M8.666 12h6.667M9.5 20.333h5c4.166 0 5.833-1.667 5.833-5.833v-5c0-4.167-1.667-5.834-5.833-5.834h-5c-4.167 0-5.834 1.667-5.834 5.833v5c0 4.167 1.667 5.834 5.833 5.834z",
|
|
23
|
+
stroke: "currentColor",
|
|
24
|
+
strokeWidth: 1.5,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
30
|
+
component: IconNode
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
MinusSquareOutlined.displayName = 'MinusSquareOutlined';
|
|
34
|
+
export default MinusSquareOutlined;
|
package/es/SeoFilled.js
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
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 SeoFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M2.25 3.563a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 9.188a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 14.813a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 20.438a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M19.875 11.438a3.938 3.938 0 11-7.875 0 3.938 3.938 0 017.875 0z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M15.938 8.25a3.188 3.188 0 100 6.375 3.188 3.188 0 000-6.375zm-4.688 3.188a4.688 4.688 0 119.375 0 4.688 4.688 0 01-9.375 0z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
clipRule: "evenodd",
|
|
36
|
+
d: "M20.47 17.03l-2.25-2.25 1.06-1.06 2.25 2.25a.75.75 0 01-1.06 1.06z",
|
|
37
|
+
fill: "currentColor"
|
|
38
|
+
}));
|
|
39
|
+
};
|
|
40
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
41
|
+
component: IconNode
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
SeoFilled.displayName = 'SeoFilled';
|
|
45
|
+
export default SeoFilled;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function SeoOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M2.25 3.563a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 9.188a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 14.813a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 20.438a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM15.938 8.25a3.188 3.188 0 100 6.375 3.188 3.188 0 000-6.375zm-4.688 3.188a4.688 4.688 0 119.375 0 4.688 4.688 0 01-9.375 0z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M20.47 17.03l-2.25-2.25 1.06-1.06 2.25 2.25a.75.75 0 01-1.06 1.06z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
SeoOutlined.displayName = 'SeoOutlined';
|
|
37
|
+
export default SeoOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -174,6 +174,7 @@ export { default as MailFilled } from './MailFilled';
|
|
|
174
174
|
export { default as MailOutlined } from './MailOutlined';
|
|
175
175
|
export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
|
|
176
176
|
export { default as MenuListOutlined } from './MenuListOutlined';
|
|
177
|
+
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
177
178
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
178
179
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
179
180
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -234,6 +235,8 @@ export { default as SearchDocumentFilled } from './SearchDocumentFilled';
|
|
|
234
235
|
export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
|
|
235
236
|
export { default as SearchFilled } from './SearchFilled';
|
|
236
237
|
export { default as SearchOutlined } from './SearchOutlined';
|
|
238
|
+
export { default as SeoFilled } from './SeoFilled';
|
|
239
|
+
export { default as SeoOutlined } from './SeoOutlined';
|
|
237
240
|
export { default as SettingFilled } from './SettingFilled';
|
|
238
241
|
export { default as SettingOutlined } from './SettingOutlined';
|
|
239
242
|
export { default as SettingSquareFilled } from './SettingSquareFilled';
|
package/es/index.js
CHANGED
|
@@ -174,6 +174,7 @@ export { default as MailFilled } from './MailFilled';
|
|
|
174
174
|
export { default as MailOutlined } from './MailOutlined';
|
|
175
175
|
export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
|
|
176
176
|
export { default as MenuListOutlined } from './MenuListOutlined';
|
|
177
|
+
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
177
178
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
178
179
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
179
180
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -234,6 +235,8 @@ export { default as SearchDocumentFilled } from './SearchDocumentFilled';
|
|
|
234
235
|
export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
|
|
235
236
|
export { default as SearchFilled } from './SearchFilled';
|
|
236
237
|
export { default as SearchOutlined } from './SearchOutlined';
|
|
238
|
+
export { default as SeoFilled } from './SeoFilled';
|
|
239
|
+
export { default as SeoOutlined } from './SeoOutlined';
|
|
237
240
|
export { default as SettingFilled } from './SettingFilled';
|
|
238
241
|
export { default as SettingOutlined } from './SettingOutlined';
|
|
239
242
|
export { default as SettingSquareFilled } from './SettingSquareFilled';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
declare function MinusSquareOutlined(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace MinusSquareOutlined {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default MinusSquareOutlined;
|
|
@@ -0,0 +1,77 @@
|
|
|
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 MinusSquareOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "none",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
64
|
+
}, props), React.createElement("path", {
|
|
65
|
+
d: "M8.666 12h6.667M9.5 20.333h5c4.166 0 5.833-1.667 5.833-5.833v-5c0-4.167-1.667-5.834-5.833-5.834h-5c-4.167 0-5.834 1.667-5.834 5.833v5c0 4.167 1.667 5.834 5.833 5.834z",
|
|
66
|
+
stroke: "currentColor",
|
|
67
|
+
strokeWidth: 1.5,
|
|
68
|
+
strokeLinecap: "round",
|
|
69
|
+
strokeLinejoin: "round"
|
|
70
|
+
}));
|
|
71
|
+
};
|
|
72
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
73
|
+
component: IconNode
|
|
74
|
+
}));
|
|
75
|
+
}
|
|
76
|
+
MinusSquareOutlined.displayName = 'MinusSquareOutlined';
|
|
77
|
+
exports["default"] = MinusSquareOutlined;
|
package/lib/SeoFilled.js
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
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 SeoFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M2.25 3.563a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 9.188a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 14.813a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 20.438a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
d: "M19.875 11.438a3.938 3.938 0 11-7.875 0 3.938 3.938 0 017.875 0z",
|
|
70
|
+
fill: "currentColor"
|
|
71
|
+
}), React.createElement("path", {
|
|
72
|
+
fillRule: "evenodd",
|
|
73
|
+
clipRule: "evenodd",
|
|
74
|
+
d: "M15.938 8.25a3.188 3.188 0 100 6.375 3.188 3.188 0 000-6.375zm-4.688 3.188a4.688 4.688 0 119.375 0 4.688 4.688 0 01-9.375 0z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}), React.createElement("path", {
|
|
77
|
+
fillRule: "evenodd",
|
|
78
|
+
clipRule: "evenodd",
|
|
79
|
+
d: "M20.47 17.03l-2.25-2.25 1.06-1.06 2.25 2.25a.75.75 0 01-1.06 1.06z",
|
|
80
|
+
fill: "currentColor"
|
|
81
|
+
}));
|
|
82
|
+
};
|
|
83
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
84
|
+
component: IconNode
|
|
85
|
+
}));
|
|
86
|
+
}
|
|
87
|
+
SeoFilled.displayName = 'SeoFilled';
|
|
88
|
+
exports["default"] = SeoFilled;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function SeoOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M2.25 3.563a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 9.188a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 14.813a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 20.438a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM15.938 8.25a3.188 3.188 0 100 6.375 3.188 3.188 0 000-6.375zm-4.688 3.188a4.688 4.688 0 119.375 0 4.688 4.688 0 01-9.375 0z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
fillRule: "evenodd",
|
|
70
|
+
clipRule: "evenodd",
|
|
71
|
+
d: "M20.47 17.03l-2.25-2.25 1.06-1.06 2.25 2.25a.75.75 0 01-1.06 1.06z",
|
|
72
|
+
fill: "currentColor"
|
|
73
|
+
}));
|
|
74
|
+
};
|
|
75
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
76
|
+
component: IconNode
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
SeoOutlined.displayName = 'SeoOutlined';
|
|
80
|
+
exports["default"] = SeoOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -174,6 +174,7 @@ export { default as MailFilled } from './MailFilled';
|
|
|
174
174
|
export { default as MailOutlined } from './MailOutlined';
|
|
175
175
|
export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
|
|
176
176
|
export { default as MenuListOutlined } from './MenuListOutlined';
|
|
177
|
+
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
177
178
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
178
179
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
179
180
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -234,6 +235,8 @@ export { default as SearchDocumentFilled } from './SearchDocumentFilled';
|
|
|
234
235
|
export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
|
|
235
236
|
export { default as SearchFilled } from './SearchFilled';
|
|
236
237
|
export { default as SearchOutlined } from './SearchOutlined';
|
|
238
|
+
export { default as SeoFilled } from './SeoFilled';
|
|
239
|
+
export { default as SeoOutlined } from './SeoOutlined';
|
|
237
240
|
export { default as SettingFilled } from './SettingFilled';
|
|
238
241
|
export { default as SettingOutlined } from './SettingOutlined';
|
|
239
242
|
export { default as SettingSquareFilled } from './SettingSquareFilled';
|
package/lib/index.js
CHANGED
|
@@ -11,9 +11,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = 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.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.ImpassabilityFilled = void 0;
|
|
12
12
|
exports.EarthFilled = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownlaodAppOutlined = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotCalenderOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DisplayerOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.CyclePlusFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockOutline = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = void 0;
|
|
13
13
|
exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImportOutlined = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.FileBottomArrowOutlined = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = void 0;
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareUpRightOutlined = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareBoxOutlined = exports.SquareAOutlined = exports.SpeakerOutlined = exports.SpeakerFilled = exports.SiteMapOutlined = exports.SimpleEarthOutlined = exports.SignalDiffusionOutlined = exports.SignBankCardFilled = exports.ShopKeeperOutlined = void 0;
|
|
14
|
+
exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OtcMerchant = exports.OtcMerchantLine = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = 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.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = void 0;
|
|
15
|
+
exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = 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.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = void 0;
|
|
16
|
+
exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareUpRightOutlined = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareBoxOutlined = exports.SquareAOutlined = exports.SpeakerOutlined = exports.SpeakerFilled = exports.SiteMapOutlined = exports.SimpleEarthOutlined = exports.SignalDiffusionOutlined = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = void 0;
|
|
17
17
|
var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
|
|
18
18
|
Object.defineProperty(exports, "ImpassabilityFilled", {
|
|
19
19
|
enumerable: true,
|
|
@@ -1246,6 +1246,13 @@ Object.defineProperty(exports, "MenuListOutlined", {
|
|
|
1246
1246
|
return __importDefault(MenuListOutlined_1)["default"];
|
|
1247
1247
|
}
|
|
1248
1248
|
});
|
|
1249
|
+
var MinusSquareOutlined_1 = require("./MinusSquareOutlined");
|
|
1250
|
+
Object.defineProperty(exports, "MinusSquareOutlined", {
|
|
1251
|
+
enumerable: true,
|
|
1252
|
+
get: function get() {
|
|
1253
|
+
return __importDefault(MinusSquareOutlined_1)["default"];
|
|
1254
|
+
}
|
|
1255
|
+
});
|
|
1249
1256
|
var MoneySymbolFilled_1 = require("./MoneySymbolFilled");
|
|
1250
1257
|
Object.defineProperty(exports, "MoneySymbolFilled", {
|
|
1251
1258
|
enumerable: true,
|
|
@@ -1666,6 +1673,20 @@ Object.defineProperty(exports, "SearchOutlined", {
|
|
|
1666
1673
|
return __importDefault(SearchOutlined_1)["default"];
|
|
1667
1674
|
}
|
|
1668
1675
|
});
|
|
1676
|
+
var SeoFilled_1 = require("./SeoFilled");
|
|
1677
|
+
Object.defineProperty(exports, "SeoFilled", {
|
|
1678
|
+
enumerable: true,
|
|
1679
|
+
get: function get() {
|
|
1680
|
+
return __importDefault(SeoFilled_1)["default"];
|
|
1681
|
+
}
|
|
1682
|
+
});
|
|
1683
|
+
var SeoOutlined_1 = require("./SeoOutlined");
|
|
1684
|
+
Object.defineProperty(exports, "SeoOutlined", {
|
|
1685
|
+
enumerable: true,
|
|
1686
|
+
get: function get() {
|
|
1687
|
+
return __importDefault(SeoOutlined_1)["default"];
|
|
1688
|
+
}
|
|
1689
|
+
});
|
|
1669
1690
|
var SettingFilled_1 = require("./SettingFilled");
|
|
1670
1691
|
Object.defineProperty(exports, "SettingFilled", {
|
|
1671
1692
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.55",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^2.0.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "92d0b1d016e76eb8275e9f73d1013c19d488ad7d"
|
|
26
26
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function MinusSquareOutlined(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M8.666 12h6.667M9.5 20.333h5c4.166 0 5.833-1.667 5.833-5.833v-5c0-4.167-1.667-5.834-5.833-5.834h-5c-4.167 0-5.834 1.667-5.834 5.833v5c0 4.167 1.667 5.834 5.833 5.834z"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeWidth={1.5}
|
|
11
|
+
strokeLinecap="round"
|
|
12
|
+
strokeLinejoin="round"
|
|
13
|
+
/>
|
|
14
|
+
</svg>
|
|
15
|
+
);
|
|
16
|
+
|
|
17
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
MinusSquareOutlined.displayName = 'MinusSquareOutlined';
|
|
21
|
+
export default MinusSquareOutlined;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function SeoFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M2.25 3.563a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 9.188a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 14.813a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 20.438a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M19.875 11.438a3.938 3.938 0 11-7.875 0 3.938 3.938 0 017.875 0z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fillRule="evenodd"
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
d="M15.938 8.25a3.188 3.188 0 100 6.375 3.188 3.188 0 000-6.375zm-4.688 3.188a4.688 4.688 0 119.375 0 4.688 4.688 0 01-9.375 0z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M20.47 17.03l-2.25-2.25 1.06-1.06 2.25 2.25a.75.75 0 01-1.06 1.06z"
|
|
27
|
+
fill="currentColor"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
SeoFilled.displayName = 'SeoFilled';
|
|
36
|
+
export default SeoFilled;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function SeoOutlined(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M2.25 3.563a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 9.188a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 14.813a.75.75 0 01.75-.75h5.625a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM2.25 20.438a.75.75 0 01.75-.75h18a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM15.938 8.25a3.188 3.188 0 100 6.375 3.188 3.188 0 000-6.375zm-4.688 3.188a4.688 4.688 0 119.375 0 4.688 4.688 0 01-9.375 0z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
clipRule="evenodd"
|
|
16
|
+
d="M20.47 17.03l-2.25-2.25 1.06-1.06 2.25 2.25a.75.75 0 01-1.06 1.06z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
SeoOutlined.displayName = 'SeoOutlined';
|
|
26
|
+
export default SeoOutlined;
|
package/src/index.tsx
CHANGED
|
@@ -174,6 +174,7 @@ export { default as MailFilled } from './MailFilled';
|
|
|
174
174
|
export { default as MailOutlined } from './MailOutlined';
|
|
175
175
|
export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
|
|
176
176
|
export { default as MenuListOutlined } from './MenuListOutlined';
|
|
177
|
+
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
177
178
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
178
179
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
179
180
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -234,6 +235,8 @@ export { default as SearchDocumentFilled } from './SearchDocumentFilled';
|
|
|
234
235
|
export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
|
|
235
236
|
export { default as SearchFilled } from './SearchFilled';
|
|
236
237
|
export { default as SearchOutlined } from './SearchOutlined';
|
|
238
|
+
export { default as SeoFilled } from './SeoFilled';
|
|
239
|
+
export { default as SeoOutlined } from './SeoOutlined';
|
|
237
240
|
export { default as SettingFilled } from './SettingFilled';
|
|
238
241
|
export { default as SettingOutlined } from './SettingOutlined';
|
|
239
242
|
export { default as SettingSquareFilled } from './SettingSquareFilled';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 3.5625C2.25 3.14829 2.58579 2.8125 3 2.8125H21C21.4142 2.8125 21.75 3.14829 21.75 3.5625C21.75 3.97671 21.4142 4.3125 21 4.3125H3C2.58579 4.3125 2.25 3.97671 2.25 3.5625Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 9.1875C2.25 8.77329 2.58579 8.4375 3 8.4375H8.625C9.03921 8.4375 9.375 8.77329 9.375 9.1875C9.375 9.60171 9.03921 9.9375 8.625 9.9375H3C2.58579 9.9375 2.25 9.60171 2.25 9.1875Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 14.8125C2.25 14.3983 2.58579 14.0625 3 14.0625H8.625C9.03921 14.0625 9.375 14.3983 9.375 14.8125C9.375 15.2267 9.03921 15.5625 8.625 15.5625H3C2.58579 15.5625 2.25 15.2267 2.25 14.8125Z" fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 20.4375C2.25 20.0233 2.58579 19.6875 3 19.6875H21C21.4142 19.6875 21.75 20.0233 21.75 20.4375C21.75 20.8517 21.4142 21.1875 21 21.1875H3C2.58579 21.1875 2.25 20.8517 2.25 20.4375Z" fill="currentColor" />
|
|
6
|
+
<path d="M19.875 11.4375C19.875 13.6121 18.1121 15.375 15.9375 15.375C13.7629 15.375 12 13.6121 12 11.4375C12 9.26288 13.7629 7.5 15.9375 7.5C18.1121 7.5 19.875 9.26288 19.875 11.4375Z" fill="currentColor" />
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9375 8.25C14.1771 8.25 12.75 9.67709 12.75 11.4375C12.75 13.1979 14.1771 14.625 15.9375 14.625C17.6979 14.625 19.125 13.1979 19.125 11.4375C19.125 9.67709 17.6979 8.25 15.9375 8.25ZM11.25 11.4375C11.25 8.84867 13.3487 6.75 15.9375 6.75C18.5263 6.75 20.625 8.84867 20.625 11.4375C20.625 14.0263 18.5263 16.125 15.9375 16.125C13.3487 16.125 11.25 14.0263 11.25 11.4375Z" fill="currentColor" />
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.4697 17.0304L18.2197 14.7804L19.2804 13.7197L21.5304 15.9697C21.8233 16.2626 21.8233 16.7375 21.5304 17.0304C21.2375 17.3233 20.7626 17.3233 20.4697 17.0304Z" fill="currentColor" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.6665 12H15.3332" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
3
|
+
<path
|
|
4
|
+
d="M9.49941 20.3328H14.4995C18.6662 20.3328 20.3328 18.6662 20.3328 14.4995V9.49941C20.3328 5.3327 18.6662 3.66602 14.4995 3.66602H9.49941C5.3327 3.66602 3.66602 5.3327 3.66602 9.49941V14.4995C3.66602 18.6662 5.3327 20.3328 9.49941 20.3328Z"
|
|
5
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 3.5625C2.25 3.14829 2.58579 2.8125 3 2.8125H21C21.4142 2.8125 21.75 3.14829 21.75 3.5625C21.75 3.97671 21.4142 4.3125 21 4.3125H3C2.58579 4.3125 2.25 3.97671 2.25 3.5625Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 9.1875C2.25 8.77329 2.58579 8.4375 3 8.4375H8.625C9.03921 8.4375 9.375 8.77329 9.375 9.1875C9.375 9.60171 9.03921 9.9375 8.625 9.9375H3C2.58579 9.9375 2.25 9.60171 2.25 9.1875Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 14.8125C2.25 14.3983 2.58579 14.0625 3 14.0625H8.625C9.03921 14.0625 9.375 14.3983 9.375 14.8125C9.375 15.2267 9.03921 15.5625 8.625 15.5625H3C2.58579 15.5625 2.25 15.2267 2.25 14.8125Z" fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 20.4375C2.25 20.0233 2.58579 19.6875 3 19.6875H21C21.4142 19.6875 21.75 20.0233 21.75 20.4375C21.75 20.8517 21.4142 21.1875 21 21.1875H3C2.58579 21.1875 2.25 20.8517 2.25 20.4375Z" fill="currentColor" />
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9375 8.25C14.1771 8.25 12.75 9.67709 12.75 11.4375C12.75 13.1979 14.1771 14.625 15.9375 14.625C17.6979 14.625 19.125 13.1979 19.125 11.4375C19.125 9.67709 17.6979 8.25 15.9375 8.25ZM11.25 11.4375C11.25 8.84867 13.3487 6.75 15.9375 6.75C18.5263 6.75 20.625 8.84867 20.625 11.4375C20.625 14.0263 18.5263 16.125 15.9375 16.125C13.3487 16.125 11.25 14.0263 11.25 11.4375Z" fill="currentColor" />
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.4697 17.0304L18.2197 14.7804L19.2804 13.7197L21.5304 15.9697C21.8233 16.2626 21.8233 16.7375 21.5304 17.0304C21.2375 17.3233 20.7626 17.3233 20.4697 17.0304Z" fill="currentColor" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.6665 12H15.3332" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
3
|
+
<path
|
|
4
|
+
d="M9.49941 20.3328H14.4995C18.6662 20.3328 20.3328 18.6662 20.3328 14.4995V9.49941C20.3328 5.3327 18.6662 3.66602 14.4995 3.66602H9.49941C5.3327 3.66602 3.66602 5.3327 3.66602 9.49941V14.4995C3.66602 18.6662 5.3327 20.3328 9.49941 20.3328Z"
|
|
5
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 3.5625C2.25 3.14829 2.58579 2.8125 3 2.8125H21C21.4142 2.8125 21.75 3.14829 21.75 3.5625C21.75 3.97671 21.4142 4.3125 21 4.3125H3C2.58579 4.3125 2.25 3.97671 2.25 3.5625Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 9.1875C2.25 8.77329 2.58579 8.4375 3 8.4375H8.625C9.03921 8.4375 9.375 8.77329 9.375 9.1875C9.375 9.60171 9.03921 9.9375 8.625 9.9375H3C2.58579 9.9375 2.25 9.60171 2.25 9.1875Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 14.8125C2.25 14.3983 2.58579 14.0625 3 14.0625H8.625C9.03921 14.0625 9.375 14.3983 9.375 14.8125C9.375 15.2267 9.03921 15.5625 8.625 15.5625H3C2.58579 15.5625 2.25 15.2267 2.25 14.8125Z" fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 20.4375C2.25 20.0233 2.58579 19.6875 3 19.6875H21C21.4142 19.6875 21.75 20.0233 21.75 20.4375C21.75 20.8517 21.4142 21.1875 21 21.1875H3C2.58579 21.1875 2.25 20.8517 2.25 20.4375Z" fill="currentColor" />
|
|
6
|
+
<path d="M19.875 11.4375C19.875 13.6121 18.1121 15.375 15.9375 15.375C13.7629 15.375 12 13.6121 12 11.4375C12 9.26288 13.7629 7.5 15.9375 7.5C18.1121 7.5 19.875 9.26288 19.875 11.4375Z" fill="currentColor" />
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9375 8.25C14.1771 8.25 12.75 9.67709 12.75 11.4375C12.75 13.1979 14.1771 14.625 15.9375 14.625C17.6979 14.625 19.125 13.1979 19.125 11.4375C19.125 9.67709 17.6979 8.25 15.9375 8.25ZM11.25 11.4375C11.25 8.84867 13.3487 6.75 15.9375 6.75C18.5263 6.75 20.625 8.84867 20.625 11.4375C20.625 14.0263 18.5263 16.125 15.9375 16.125C13.3487 16.125 11.25 14.0263 11.25 11.4375Z" fill="currentColor" />
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.4697 17.0304L18.2197 14.7804L19.2804 13.7197L21.5304 15.9697C21.8233 16.2626 21.8233 16.7375 21.5304 17.0304C21.2375 17.3233 20.7626 17.3233 20.4697 17.0304Z" fill="currentColor" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 3.5625C2.25 3.14829 2.58579 2.8125 3 2.8125H21C21.4142 2.8125 21.75 3.14829 21.75 3.5625C21.75 3.97671 21.4142 4.3125 21 4.3125H3C2.58579 4.3125 2.25 3.97671 2.25 3.5625Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 9.1875C2.25 8.77329 2.58579 8.4375 3 8.4375H8.625C9.03921 8.4375 9.375 8.77329 9.375 9.1875C9.375 9.60171 9.03921 9.9375 8.625 9.9375H3C2.58579 9.9375 2.25 9.60171 2.25 9.1875Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 14.8125C2.25 14.3983 2.58579 14.0625 3 14.0625H8.625C9.03921 14.0625 9.375 14.3983 9.375 14.8125C9.375 15.2267 9.03921 15.5625 8.625 15.5625H3C2.58579 15.5625 2.25 15.2267 2.25 14.8125Z" fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 20.4375C2.25 20.0233 2.58579 19.6875 3 19.6875H21C21.4142 19.6875 21.75 20.0233 21.75 20.4375C21.75 20.8517 21.4142 21.1875 21 21.1875H3C2.58579 21.1875 2.25 20.8517 2.25 20.4375Z" fill="currentColor" />
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9375 8.25C14.1771 8.25 12.75 9.67709 12.75 11.4375C12.75 13.1979 14.1771 14.625 15.9375 14.625C17.6979 14.625 19.125 13.1979 19.125 11.4375C19.125 9.67709 17.6979 8.25 15.9375 8.25ZM11.25 11.4375C11.25 8.84867 13.3487 6.75 15.9375 6.75C18.5263 6.75 20.625 8.84867 20.625 11.4375C20.625 14.0263 18.5263 16.125 15.9375 16.125C13.3487 16.125 11.25 14.0263 11.25 11.4375Z" fill="currentColor" />
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.4697 17.0304L18.2197 14.7804L19.2804 13.7197L21.5304 15.9697C21.8233 16.2626 21.8233 16.7375 21.5304 17.0304C21.2375 17.3233 20.7626 17.3233 20.4697 17.0304Z" fill="currentColor" />
|
|
8
|
+
</svg>
|