a-icons 1.0.18 → 1.0.19

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.
@@ -22,19 +22,13 @@ function MoveOutlined(componentProps) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  width: 24,
24
24
  height: 24,
25
- fill: "none",
26
25
  xmlns: "http://www.w3.org/2000/svg"
27
- }, props), /*#__PURE__*/React.createElement("rect", {
26
+ }, props), /*#__PURE__*/React.createElement("path", {
28
27
  fill: "inherit",
29
- x: 16,
30
- y: 11.373,
31
- width: 1.4,
32
- height: 8,
33
- rx: 0.7,
34
- transform: "rotate(90 16 11.373)"
28
+ d: "M15.3 11.373a.7.7 0 110 1.4H8.7a.7.7 0 110-1.4h6.6z"
35
29
  }), /*#__PURE__*/React.createElement("path", {
36
30
  fill: "inherit",
37
- d: "M12.7 15.3a.7.7 0 11-1.4 0V8.7a.7.7 0 111.4 0v6.6z"
31
+ d: "M12.7 15.3a.7.7 0 01-1.4 0V8.7a.7.7 0 111.4 0v6.6z"
38
32
  }), /*#__PURE__*/React.createElement("path", {
39
33
  fill: "currentColor",
40
34
  fillRule: "evenodd",
@@ -69,19 +69,13 @@ function MoveOutlined(componentProps) {
69
69
  return React.createElement("svg", __assign({
70
70
  width: 24,
71
71
  height: 24,
72
- fill: "none",
73
72
  xmlns: "http://www.w3.org/2000/svg"
74
- }, props), React.createElement("rect", {
73
+ }, props), React.createElement("path", {
75
74
  fill: "inherit",
76
- x: 16,
77
- y: 11.373,
78
- width: 1.4,
79
- height: 8,
80
- rx: 0.7,
81
- transform: "rotate(90 16 11.373)"
75
+ d: "M15.3 11.373a.7.7 0 110 1.4H8.7a.7.7 0 110-1.4h6.6z"
82
76
  }), React.createElement("path", {
83
77
  fill: "inherit",
84
- d: "M12.7 15.3a.7.7 0 11-1.4 0V8.7a.7.7 0 111.4 0v6.6z"
78
+ d: "M12.7 15.3a.7.7 0 01-1.4 0V8.7a.7.7 0 111.4 0v6.6z"
85
79
  }), React.createElement("path", {
86
80
  fill: "currentColor",
87
81
  fillRule: "evenodd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
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": "677c4f17f5638b3910c6a11c925af1f5d7e5d192"
25
+ "gitHead": "9cd6177e657175fbde88e0544c63af491dbc2db1"
26
26
  }
@@ -3,17 +3,9 @@ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
3
 
4
4
  function MoveOutlined(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
- <svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
- <rect
8
- fill="inherit"
9
- x={16}
10
- y={11.373}
11
- width={1.4}
12
- height={8}
13
- rx={0.7}
14
- transform="rotate(90 16 11.373)"
15
- />
16
- <path fill="inherit" d="M12.7 15.3a.7.7 0 11-1.4 0V8.7a.7.7 0 111.4 0v6.6z" />
6
+ <svg width={24} height={24} xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path fill="inherit" d="M15.3 11.373a.7.7 0 110 1.4H8.7a.7.7 0 110-1.4h6.6z" />
8
+ <path fill="inherit" d="M12.7 15.3a.7.7 0 01-1.4 0V8.7a.7.7 0 111.4 0v6.6z" />
17
9
  <path
18
10
  fill="currentColor"
19
11
  fillRule="evenodd"
@@ -1,6 +1,6 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="inherit" x="16" y="11.3734" width="1.4" height="8" rx="0.7" transform="rotate(90 16 11.3734)" />
3
- <path fill="inherit" d="M12.7 15.3C12.7 15.6866 12.3866 16 12 16V16C11.6134 16 11.3 15.6866 11.3 15.3L11.3 8.7C11.3 8.3134 11.6134 8 12 8V8C12.3866 8 12.7 8.3134 12.7 8.7L12.7 15.3Z" />
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill="inherit" d="M15.3 11.3734C15.6866 11.3734 16 11.6868 16 12.0734C16 12.46 15.6866 12.7734 15.3 12.7734H8.7C8.3134 12.7734 8 12.46 8 12.0734C8 11.6868 8.3134 11.3734 8.7 11.3734H15.3Z" />
3
+ <path fill="inherit" d="M12.7 15.3C12.7 15.6866 12.3865 16 12 16C11.6134 16 11.3 15.6866 11.3 15.3L11.3 8.7C11.3 8.3134 11.6134 8 12 8C12.3866 8 12.7 8.3134 12.7 8.7L12.7 15.3Z" />
4
4
  <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M15.2949 6.3234C15.0216 6.59677 14.5784 6.59677 14.305 6.3234L11.9715 3.98995L9.63809 6.3234C9.36472 6.59677 8.92151 6.59677 8.64814 6.3234C8.37477 6.05004 8.37477 5.60682 8.64814 5.33346L11.4766 2.50503C11.7499 2.23166 12.1931 2.23166 12.4665 2.50503L15.2949 5.33346C15.5683 5.60682 15.5683 6.05004 15.2949 6.3234Z" />
5
5
  <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M8.70506 17.3335C8.97842 17.0601 9.42164 17.0601 9.69501 17.3335L12.0285 19.6669L14.3619 17.3335C14.6353 17.0601 15.0785 17.0601 15.3519 17.3335C15.6252 17.6068 15.6252 18.05 15.3519 18.3234L12.5234 21.1518C12.2501 21.4252 11.8069 21.4252 11.5335 21.1518L8.70506 18.3234C8.43169 18.05 8.43169 17.6068 8.70506 17.3335Z" />
6
6
  <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M17.3334 15.295C17.06 15.0216 17.06 14.5784 17.3334 14.305L19.6668 11.9716L17.3334 9.63812C17.06 9.36475 17.06 8.92154 17.3334 8.64817C17.6068 8.3748 18.05 8.3748 18.3233 8.64817L21.1518 11.4766C21.4251 11.75 21.4251 12.1932 21.1518 12.4665L18.3233 15.295C18.05 15.5683 17.6068 15.5683 17.3334 15.295Z" />
@@ -1,6 +1,6 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="inherit" x="16" y="11.3734" width="1.4" height="8" rx="0.7" transform="rotate(90 16 11.3734)" />
3
- <path fill="inherit" d="M12.7 15.3C12.7 15.6866 12.3866 16 12 16V16C11.6134 16 11.3 15.6866 11.3 15.3L11.3 8.7C11.3 8.3134 11.6134 8 12 8V8C12.3866 8 12.7 8.3134 12.7 8.7L12.7 15.3Z" />
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill="inherit" d="M15.3 11.3734C15.6866 11.3734 16 11.6868 16 12.0734C16 12.46 15.6866 12.7734 15.3 12.7734H8.7C8.3134 12.7734 8 12.46 8 12.0734C8 11.6868 8.3134 11.3734 8.7 11.3734H15.3Z" />
3
+ <path fill="inherit" d="M12.7 15.3C12.7 15.6866 12.3865 16 12 16C11.6134 16 11.3 15.6866 11.3 15.3L11.3 8.7C11.3 8.3134 11.6134 8 12 8C12.3866 8 12.7 8.3134 12.7 8.7L12.7 15.3Z" />
4
4
  <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M15.2949 6.3234C15.0216 6.59677 14.5784 6.59677 14.305 6.3234L11.9715 3.98995L9.63809 6.3234C9.36472 6.59677 8.92151 6.59677 8.64814 6.3234C8.37477 6.05004 8.37477 5.60682 8.64814 5.33346L11.4766 2.50503C11.7499 2.23166 12.1931 2.23166 12.4665 2.50503L15.2949 5.33346C15.5683 5.60682 15.5683 6.05004 15.2949 6.3234Z" />
5
5
  <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M8.70506 17.3335C8.97842 17.0601 9.42164 17.0601 9.69501 17.3335L12.0285 19.6669L14.3619 17.3335C14.6353 17.0601 15.0785 17.0601 15.3519 17.3335C15.6252 17.6068 15.6252 18.05 15.3519 18.3234L12.5234 21.1518C12.2501 21.4252 11.8069 21.4252 11.5335 21.1518L8.70506 18.3234C8.43169 18.05 8.43169 17.6068 8.70506 17.3335Z" />
6
6
  <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M17.3334 15.295C17.06 15.0216 17.06 14.5784 17.3334 14.305L19.6668 11.9716L17.3334 9.63812C17.06 9.36475 17.06 8.92154 17.3334 8.64817C17.6068 8.3748 18.05 8.3748 18.3233 8.64817L21.1518 11.4766C21.4251 11.75 21.4251 12.1932 21.1518 12.4665L18.3233 15.295C18.05 15.5683 17.6068 15.5683 17.3334 15.295Z" />