a-icons 1.0.42 → 1.0.43

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/index.d.ts CHANGED
@@ -44,7 +44,6 @@ export { default as EditSimpleOutlined } from './EditSimpleOutlined';
44
44
  export { default as ErrorWarningLine } from './ErrorWarningLine';
45
45
  export { default as FileFilled } from './FileFilled';
46
46
  export { default as FileOutlined } from './FileOutlined';
47
- export { default as FormFilled } from './FormFilled';
48
47
  export { default as FormOutlined } from './FormOutlined';
49
48
  export { default as HomeFilled } from './HomeFilled';
50
49
  export { default as HomeOutlined } from './HomeOutlined';
package/es/index.js CHANGED
@@ -44,7 +44,6 @@ export { default as EditSimpleOutlined } from './EditSimpleOutlined';
44
44
  export { default as ErrorWarningLine } from './ErrorWarningLine';
45
45
  export { default as FileFilled } from './FileFilled';
46
46
  export { default as FileOutlined } from './FileOutlined';
47
- export { default as FormFilled } from './FormFilled';
48
47
  export { default as FormOutlined } from './FormOutlined';
49
48
  export { default as HomeFilled } from './HomeFilled';
50
49
  export { default as HomeOutlined } from './HomeOutlined';
package/lib/index.d.ts CHANGED
@@ -44,7 +44,6 @@ export { default as EditSimpleOutlined } from './EditSimpleOutlined';
44
44
  export { default as ErrorWarningLine } from './ErrorWarningLine';
45
45
  export { default as FileFilled } from './FileFilled';
46
46
  export { default as FileOutlined } from './FileOutlined';
47
- export { default as FormFilled } from './FormFilled';
48
47
  export { default as FormOutlined } from './FormOutlined';
49
48
  export { default as HomeFilled } from './HomeFilled';
50
49
  export { default as HomeOutlined } from './HomeOutlined';
package/lib/index.js CHANGED
@@ -418,15 +418,6 @@ Object.defineProperty(exports, "FileOutlined", {
418
418
  }
419
419
  });
420
420
 
421
- var FormFilled_1 = require("./FormFilled");
422
-
423
- Object.defineProperty(exports, "FormFilled", {
424
- enumerable: true,
425
- get: function get() {
426
- return FormFilled_1["default"];
427
- }
428
- });
429
-
430
421
  var FormOutlined_1 = require("./FormOutlined");
431
422
 
432
423
  Object.defineProperty(exports, "FormOutlined", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
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": "32dc9f376094f6b44cbbbb54cc055fe30e03be75"
25
+ "gitHead": "6e4862aa641f382f96afc1d00af96c68d23f424d"
26
26
  }
package/src/index.tsx CHANGED
@@ -44,7 +44,6 @@ export { default as EditSimpleOutlined } from './EditSimpleOutlined';
44
44
  export { default as ErrorWarningLine } from './ErrorWarningLine';
45
45
  export { default as FileFilled } from './FileFilled';
46
46
  export { default as FileOutlined } from './FileOutlined';
47
- export { default as FormFilled } from './FormFilled';
48
47
  export { default as FormOutlined } from './FormOutlined';
49
48
  export { default as HomeFilled } from './HomeFilled';
50
49
  export { default as HomeOutlined } from './HomeOutlined';
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function FormFilled(componentProps: IconProps): JSX.Element;
3
- declare namespace FormFilled {
4
- var displayName: string;
5
- }
6
- export default FormFilled;
package/es/FormFilled.js DELETED
@@ -1,42 +0,0 @@
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
-
6
- for (var p in s) {
7
- if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
8
- }
9
- }
10
-
11
- return t;
12
- };
13
-
14
- return __assign.apply(this, arguments);
15
- };
16
-
17
- import * as React from 'react';
18
- import Icon from 'a-base-icon/lib/Icon';
19
-
20
- function FormFilled(componentProps) {
21
- var IconNode = function IconNode(props) {
22
- return /*#__PURE__*/React.createElement("svg", __assign({
23
- viewBox: "0 0 24 24",
24
- xmlns: "http://www.w3.org/2000/svg"
25
- }, props), /*#__PURE__*/React.createElement("path", {
26
- d: "M13.24 15.62l-3.41.73a1.832 1.832 0 01-.4 0 1.75 1.75 0 01-1.26-.52 1.81 1.81 0 01-.47-1.66l.73-3.4a3.51 3.51 0 011-1.75l5.7-5.7h-9a4.14 4.14 0 00-4.19 4.19v10.35A4.14 4.14 0 006.08 22h10.36a4.14 4.14 0 004.14-4.14V9.07L15 14.66a3.5 3.5 0 01-1.76.96z",
27
- fill: "currentColor"
28
- }), /*#__PURE__*/React.createElement("path", {
29
- fillRule: "evenodd",
30
- clipRule: "evenodd",
31
- d: "M16.77 3.11a3.22 3.22 0 014.51-.34 3.22 3.22 0 01-.34 4.56L14.27 14a2.48 2.48 0 01-1.27.64l-3.38.76a.77.77 0 01-.94-1l.73-3.4a2.55 2.55 0 01.69-1.22l6.67-6.67zm.41 4.66l2.24-2.24a.75.75 0 00-1.06-1.06l-2.24 2.24a.75.75 0 001.06 1.06z",
32
- fill: "currentColor"
33
- }));
34
- };
35
-
36
- return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
37
- component: IconNode
38
- }));
39
- }
40
-
41
- FormFilled.displayName = 'FormFilled';
42
- export default FormFilled;
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function FormFilled(componentProps: IconProps): JSX.Element;
3
- declare namespace FormFilled {
4
- var displayName: string;
5
- }
6
- export default FormFilled;
package/lib/FormFilled.js DELETED
@@ -1,89 +0,0 @@
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
-
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
- }
11
- }
12
-
13
- return t;
14
- };
15
-
16
- return __assign.apply(this, arguments);
17
- };
18
-
19
- var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
- if (k2 === undefined) k2 = k;
21
- Object.defineProperty(o, k2, {
22
- enumerable: true,
23
- get: function get() {
24
- return m[k];
25
- }
26
- });
27
- } : function (o, m, k, k2) {
28
- if (k2 === undefined) k2 = k;
29
- o[k2] = m[k];
30
- });
31
-
32
- var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
- Object.defineProperty(o, "default", {
34
- enumerable: true,
35
- value: v
36
- });
37
- } : function (o, v) {
38
- o["default"] = v;
39
- });
40
-
41
- var __importStar = this && this.__importStar || function (mod) {
42
- if (mod && mod.__esModule) return mod;
43
- var result = {};
44
- if (mod != null) for (var k in mod) {
45
- if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
- }
47
-
48
- __setModuleDefault(result, mod);
49
-
50
- return result;
51
- };
52
-
53
- var __importDefault = this && this.__importDefault || function (mod) {
54
- return mod && mod.__esModule ? mod : {
55
- "default": mod
56
- };
57
- };
58
-
59
- Object.defineProperty(exports, "__esModule", {
60
- value: true
61
- });
62
-
63
- var React = __importStar(require("react"));
64
-
65
- var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
-
67
- function FormFilled(componentProps) {
68
- var IconNode = function IconNode(props) {
69
- return React.createElement("svg", __assign({
70
- viewBox: "0 0 24 24",
71
- xmlns: "http://www.w3.org/2000/svg"
72
- }, props), React.createElement("path", {
73
- d: "M13.24 15.62l-3.41.73a1.832 1.832 0 01-.4 0 1.75 1.75 0 01-1.26-.52 1.81 1.81 0 01-.47-1.66l.73-3.4a3.51 3.51 0 011-1.75l5.7-5.7h-9a4.14 4.14 0 00-4.19 4.19v10.35A4.14 4.14 0 006.08 22h10.36a4.14 4.14 0 004.14-4.14V9.07L15 14.66a3.5 3.5 0 01-1.76.96z",
74
- fill: "currentColor"
75
- }), React.createElement("path", {
76
- fillRule: "evenodd",
77
- clipRule: "evenodd",
78
- d: "M16.77 3.11a3.22 3.22 0 014.51-.34 3.22 3.22 0 01-.34 4.56L14.27 14a2.48 2.48 0 01-1.27.64l-3.38.76a.77.77 0 01-.94-1l.73-3.4a2.55 2.55 0 01.69-1.22l6.67-6.67zm.41 4.66l2.24-2.24a.75.75 0 00-1.06-1.06l-2.24 2.24a.75.75 0 001.06 1.06z",
79
- fill: "currentColor"
80
- }));
81
- };
82
-
83
- return React.createElement(Icon_1["default"], __assign({}, componentProps, {
84
- component: IconNode
85
- }));
86
- }
87
-
88
- FormFilled.displayName = 'FormFilled';
89
- exports["default"] = FormFilled;
@@ -1,24 +0,0 @@
1
- import * as React from 'react';
2
- import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
-
4
- function FormFilled(componentProps: IconProps) {
5
- const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
7
- <path
8
- d="M13.24 15.62l-3.41.73a1.832 1.832 0 01-.4 0 1.75 1.75 0 01-1.26-.52 1.81 1.81 0 01-.47-1.66l.73-3.4a3.51 3.51 0 011-1.75l5.7-5.7h-9a4.14 4.14 0 00-4.19 4.19v10.35A4.14 4.14 0 006.08 22h10.36a4.14 4.14 0 004.14-4.14V9.07L15 14.66a3.5 3.5 0 01-1.76.96z"
9
- fill="currentColor"
10
- />
11
- <path
12
- fillRule="evenodd"
13
- clipRule="evenodd"
14
- d="M16.77 3.11a3.22 3.22 0 014.51-.34 3.22 3.22 0 01-.34 4.56L14.27 14a2.48 2.48 0 01-1.27.64l-3.38.76a.77.77 0 01-.94-1l.73-3.4a2.55 2.55 0 01.69-1.22l6.67-6.67zm.41 4.66l2.24-2.24a.75.75 0 00-1.06-1.06l-2.24 2.24a.75.75 0 001.06 1.06z"
15
- fill="currentColor"
16
- />
17
- </svg>
18
- );
19
-
20
- return <Icon {...componentProps} component={IconNode} />;
21
- }
22
-
23
- FormFilled.displayName = 'FormFilled';
24
- export default FormFilled;
@@ -1,8 +0,0 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M13.24 15.62L9.83 16.35C9.69707 16.3646 9.56294 16.3646 9.43 16.35C8.95699 16.3541 8.50246 16.1665 8.17 15.83C7.74274 15.3917 7.56592 14.7672 7.7 14.17L8.43 10.77C8.58508 10.1015 8.93275 9.49303 9.43 9.02001L15.13 3.32001H6.13C5.01465 3.30645 3.94101 3.74355 3.15228 4.53228C2.36354 5.32102 1.92645 6.39465 1.94 7.51001V17.86C1.94 20.1465 3.79354 22 6.08 22H16.44C18.7265 22 20.58 20.1465 20.58 17.86V9.07001L15 14.66C14.5195 15.1448 13.9077 15.4785 13.24 15.62Z"
4
- fill="currentColor" />
5
- <path fill-rule="evenodd" clip-rule="evenodd"
6
- d="M16.77 3.11001C17.9273 1.78227 19.9367 1.63079 21.28 2.77001C21.843 3.41829 22.1238 4.26458 22.0599 5.12084C21.9961 5.9771 21.5929 6.7724 20.94 7.33001L14.27 14C13.9182 14.3328 13.4767 14.5552 13 14.64L9.61998 15.4C9.34189 15.4811 9.04183 15.3992 8.84343 15.1882C8.64504 14.9771 8.58188 14.6726 8.67998 14.4L9.40998 11C9.52151 10.5369 9.76054 10.1142 10.1 9.78001L16.77 3.11001ZM17.18 7.77001L19.42 5.53001C19.6953 5.2345 19.6872 4.774 19.4016 4.48839C19.116 4.20278 18.6555 4.19465 18.36 4.47001L16.12 6.71001C15.8275 7.00283 15.8275 7.4772 16.12 7.77001C16.4128 8.06247 16.8872 8.06247 17.18 7.77001Z"
7
- fill="currentColor" />
8
- </svg>
@@ -1,8 +0,0 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M13.24 15.62L9.83 16.35C9.69707 16.3646 9.56294 16.3646 9.43 16.35C8.95699 16.3541 8.50246 16.1665 8.17 15.83C7.74274 15.3917 7.56592 14.7672 7.7 14.17L8.43 10.77C8.58508 10.1015 8.93275 9.49303 9.43 9.02001L15.13 3.32001H6.13C5.01465 3.30645 3.94101 3.74355 3.15228 4.53228C2.36354 5.32102 1.92645 6.39465 1.94 7.51001V17.86C1.94 20.1465 3.79354 22 6.08 22H16.44C18.7265 22 20.58 20.1465 20.58 17.86V9.07001L15 14.66C14.5195 15.1448 13.9077 15.4785 13.24 15.62Z"
4
- fill="currentColor" />
5
- <path fill-rule="evenodd" clip-rule="evenodd"
6
- d="M16.77 3.11001C17.9273 1.78227 19.9367 1.63079 21.28 2.77001C21.843 3.41829 22.1238 4.26458 22.0599 5.12084C21.9961 5.9771 21.5929 6.7724 20.94 7.33001L14.27 14C13.9182 14.3328 13.4767 14.5552 13 14.64L9.61998 15.4C9.34189 15.4811 9.04183 15.3992 8.84343 15.1882C8.64504 14.9771 8.58188 14.6726 8.67998 14.4L9.40998 11C9.52151 10.5369 9.76054 10.1142 10.1 9.78001L16.77 3.11001ZM17.18 7.77001L19.42 5.53001C19.6953 5.2345 19.6872 4.774 19.4016 4.48839C19.116 4.20278 18.6555 4.19465 18.36 4.47001L16.12 6.71001C15.8275 7.00283 15.8275 7.4772 16.12 7.77001C16.4128 8.06247 16.8872 8.06247 17.18 7.77001Z"
7
- fill="currentColor" />
8
- </svg>