a-icons 1.2.66 → 1.2.67

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 assui
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -15,21 +15,17 @@ import Icon from 'a-base-icon/lib/icon';
15
15
  function PencilOutlined(componentProps) {
16
16
  var IconNode = function IconNode(props) {
17
17
  return /*#__PURE__*/React.createElement("svg", __assign({
18
- viewBox: "0 0 24 24",
18
+ width: 32,
19
+ height: 32,
20
+ fill: "none",
19
21
  xmlns: "http://www.w3.org/2000/svg"
20
- }, props), /*#__PURE__*/React.createElement("g", {
21
- clipPath: "url(#pencil-outlined_svg__clip0_248_810)"
22
- }, /*#__PURE__*/React.createElement("path", {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M17.793.793l5.414 5.414-1.414 1.414-5.414-5.414L17.793.793zM14.33 4.488a1.5 1.5 0 01.927 0c.232.075.4.2.512.295.096.081.196.182.28.266l.017.017L18.95 7.95c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 010 .927 1.508 1.508 0 01-.296.512c-.081.096-.182.196-.266.28L8.6 20.814l-.038.038a4.665 4.665 0 01-.542.491 3.004 3.004 0 01-.538.312c-.215.097-.44.158-.695.227l-.052.014-4.68 1.277a1 1 0 01-1.228-1.228l1.277-4.68.014-.052c.069-.255.13-.48.227-.695a3 3 0 01.312-.538c.14-.19.304-.355.491-.542l.038-.038L13.52 5.066l.017-.017c.084-.084.184-.185.28-.266.111-.094.28-.22.512-.295zm.463 2.133L4.601 16.813c-.245.245-.291.295-.326.344a1 1 0 00-.105.18c-.024.054-.045.119-.136.453l-.816 2.992 2.992-.816c.334-.091.4-.112.454-.136.063-.029.123-.064.18-.104.048-.036.098-.082.343-.327L17.379 9.207l-2.586-2.586z",
26
- fill: "currentColor"
27
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
28
- id: "pencil-outlined_svg__clip0_248_810"
29
- }, /*#__PURE__*/React.createElement("path", {
30
- fill: "currentColor",
31
- d: "M0 0h24v24H0z"
32
- }))));
22
+ }, props), /*#__PURE__*/React.createElement("path", {
23
+ d: "M16.17 12.415l-6.817 6.818v3.409h3.408l6.818-6.818m-3.409-3.409l2.445-2.444.001-.002c.337-.336.505-.505.7-.568a.852.852 0 01.526 0c.194.063.363.232.699.568l1.482 1.482c.338.338.507.506.57.701a.852.852 0 010 .527c-.063.194-.232.363-.569.7h0l-2.445 2.445m-3.409-3.409l3.409 3.41",
24
+ stroke: "currentColor",
25
+ strokeWidth: 1.5,
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round"
28
+ }));
33
29
  };
34
30
  return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
31
  component: IconNode
@@ -58,21 +58,17 @@ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
58
  function PencilOutlined(componentProps) {
59
59
  var IconNode = function IconNode(props) {
60
60
  return React.createElement("svg", __assign({
61
- viewBox: "0 0 24 24",
61
+ width: 32,
62
+ height: 32,
63
+ fill: "none",
62
64
  xmlns: "http://www.w3.org/2000/svg"
63
- }, props), React.createElement("g", {
64
- clipPath: "url(#pencil-outlined_svg__clip0_248_810)"
65
- }, React.createElement("path", {
66
- fillRule: "evenodd",
67
- clipRule: "evenodd",
68
- d: "M17.793.793l5.414 5.414-1.414 1.414-5.414-5.414L17.793.793zM14.33 4.488a1.5 1.5 0 01.927 0c.232.075.4.2.512.295.096.081.196.182.28.266l.017.017L18.95 7.95c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 010 .927 1.508 1.508 0 01-.296.512c-.081.096-.182.196-.266.28L8.6 20.814l-.038.038a4.665 4.665 0 01-.542.491 3.004 3.004 0 01-.538.312c-.215.097-.44.158-.695.227l-.052.014-4.68 1.277a1 1 0 01-1.228-1.228l1.277-4.68.014-.052c.069-.255.13-.48.227-.695a3 3 0 01.312-.538c.14-.19.304-.355.491-.542l.038-.038L13.52 5.066l.017-.017c.084-.084.184-.185.28-.266.111-.094.28-.22.512-.295zm.463 2.133L4.601 16.813c-.245.245-.291.295-.326.344a1 1 0 00-.105.18c-.024.054-.045.119-.136.453l-.816 2.992 2.992-.816c.334-.091.4-.112.454-.136.063-.029.123-.064.18-.104.048-.036.098-.082.343-.327L17.379 9.207l-2.586-2.586z",
69
- fill: "currentColor"
70
- })), React.createElement("defs", null, React.createElement("clipPath", {
71
- id: "pencil-outlined_svg__clip0_248_810"
72
- }, React.createElement("path", {
73
- fill: "currentColor",
74
- d: "M0 0h24v24H0z"
75
- }))));
65
+ }, props), React.createElement("path", {
66
+ d: "M16.17 12.415l-6.817 6.818v3.409h3.408l6.818-6.818m-3.409-3.409l2.445-2.444.001-.002c.337-.336.505-.505.7-.568a.852.852 0 01.526 0c.194.063.363.232.699.568l1.482 1.482c.338.338.507.506.57.701a.852.852 0 010 .527c-.063.194-.232.363-.569.7h0l-2.445 2.445m-3.409-3.409l3.409 3.41",
67
+ stroke: "currentColor",
68
+ strokeWidth: 1.5,
69
+ strokeLinecap: "round",
70
+ strokeLinejoin: "round"
71
+ }));
76
72
  };
77
73
  return React.createElement(icon_1["default"], __assign({}, componentProps, {
78
74
  component: IconNode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -21,5 +21,6 @@
21
21
  },
22
22
  "peerDependencies": {
23
23
  "assui": "^3.2.49"
24
- }
24
+ },
25
+ "gitHead": "553d9de6daf545e42a059107be39b6c45fed9bc9"
25
26
  }
@@ -3,20 +3,14 @@ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
3
 
4
4
  function PencilOutlined(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
7
- <g clipPath="url(#pencil-outlined_svg__clip0_248_810)">
8
- <path
9
- fillRule="evenodd"
10
- clipRule="evenodd"
11
- d="M17.793.793l5.414 5.414-1.414 1.414-5.414-5.414L17.793.793zM14.33 4.488a1.5 1.5 0 01.927 0c.232.075.4.2.512.295.096.081.196.182.28.266l.017.017L18.95 7.95c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 010 .927 1.508 1.508 0 01-.296.512c-.081.096-.182.196-.266.28L8.6 20.814l-.038.038a4.665 4.665 0 01-.542.491 3.004 3.004 0 01-.538.312c-.215.097-.44.158-.695.227l-.052.014-4.68 1.277a1 1 0 01-1.228-1.228l1.277-4.68.014-.052c.069-.255.13-.48.227-.695a3 3 0 01.312-.538c.14-.19.304-.355.491-.542l.038-.038L13.52 5.066l.017-.017c.084-.084.184-.185.28-.266.111-.094.28-.22.512-.295zm.463 2.133L4.601 16.813c-.245.245-.291.295-.326.344a1 1 0 00-.105.18c-.024.054-.045.119-.136.453l-.816 2.992 2.992-.816c.334-.091.4-.112.454-.136.063-.029.123-.064.18-.104.048-.036.098-.082.343-.327L17.379 9.207l-2.586-2.586z"
12
- fill="currentColor"
13
- />
14
- </g>
15
- <defs>
16
- <clipPath id="pencil-outlined_svg__clip0_248_810">
17
- <path fill="currentColor" d="M0 0h24v24H0z" />
18
- </clipPath>
19
- </defs>
6
+ <svg width={32} height={32} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ d="M16.17 12.415l-6.817 6.818v3.409h3.408l6.818-6.818m-3.409-3.409l2.445-2.444.001-.002c.337-.336.505-.505.7-.568a.852.852 0 01.526 0c.194.063.363.232.699.568l1.482 1.482c.338.338.507.506.57.701a.852.852 0 010 .527c-.063.194-.232.363-.569.7h0l-2.445 2.445m-3.409-3.409l3.409 3.41"
9
+ stroke="currentColor"
10
+ strokeWidth={1.5}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
20
14
  </svg>
21
15
  );
22
16
 
@@ -1,12 +1,3 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_248_810)">
3
- <path fill-rule="evenodd" clip-rule="evenodd"
4
- d="M17.793 0.792908L23.2072 6.20712L21.793 7.62134L16.3788 2.20712L17.793 0.792908ZM14.3295 4.48764C14.6307 4.38976 14.9553 4.38976 15.2565 4.48764C15.4892 4.56323 15.6578 4.68878 15.7688 4.78307C15.8647 4.86444 15.9652 4.96506 16.0494 5.04932C16.0549 5.05485 16.0604 5.06032 16.0658 5.0657L18.9508 7.95072C19.0351 8.03491 19.1357 8.13545 19.217 8.23129C19.3113 8.34236 19.4369 8.51096 19.5125 8.7436C19.6104 9.04486 19.6104 9.36938 19.5125 9.67065C19.4369 9.90328 19.3113 10.0719 19.217 10.183C19.1357 10.2788 19.035 10.3794 18.9508 10.4636L8.601 20.8133C8.58832 20.826 8.57575 20.8386 8.56328 20.8511C8.37659 21.038 8.21184 21.2029 8.02094 21.342C7.85296 21.4644 7.67271 21.569 7.48309 21.6542C7.26762 21.7509 7.04266 21.8121 6.78776 21.8815C6.77073 21.8861 6.75356 21.8908 6.73625 21.8955L2.05611 23.1719C1.7099 23.2663 1.33964 23.168 1.08589 22.9142C0.832135 22.6605 0.733807 22.2902 0.828228 21.944L2.10463 17.2639C2.10935 17.2466 2.11402 17.2294 2.11866 17.2124C2.18801 16.9575 2.24921 16.7325 2.34595 16.517C2.43108 16.3274 2.53568 16.1472 2.65808 15.9792C2.79716 15.7883 2.96211 15.6235 3.14902 15.4368C3.16151 15.4244 3.1741 15.4118 3.18679 15.3991L13.5202 5.0657C13.5256 5.06033 13.531 5.05487 13.5365 5.04935C13.6207 4.96508 13.7213 4.86445 13.8172 4.78307C13.9282 4.68878 14.0968 4.56323 14.3295 4.48764ZM14.793 6.62133L4.601 16.8133C4.35593 17.0584 4.30996 17.1083 4.27454 17.1569C4.23374 17.2129 4.19887 17.273 4.1705 17.3362C4.14586 17.3911 4.12535 17.4557 4.03416 17.7901L3.21821 20.7819L6.21001 19.966C6.54439 19.8748 6.60906 19.8542 6.66393 19.8296C6.72712 19.8012 6.78721 19.7664 6.84321 19.7256C6.89182 19.6902 6.94172 19.6442 7.18679 19.3991L17.3788 9.20712L14.793 6.62133Z"
5
- fill="currentColor" />
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_248_810">
9
- <rect width="24" height="24" fill="currentColor" />
10
- </clipPath>
11
- </defs>
12
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.1701 12.4154L9.35254 19.2329V22.6417L12.7613 22.6416L19.5788 15.8241M16.1701 12.4154L18.6147 9.97074L18.6161 9.96929C18.9527 9.63277 19.1212 9.46422 19.3155 9.40108C19.4867 9.34547 19.6711 9.34547 19.8422 9.40108C20.0364 9.46417 20.2047 9.63254 20.5408 9.96857L22.0234 11.4512C22.3609 11.7887 22.5297 11.9575 22.5929 12.1521C22.6486 12.3232 22.6485 12.5076 22.5929 12.6788C22.5297 12.8732 22.3612 13.0418 22.0242 13.3788L22.0234 13.3795L19.5788 15.8241M16.1701 12.4154L19.5788 15.8241" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,12 +1,3 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_248_810)">
3
- <path fill-rule="evenodd" clip-rule="evenodd"
4
- d="M17.793 0.792908L23.2072 6.20712L21.793 7.62134L16.3788 2.20712L17.793 0.792908ZM14.3295 4.48764C14.6307 4.38976 14.9553 4.38976 15.2565 4.48764C15.4892 4.56323 15.6578 4.68878 15.7688 4.78307C15.8647 4.86444 15.9652 4.96506 16.0494 5.04932C16.0549 5.05485 16.0604 5.06032 16.0658 5.0657L18.9508 7.95072C19.0351 8.03491 19.1357 8.13545 19.217 8.23129C19.3113 8.34236 19.4369 8.51096 19.5125 8.7436C19.6104 9.04486 19.6104 9.36938 19.5125 9.67065C19.4369 9.90328 19.3113 10.0719 19.217 10.183C19.1357 10.2788 19.035 10.3794 18.9508 10.4636L8.601 20.8133C8.58832 20.826 8.57575 20.8386 8.56328 20.8511C8.37659 21.038 8.21184 21.2029 8.02094 21.342C7.85296 21.4644 7.67271 21.569 7.48309 21.6542C7.26762 21.7509 7.04266 21.8121 6.78776 21.8815C6.77073 21.8861 6.75356 21.8908 6.73625 21.8955L2.05611 23.1719C1.7099 23.2663 1.33964 23.168 1.08589 22.9142C0.832135 22.6605 0.733807 22.2902 0.828228 21.944L2.10463 17.2639C2.10935 17.2466 2.11402 17.2294 2.11866 17.2124C2.18801 16.9575 2.24921 16.7325 2.34595 16.517C2.43108 16.3274 2.53568 16.1472 2.65808 15.9792C2.79716 15.7883 2.96211 15.6235 3.14902 15.4368C3.16151 15.4244 3.1741 15.4118 3.18679 15.3991L13.5202 5.0657C13.5256 5.06033 13.531 5.05487 13.5365 5.04935C13.6207 4.96508 13.7213 4.86445 13.8172 4.78307C13.9282 4.68878 14.0968 4.56323 14.3295 4.48764ZM14.793 6.62133L4.601 16.8133C4.35593 17.0584 4.30996 17.1083 4.27454 17.1569C4.23374 17.2129 4.19887 17.273 4.1705 17.3362C4.14586 17.3911 4.12535 17.4557 4.03416 17.7901L3.21821 20.7819L6.21001 19.966C6.54439 19.8748 6.60906 19.8542 6.66393 19.8296C6.72712 19.8012 6.78721 19.7664 6.84321 19.7256C6.89182 19.6902 6.94172 19.6442 7.18679 19.3991L17.3788 9.20712L14.793 6.62133Z"
5
- fill="currentColor" />
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_248_810">
9
- <rect width="24" height="24" fill="currentColor" />
10
- </clipPath>
11
- </defs>
12
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.1701 12.4154L9.35254 19.2329V22.6417L12.7613 22.6416L19.5788 15.8241M16.1701 12.4154L18.6147 9.97074L18.6161 9.96929C18.9527 9.63277 19.1212 9.46422 19.3155 9.40108C19.4867 9.34547 19.6711 9.34547 19.8422 9.40108C20.0364 9.46417 20.2047 9.63254 20.5408 9.96857L22.0234 11.4512C22.3609 11.7887 22.5297 11.9575 22.5929 12.1521C22.6486 12.3232 22.6485 12.5076 22.5929 12.6788C22.5297 12.8732 22.3612 13.0418 22.0242 13.3788L22.0234 13.3795L19.5788 15.8241M16.1701 12.4154L19.5788 15.8241" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>