@douyinfe/semi-icons 2.0.9-alpha.0 → 2.1.0-beta.1

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.
@@ -94,7 +94,6 @@ export { default as IconCodeStroked } from './IconCodeStroked';
94
94
  export { default as IconCoinMoneyStroked } from './IconCoinMoneyStroked';
95
95
  export { default as IconColorPalette } from './IconColorPalette';
96
96
  export { default as IconColumnsStroked } from './IconColumnsStroked';
97
- export { default as IconColumusStroked } from './IconColumusStroked';
98
97
  export { default as IconCommand } from './IconCommand';
99
98
  export { default as IconComment } from './IconComment';
100
99
  export { default as IconCommentStroked } from './IconCommentStroked';
@@ -94,7 +94,6 @@ export { default as IconCodeStroked } from './IconCodeStroked';
94
94
  export { default as IconCoinMoneyStroked } from './IconCoinMoneyStroked';
95
95
  export { default as IconColorPalette } from './IconColorPalette';
96
96
  export { default as IconColumnsStroked } from './IconColumnsStroked';
97
- export { default as IconColumusStroked } from './IconColumusStroked';
98
97
  export { default as IconCommand } from './IconCommand';
99
98
  export { default as IconComment } from './IconComment';
100
99
  export { default as IconCommentStroked } from './IconCommentStroked';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-icons",
3
- "version": "2.0.9-alpha.0",
3
+ "version": "2.1.0-beta.1",
4
4
  "description": "semi icons",
5
5
  "keywords": [
6
6
  "semi",
@@ -52,5 +52,5 @@
52
52
  "unpkgFiles": [
53
53
  "*"
54
54
  ],
55
- "gitHead": "cfbebccbd9c618b43a0eeca339980cea3723453d"
55
+ "gitHead": "112ef9a681542c2057f98e2e708648b4fdd5618c"
56
56
  }
@@ -94,7 +94,6 @@ export { default as IconCodeStroked } from './IconCodeStroked';
94
94
  export { default as IconCoinMoneyStroked } from './IconCoinMoneyStroked';
95
95
  export { default as IconColorPalette } from './IconColorPalette';
96
96
  export { default as IconColumnsStroked } from './IconColumnsStroked';
97
- export { default as IconColumusStroked } from './IconColumusStroked';
98
97
  export { default as IconCommand } from './IconCommand';
99
98
  export { default as IconComment } from './IconComment';
100
99
  export { default as IconCommentStroked } from './IconCommentStroked';
@@ -432,4 +431,4 @@ export { default as IconWifi } from './IconWifi';
432
431
  export { default as IconWindowAdaptionStroked } from './IconWindowAdaptionStroked';
433
432
  export { default as IconWrench } from './IconWrench';
434
433
  export { default as IconXiguaLogo } from './IconXiguaLogo';
435
- export { default as IconYoutube } from './IconYoutube';
434
+ export { default as IconYoutube } from './IconYoutube';
@@ -1,5 +0,0 @@
1
- import * as React from 'react';
2
- declare const IconComponent: React.ForwardRefExoticComponent<Omit<import("../components/Icon").IconProps, "svg" | "type">> & {
3
- elementType?: string;
4
- };
5
- export default IconComponent;
@@ -1,28 +0,0 @@
1
- import _Object$assign from "@babel/runtime-corejs3/core-js-stable/object/assign";
2
- import * as React from 'react';
3
- import { convertIcon } from '../components/Icon';
4
-
5
- function SvgComponent(props) {
6
- return /*#__PURE__*/React.createElement("svg", _Object$assign({
7
- viewBox: "0 0 24 24",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- width: "1em",
11
- height: "1em",
12
- focusable: false,
13
- "aria-hidden": true
14
- }, props), /*#__PURE__*/React.createElement("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M4 5C4 3.89543 4.89543 3 6 3H9C10.1046 3 11 3.89543 11 5V19C11 20.1046 10.1046 21 9 21H6C4.89543 21 4 20.1046 4 19V5ZM9 5H6V19H9V5Z",
18
- fill: "currentColor"
19
- }), /*#__PURE__*/React.createElement("path", {
20
- fillRule: "evenodd",
21
- clipRule: "evenodd",
22
- d: "M13 5C13 3.89543 13.8954 3 15 3H18C19.1046 3 20 3.89543 20 5V19C20 20.1046 19.1046 21 18 21H15C13.8954 21 13 20.1046 13 19V5ZM18 5H15V19H18V5Z",
23
- fill: "currentColor"
24
- }));
25
- }
26
-
27
- const IconComponent = convertIcon(SvgComponent, 'columus_stroked');
28
- export default IconComponent;
@@ -1,33 +0,0 @@
1
- import * as React from 'react';
2
- import { convertIcon } from '../components/Icon';
3
-
4
- function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
5
- return (
6
- <svg
7
- viewBox="0 0 24 24"
8
- fill="none"
9
- xmlns="http://www.w3.org/2000/svg"
10
- width="1em"
11
- height="1em"
12
- focusable={false}
13
- aria-hidden={true}
14
- {...props}
15
- >
16
- <path
17
- fillRule="evenodd"
18
- clipRule="evenodd"
19
- d="M4 5C4 3.89543 4.89543 3 6 3H9C10.1046 3 11 3.89543 11 5V19C11 20.1046 10.1046 21 9 21H6C4.89543 21 4 20.1046 4 19V5ZM9 5H6V19H9V5Z"
20
- fill="currentColor"
21
- />
22
- <path
23
- fillRule="evenodd"
24
- clipRule="evenodd"
25
- d="M13 5C13 3.89543 13.8954 3 15 3H18C19.1046 3 20 3.89543 20 5V19C20 20.1046 19.1046 21 18 21H15C13.8954 21 13 20.1046 13 19V5ZM18 5H15V19H18V5Z"
26
- fill="currentColor"
27
- />
28
- </svg>
29
- );
30
- }
31
-
32
- const IconComponent = convertIcon(SvgComponent, 'columus_stroked');
33
- export default IconComponent;
@@ -1 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 5C4 3.89543 4.89543 3 6 3H9C10.1046 3 11 3.89543 11 5V19C11 20.1046 10.1046 21 9 21H6C4.89543 21 4 20.1046 4 19V5ZM9 5H6V19H9V5Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13 5C13 3.89543 13.8954 3 15 3H18C19.1046 3 20 3.89543 20 5V19C20 20.1046 19.1046 21 18 21H15C13.8954 21 13 20.1046 13 19V5ZM18 5H15V19H18V5Z" fill="black"/></svg>