@univerjs/icons 0.1.30 → 0.1.32
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 +21 -0
- package/README.md +117 -0
- package/dist/components/arrow-down-single.d.ts +3 -0
- package/dist/components/arrow-righe-single.d.ts +3 -0
- package/dist/components/arrow-tilt-down-single.d.ts +3 -0
- package/dist/components/arrow-tilt-up-single.d.ts +3 -0
- package/dist/components/arrow-up-single.d.ts +3 -0
- package/dist/components/cell-0.d.ts +3 -0
- package/dist/components/cell-100.d.ts +3 -0
- package/dist/components/cell-25.d.ts +3 -0
- package/dist/components/cell-50.d.ts +3 -0
- package/dist/components/cell-75.d.ts +3 -0
- package/dist/components/correct-single.d.ts +3 -0
- package/dist/components/correct.d.ts +3 -0
- package/dist/components/cross-single.d.ts +3 -0
- package/dist/components/dissatisfied.d.ts +3 -0
- package/dist/components/down-single.d.ts +3 -0
- package/dist/components/flag-single.d.ts +3 -0
- package/dist/components/guffaw.d.ts +3 -0
- package/dist/components/impatient.d.ts +3 -0
- package/dist/components/indicate.d.ts +3 -0
- package/dist/components/mistake-single.d.ts +3 -0
- package/dist/components/mistake.d.ts +3 -0
- package/dist/components/noninductive.d.ts +3 -0
- package/dist/components/progress-0-single.d.ts +3 -0
- package/dist/components/progress-100-single.d.ts +3 -0
- package/dist/components/progress-25-single.d.ts +3 -0
- package/dist/components/progress-50-single.d.ts +3 -0
- package/dist/components/progress-75-single.d.ts +3 -0
- package/dist/components/rhomboid-single.d.ts +3 -0
- package/dist/components/roundness-single.d.ts +3 -0
- package/dist/components/signal-0.d.ts +3 -0
- package/dist/components/signal-100.d.ts +3 -0
- package/dist/components/signal-25.d.ts +3 -0
- package/dist/components/signal-50.d.ts +3 -0
- package/dist/components/signal-75.d.ts +3 -0
- package/dist/components/smile.d.ts +3 -0
- package/dist/components/star-empty.d.ts +3 -0
- package/dist/components/star-full.d.ts +3 -0
- package/dist/components/star-incomplete.d.ts +3 -0
- package/dist/components/triangle-single.d.ts +3 -0
- package/dist/components/up-single.d.ts +3 -0
- package/dist/components/warn-single.d.ts +3 -0
- package/dist/components/warn.d.ts +3 -0
- package/dist/icons.d.ts +42 -0
- package/dist/index.js +1 -1
- package/dist/manifest.d.ts +2 -2
- package/esm/components/arrow-down-single.d.ts +3 -0
- package/esm/components/arrow-down-single.js +28 -0
- package/esm/components/arrow-down-single.js.map +1 -0
- package/esm/components/arrow-righe-single.d.ts +3 -0
- package/esm/components/arrow-righe-single.js +28 -0
- package/esm/components/arrow-righe-single.js.map +1 -0
- package/esm/components/arrow-tilt-down-single.d.ts +3 -0
- package/esm/components/arrow-tilt-down-single.js +28 -0
- package/esm/components/arrow-tilt-down-single.js.map +1 -0
- package/esm/components/arrow-tilt-up-single.d.ts +3 -0
- package/esm/components/arrow-tilt-up-single.js +28 -0
- package/esm/components/arrow-tilt-up-single.js.map +1 -0
- package/esm/components/arrow-up-single.d.ts +3 -0
- package/esm/components/arrow-up-single.js +28 -0
- package/esm/components/arrow-up-single.js.map +1 -0
- package/esm/components/cell-0.d.ts +3 -0
- package/esm/components/cell-0.js +42 -0
- package/esm/components/cell-0.js.map +1 -0
- package/esm/components/cell-100.d.ts +3 -0
- package/esm/components/cell-100.js +71 -0
- package/esm/components/cell-100.js.map +1 -0
- package/esm/components/cell-25.d.ts +3 -0
- package/esm/components/cell-25.js +51 -0
- package/esm/components/cell-25.js.map +1 -0
- package/esm/components/cell-50.d.ts +3 -0
- package/esm/components/cell-50.js +60 -0
- package/esm/components/cell-50.js.map +1 -0
- package/esm/components/cell-75.d.ts +3 -0
- package/esm/components/cell-75.js +69 -0
- package/esm/components/cell-75.js.map +1 -0
- package/esm/components/correct-single.d.ts +3 -0
- package/esm/components/correct-single.js +53 -0
- package/esm/components/correct-single.js.map +1 -0
- package/esm/components/correct.d.ts +3 -0
- package/esm/components/correct.js +33 -0
- package/esm/components/correct.js.map +1 -0
- package/esm/components/cross-single.d.ts +3 -0
- package/esm/components/cross-single.js +30 -0
- package/esm/components/cross-single.js.map +1 -0
- package/esm/components/dissatisfied.d.ts +3 -0
- package/esm/components/dissatisfied.js +61 -0
- package/esm/components/dissatisfied.js.map +1 -0
- package/esm/components/down-single.d.ts +3 -0
- package/esm/components/down-single.js +26 -0
- package/esm/components/down-single.js.map +1 -0
- package/esm/components/flag-single.d.ts +3 -0
- package/esm/components/flag-single.js +28 -0
- package/esm/components/flag-single.js.map +1 -0
- package/esm/components/guffaw.d.ts +3 -0
- package/esm/components/guffaw.js +59 -0
- package/esm/components/guffaw.js.map +1 -0
- package/esm/components/impatient.d.ts +3 -0
- package/esm/components/impatient.js +61 -0
- package/esm/components/impatient.js.map +1 -0
- package/esm/components/indicate.d.ts +3 -0
- package/esm/components/indicate.js +31 -0
- package/esm/components/indicate.js.map +1 -0
- package/esm/components/mistake-single.d.ts +3 -0
- package/esm/components/mistake-single.js +28 -0
- package/esm/components/mistake-single.js.map +1 -0
- package/esm/components/mistake.d.ts +3 -0
- package/esm/components/mistake.js +29 -0
- package/esm/components/mistake.js.map +1 -0
- package/esm/components/noninductive.d.ts +3 -0
- package/esm/components/noninductive.js +61 -0
- package/esm/components/noninductive.js.map +1 -0
- package/esm/components/progress-0-single.d.ts +3 -0
- package/esm/components/progress-0-single.js +29 -0
- package/esm/components/progress-0-single.js.map +1 -0
- package/esm/components/progress-100-single.d.ts +3 -0
- package/esm/components/progress-100-single.js +30 -0
- package/esm/components/progress-100-single.js.map +1 -0
- package/esm/components/progress-25-single.d.ts +3 -0
- package/esm/components/progress-25-single.js +36 -0
- package/esm/components/progress-25-single.js.map +1 -0
- package/esm/components/progress-50-single.d.ts +3 -0
- package/esm/components/progress-50-single.js +36 -0
- package/esm/components/progress-50-single.js.map +1 -0
- package/esm/components/progress-75-single.d.ts +3 -0
- package/esm/components/progress-75-single.js +36 -0
- package/esm/components/progress-75-single.js.map +1 -0
- package/esm/components/rhomboid-single.d.ts +3 -0
- package/esm/components/rhomboid-single.js +26 -0
- package/esm/components/rhomboid-single.js.map +1 -0
- package/esm/components/roundness-single.d.ts +3 -0
- package/esm/components/roundness-single.js +23 -0
- package/esm/components/roundness-single.js.map +1 -0
- package/esm/components/signal-0.d.ts +3 -0
- package/esm/components/signal-0.js +63 -0
- package/esm/components/signal-0.js.map +1 -0
- package/esm/components/signal-100.d.ts +3 -0
- package/esm/components/signal-100.js +63 -0
- package/esm/components/signal-100.js.map +1 -0
- package/esm/components/signal-25.d.ts +3 -0
- package/esm/components/signal-25.js +63 -0
- package/esm/components/signal-25.js.map +1 -0
- package/esm/components/signal-50.d.ts +3 -0
- package/esm/components/signal-50.js +63 -0
- package/esm/components/signal-50.js.map +1 -0
- package/esm/components/signal-75.d.ts +3 -0
- package/esm/components/signal-75.js +63 -0
- package/esm/components/signal-75.js.map +1 -0
- package/esm/components/smile.d.ts +3 -0
- package/esm/components/smile.js +61 -0
- package/esm/components/smile.js.map +1 -0
- package/esm/components/star-empty.d.ts +3 -0
- package/esm/components/star-empty.js +28 -0
- package/esm/components/star-empty.js.map +1 -0
- package/esm/components/star-full.d.ts +3 -0
- package/esm/components/star-full.js +28 -0
- package/esm/components/star-full.js.map +1 -0
- package/esm/components/star-incomplete.d.ts +3 -0
- package/esm/components/star-incomplete.js +107 -0
- package/esm/components/star-incomplete.js.map +1 -0
- package/esm/components/triangle-single.d.ts +3 -0
- package/esm/components/triangle-single.js +53 -0
- package/esm/components/triangle-single.js.map +1 -0
- package/esm/components/up-single.d.ts +3 -0
- package/esm/components/up-single.js +26 -0
- package/esm/components/up-single.js.map +1 -0
- package/esm/components/warn-single.d.ts +3 -0
- package/esm/components/warn-single.js +37 -0
- package/esm/components/warn-single.js.map +1 -0
- package/esm/components/warn.d.ts +3 -0
- package/esm/components/warn.js +38 -0
- package/esm/components/warn.js.map +1 -0
- package/esm/icons.d.ts +42 -0
- package/esm/icons.js +42 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.d.ts +2 -2
- package/esm/manifest.js +61 -19
- package/esm/manifest.js.map +1 -1
- package/package.json +14 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023-present, DreamNum Inc.
|
|
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.
|
package/README.md
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
# @univerjs/icons
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
> @univerjs/icons is a set of icons designed for office software scenarios., it contains a series of icons and React components, you can use them in your React project.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
# npm
|
|
13
|
+
npm install @univerjs/icons
|
|
14
|
+
|
|
15
|
+
# pnpm
|
|
16
|
+
pnpm add @univerjs/icons
|
|
17
|
+
|
|
18
|
+
# yarn
|
|
19
|
+
yarn add @univerjs/icons
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Usage
|
|
23
|
+
|
|
24
|
+
Use icons just like render a React component:
|
|
25
|
+
|
|
26
|
+
```tsx
|
|
27
|
+
import { SaveSingle } from '@univerjs/icons';
|
|
28
|
+
|
|
29
|
+
function App() {
|
|
30
|
+
return <SaveSingle />;
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Because icons are React components, you can pass any SVGElement attributes to them, such as style:
|
|
35
|
+
|
|
36
|
+
```tsx
|
|
37
|
+
function App() {
|
|
38
|
+
return <SaveSingle style={{ color: '#3526de', fontSize: '48px' }} />;
|
|
39
|
+
}
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
```tsx
|
|
43
|
+
<SmileSingle style={{ color: '#3526de', fontSize: '48px' }} />
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### Standard usage
|
|
47
|
+
|
|
48
|
+
Instead of adding various props to the icons, we prefer to follow the existing behaviors on the web. This way, we can leverage solutions that people are familiar with and have already been tested.
|
|
49
|
+
|
|
50
|
+
- All icons have a height and width of 1em, so you can adjust the size of the icon by adjusting the fontSize.
|
|
51
|
+
- All monochrome icons can be adjusted in overall color using the color prop.
|
|
52
|
+
|
|
53
|
+
Additionally: We also provide some multi-colored icons, which have fixed colors.
|
|
54
|
+
|
|
55
|
+
```tsx
|
|
56
|
+
<Loading style={{ fontSize: '48px' }} />
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
For some complex situations, such as adjusting the color of specific parts of an icon, we have added a color channel as a parameter for the component. Similar to monochrome icons, this requires prior communication with the designer to determine which parts should be controlled locally.
|
|
60
|
+
|
|
61
|
+
```tsx
|
|
62
|
+
function App() {
|
|
63
|
+
return (
|
|
64
|
+
<>
|
|
65
|
+
<PaintBucket style={{ fontSize: '48px' }} extend={{ colorChannel1: 'red'}}/>
|
|
66
|
+
<PaintBucket style={{ fontSize: '48px' }} extend={{ colorChannel1: 'blue'}}/>
|
|
67
|
+
</>
|
|
68
|
+
)
|
|
69
|
+
}
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### Icon source file
|
|
73
|
+
|
|
74
|
+
The icon resources provided by the designer are placed in the svg folder at the root directory. They are organized into different subdirectories to distinguish their categories.
|
|
75
|
+
|
|
76
|
+
Please note that the names of the source files should be in kebab case, which means all lowercase with hyphens separating words.
|
|
77
|
+
|
|
78
|
+
### Icon optimization and component generation
|
|
79
|
+
|
|
80
|
+
We have established a pipeline using gulp to optimize the initial icon resources and generate corresponding React components based on these resources.
|
|
81
|
+
|
|
82
|
+
Optimizing SVG size: The SVG files submitted by designers are usually generated by editors such as Figma or Sketch, and they often contain a lot of unnecessary attributes (such as id) and non-optimized element properties. Rendering such SVG files directly would result in larger file sizes for icons. Therefore, we use SVGO to optimize the content of SVG files, reducing their size while maintaining rendering quality.
|
|
83
|
+
|
|
84
|
+
Standardizing icon properties: The original SVGs generally have dimensions that match the designer's canvas size, making them unsuitable for different usage scenarios with varying sizes. Additionally, colors are typically predetermined by designers and cannot be changed arbitrarily. In this step, we standardize attributes within SVG tags, such as `width`, `height`, `strokeColor`, etc.
|
|
85
|
+
|
|
86
|
+
Generating icon components: Finally, we will generate a corresponding React component for each SVG source file.
|
|
87
|
+
|
|
88
|
+
## Interface definition of icon components
|
|
89
|
+
|
|
90
|
+
```typescript
|
|
91
|
+
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
92
|
+
/**
|
|
93
|
+
* The color of the icon.
|
|
94
|
+
*/
|
|
95
|
+
color?: string
|
|
96
|
+
/**
|
|
97
|
+
* The extend color of the icon.
|
|
98
|
+
*/
|
|
99
|
+
extend?: {
|
|
100
|
+
colorChannel1?: string
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
## FAQ
|
|
106
|
+
|
|
107
|
+
### Why not use SVG sprite / iconfont / base64 + css background-img and other technical solutions?
|
|
108
|
+
|
|
109
|
+
React component solution has outstanding advantages in the following two aspects:
|
|
110
|
+
|
|
111
|
+
On-demand usage. Some technical solutions, including SVG sprite and iconfont, will cause icons to be used on demand. This means that the icons packaged into the final resources are not actually used by you, but all the icons provided by the icon library. Although it is possible to generate a sprite or iconfont containing only the icons you use through some technical means, this process is quite cumbersome. In comparison, @univerjs/icons is a tree-shakable tool library where unused icons will not be included in the final output, and your bundler will automatically handle this process for you.
|
|
112
|
+
|
|
113
|
+
Rendering effect. Iconfonts appear blurry when zoomed in on webkit-based browsers, while SVGs do not blur because they are vector graphics. Additionally, since iconfonts are generally loaded asynchronously, there may be issues with delayed rendering of icons.
|
|
114
|
+
|
|
115
|
+
Runtime modification. Due to React components' dynamic nature, we can modify the rendering effects of icons at runtime.
|
|
116
|
+
|
|
117
|
+
The reason for not using base64 scheme is due to size: Base64 encoding method increases code size compared to its original form which does not seem like an elegant solution.
|
package/dist/icons.d.ts
CHANGED
|
@@ -8,6 +8,11 @@ export { default as AlignTopSingle } from './components/align-top-single';
|
|
|
8
8
|
export { default as AllBorderSingle } from './components/all-border-single';
|
|
9
9
|
export { default as AmplifySingle } from './components/amplify-single';
|
|
10
10
|
export { default as ArchitectureSingle } from './components/architecture-single';
|
|
11
|
+
export { default as ArrowDownSingle } from './components/arrow-down-single';
|
|
12
|
+
export { default as ArrowRigheSingle } from './components/arrow-righe-single';
|
|
13
|
+
export { default as ArrowTiltDownSingle } from './components/arrow-tilt-down-single';
|
|
14
|
+
export { default as ArrowTiltUpSingle } from './components/arrow-tilt-up-single';
|
|
15
|
+
export { default as ArrowUpSingle } from './components/arrow-up-single';
|
|
11
16
|
export { default as AscendingOrder } from './components/ascending-order';
|
|
12
17
|
export { default as AutoHeight } from './components/auto-height';
|
|
13
18
|
export { default as AutoWidth } from './components/auto-width';
|
|
@@ -21,6 +26,11 @@ export { default as BonusPointsSingle20 } from './components/bonus-points-single
|
|
|
21
26
|
export { default as BrushSingle } from './components/brush-single';
|
|
22
27
|
export { default as CancelFreezeSingle } from './components/cancel-freeze-single';
|
|
23
28
|
export { default as CancelMergeSingle } from './components/cancel-merge-single';
|
|
29
|
+
export { default as Cell0 } from './components/cell-0';
|
|
30
|
+
export { default as Cell100 } from './components/cell-100';
|
|
31
|
+
export { default as Cell25 } from './components/cell-25';
|
|
32
|
+
export { default as Cell50 } from './components/cell-50';
|
|
33
|
+
export { default as Cell75 } from './components/cell-75';
|
|
24
34
|
export { default as CheckBoxPartSingle } from './components/check-box-part-single';
|
|
25
35
|
export { default as CheckMarkSingle } from './components/check-mark-single';
|
|
26
36
|
export { default as ChipSingle } from './components/chip-single';
|
|
@@ -34,7 +44,10 @@ export { default as ContentSingle16 } from './components/content-single-16';
|
|
|
34
44
|
export { default as ContentSingle20 } from './components/content-single-20';
|
|
35
45
|
export { default as ConvertSingle } from './components/convert-single';
|
|
36
46
|
export { default as Copy } from './components/copy';
|
|
47
|
+
export { default as CorrectSingle } from './components/correct-single';
|
|
48
|
+
export { default as Correct } from './components/correct';
|
|
37
49
|
export { default as CreateCopySingle } from './components/create-copy-single';
|
|
50
|
+
export { default as CrossSingle } from './components/cross-single';
|
|
38
51
|
export { default as CustomColorsSingle } from './components/custom-colors-single';
|
|
39
52
|
export { default as CustomSorting1 } from './components/custom-sorting-1';
|
|
40
53
|
export { default as CustomSorting } from './components/custom-sorting';
|
|
@@ -51,7 +64,9 @@ export { default as DetailsSingle } from './components/details-single';
|
|
|
51
64
|
export { default as DirectExportSingle } from './components/direct-export-single';
|
|
52
65
|
export { default as DiscordSingle24 } from './components/discord-single-24';
|
|
53
66
|
export { default as DiscordSingle40 } from './components/discord-single-40';
|
|
67
|
+
export { default as Dissatisfied } from './components/dissatisfied';
|
|
54
68
|
export { default as DownBorder } from './components/down-border';
|
|
69
|
+
export { default as DownSingle } from './components/down-single';
|
|
55
70
|
export { default as DropdownSingle } from './components/dropdown-single';
|
|
56
71
|
export { default as EditRegionSingle } from './components/edit-region-single';
|
|
57
72
|
export { default as EraserSingle } from './components/eraser-single';
|
|
@@ -59,6 +74,7 @@ export { default as ErrorSingle } from './components/error-single';
|
|
|
59
74
|
export { default as ExportSingle } from './components/export-single';
|
|
60
75
|
export { default as EyelashSingle } from './components/eyelash-single';
|
|
61
76
|
export { default as FileLockSingle } from './components/file-lock-single';
|
|
77
|
+
export { default as FlagSingle } from './components/flag-single';
|
|
62
78
|
export { default as FolderSingle } from './components/folder-single';
|
|
63
79
|
export { default as FontColor } from './components/font-color';
|
|
64
80
|
export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
|
|
@@ -73,6 +89,7 @@ export { default as FxSingle } from './components/fx-single';
|
|
|
73
89
|
export { default as GithubSingle24 } from './components/github-single-24';
|
|
74
90
|
export { default as GithubSingle40 } from './components/github-single-40';
|
|
75
91
|
export { default as GridSingle } from './components/grid-single';
|
|
92
|
+
export { default as Guffaw } from './components/guffaw';
|
|
76
93
|
export { default as Hide } from './components/hide';
|
|
77
94
|
export { default as HistoryOperations } from './components/history-operations';
|
|
78
95
|
export { default as HistorySingle } from './components/history-single';
|
|
@@ -80,7 +97,9 @@ export { default as HorizontalBorder } from './components/horizontal-border';
|
|
|
80
97
|
export { default as HorizontalMergeSingle } from './components/horizontal-merge-single';
|
|
81
98
|
export { default as HorizontallySingle } from './components/horizontally-single';
|
|
82
99
|
export { default as HourglassSingle } from './components/hourglass-single';
|
|
100
|
+
export { default as Impatient } from './components/impatient';
|
|
83
101
|
export { default as IncreaseSingle } from './components/increase-single';
|
|
102
|
+
export { default as Indicate } from './components/indicate';
|
|
84
103
|
export { default as InnerBorder } from './components/inner-border';
|
|
85
104
|
export { default as InsertCellDown } from './components/insert-cell-down';
|
|
86
105
|
export { default as InsertCellShiftRight } from './components/insert-cell-shift-right';
|
|
@@ -114,6 +133,8 @@ export { default as MergeByRowSingle } from './components/merge-by-row-single';
|
|
|
114
133
|
export { default as MergeCellCenterContentSingle } from './components/merge-cell-center-content-single';
|
|
115
134
|
export { default as MergeTextSingle } from './components/merge-text-single';
|
|
116
135
|
export { default as MinSingle } from './components/min-single';
|
|
136
|
+
export { default as MistakeSingle } from './components/mistake-single';
|
|
137
|
+
export { default as Mistake } from './components/mistake';
|
|
117
138
|
export { default as MoreDownSingle } from './components/more-down-single';
|
|
118
139
|
export { default as MoreFunctionSingle } from './components/more-function-single';
|
|
119
140
|
export { default as MoreLeftSingle } from './components/more-left-single';
|
|
@@ -128,6 +149,7 @@ export { default as NextSingle } from './components/next-single';
|
|
|
128
149
|
export { default as NoBorderSingle } from './components/no-border-single';
|
|
129
150
|
export { default as NoColor } from './components/no-color';
|
|
130
151
|
export { default as NoRotationSingle } from './components/no-rotation-single';
|
|
152
|
+
export { default as Noninductive } from './components/noninductive';
|
|
131
153
|
export { default as NoteSingle } from './components/note-single';
|
|
132
154
|
export { default as OffLineSingle } from './components/off-line-single';
|
|
133
155
|
export { default as OnLineSingle } from './components/on-line-single';
|
|
@@ -153,6 +175,11 @@ export { default as PositionSingle16 } from './components/position-single-16';
|
|
|
153
175
|
export { default as PositionSingle20 } from './components/position-single-20';
|
|
154
176
|
export { default as PrintSingle } from './components/print-single';
|
|
155
177
|
export { default as PrivacyViewing } from './components/privacy-viewing';
|
|
178
|
+
export { default as Progress0Single } from './components/progress-0-single';
|
|
179
|
+
export { default as Progress100Single } from './components/progress-100-single';
|
|
180
|
+
export { default as Progress25Single } from './components/progress-25-single';
|
|
181
|
+
export { default as Progress50Single } from './components/progress-50-single';
|
|
182
|
+
export { default as Progress75Single } from './components/progress-75-single';
|
|
156
183
|
export { default as RadioNotSingle } from './components/radio-not-single';
|
|
157
184
|
export { default as RadioYesSingle } from './components/radio-yes-single';
|
|
158
185
|
export { default as RecommendSingle } from './components/recommend-single';
|
|
@@ -162,6 +189,7 @@ export { default as ReduceSingle } from './components/reduce-single';
|
|
|
162
189
|
export { default as Reduce } from './components/reduce';
|
|
163
190
|
export { default as RenameSingle } from './components/rename-single';
|
|
164
191
|
export { default as RenewSingle } from './components/renew-single';
|
|
192
|
+
export { default as RhomboidSingle } from './components/rhomboid-single';
|
|
165
193
|
export { default as RightBorder } from './components/right-border';
|
|
166
194
|
export { default as RightDoubleDiagonalSingle } from './components/right-double-diagonal-single';
|
|
167
195
|
export { default as RightInsertColumn } from './components/right-insert-column';
|
|
@@ -169,6 +197,7 @@ export { default as RightJustifyingSingle } from './components/right-justifying-
|
|
|
169
197
|
export { default as RightRotationFortyFiveDegreesSingle } from './components/right-rotation-forty-five-degrees-single';
|
|
170
198
|
export { default as RightRotationNinetyDegreesSingle } from './components/right-rotation-ninety-degrees-single';
|
|
171
199
|
export { default as RmbSingle } from './components/rmb-single';
|
|
200
|
+
export { default as RoundnessSingle } from './components/roundness-single';
|
|
172
201
|
export { default as SaveSingle } from './components/save-single';
|
|
173
202
|
export { default as Screen } from './components/screen';
|
|
174
203
|
export { default as SearchSingle16 } from './components/search-single-16';
|
|
@@ -176,9 +205,18 @@ export { default as SelectRangeSingle } from './components/select-range-single';
|
|
|
176
205
|
export { default as SelectedSingle } from './components/selected-single';
|
|
177
206
|
export { default as ShareSingle } from './components/share-single';
|
|
178
207
|
export { default as Shear } from './components/shear';
|
|
208
|
+
export { default as Signal0 } from './components/signal-0';
|
|
209
|
+
export { default as Signal100 } from './components/signal-100';
|
|
210
|
+
export { default as Signal25 } from './components/signal-25';
|
|
211
|
+
export { default as Signal50 } from './components/signal-50';
|
|
212
|
+
export { default as Signal75 } from './components/signal-75';
|
|
179
213
|
export { default as SlashSingle } from './components/slash-single';
|
|
180
214
|
export { default as SmileSingle } from './components/smile-single';
|
|
215
|
+
export { default as Smile } from './components/smile';
|
|
181
216
|
export { default as Sort } from './components/sort';
|
|
217
|
+
export { default as StarEmpty } from './components/star-empty';
|
|
218
|
+
export { default as StarFull } from './components/star-full';
|
|
219
|
+
export { default as StarIncomplete } from './components/star-incomplete';
|
|
182
220
|
export { default as StarSingle } from './components/star-single';
|
|
183
221
|
export { default as StrikethroughSingle } from './components/strikethrough-single';
|
|
184
222
|
export { default as SubscriptSingle } from './components/subscript-single';
|
|
@@ -187,17 +225,21 @@ export { default as SumSingle } from './components/sum-single';
|
|
|
187
225
|
export { default as SuperscriptSingle } from './components/superscript-single';
|
|
188
226
|
export { default as SystemSingle } from './components/system-single';
|
|
189
227
|
export { default as TianZiGeSingle } from './components/tian-zi-ge-single';
|
|
228
|
+
export { default as TriangleSingle } from './components/triangle-single';
|
|
190
229
|
export { default as TruncationSingle } from './components/truncation-single';
|
|
191
230
|
export { default as UnderlineSingle } from './components/underline-single';
|
|
192
231
|
export { default as UndoSingle } from './components/undo-single';
|
|
193
232
|
export { default as UnlockSingle } from './components/unlock-single';
|
|
194
233
|
export { default as UnorderSingle } from './components/unorder-single';
|
|
195
234
|
export { default as UpBorder } from './components/up-border';
|
|
235
|
+
export { default as UpSingle } from './components/up-single';
|
|
196
236
|
export { default as VerticalBorder } from './components/vertical-border';
|
|
197
237
|
export { default as VerticalCenterSingle } from './components/vertical-center-single';
|
|
198
238
|
export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';
|
|
199
239
|
export { default as VerticalMergeSingle } from './components/vertical-merge-single';
|
|
200
240
|
export { default as VerticalTextSingle } from './components/vertical-text-single';
|
|
241
|
+
export { default as WarnSingle } from './components/warn-single';
|
|
242
|
+
export { default as Warn } from './components/warn';
|
|
201
243
|
export { default as WarningSingle } from './components/warning-single';
|
|
202
244
|
export { default as WechatSingle24 } from './components/wechat-single-24';
|
|
203
245
|
export { default as WechatSingle40 } from './components/wechat-single-40';
|