# @icedesign/foundation-symbol

> 基础符号表

Latest version **1.0.4** (published 2019-05-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install @icedesign/foundation-symbol
pnpm add @icedesign/foundation-symbol
yarn add @icedesign/foundation-symbol
bun add @icedesign/foundation-symbol
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2019-05-22 |
| First published | 2018-11-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 475 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 231 |
| Maintainers | bindoon, chenbin93, chenjun1011, clarkxia, empireo, fenglai, jasonintju, lip966, noyobo, sobear, tao1991123, temper357, yuanyan, yujiangshui, yundong, zeroling |
| Keywords | ice, ice-component |

## Links

- npm: https://www.npmjs.com/package/@icedesign/foundation-symbol
- Repository: https://github.com/ice-lab/react-materials/tree/master/components/foundation-symbol
- Homepage: https://unpkg.com/@icedesign/foundation-symbol@1.0.4/build/index.html
- npm.io page: https://npm.io/package/@icedesign/foundation-symbol

## Dependencies (3)

- [classnames](https://npm.io/package/classnames.md) ^2.2.5
- [prop-types](https://npm.io/package/prop-types.md) ^15.6.0
- [@alifd/next](https://npm.io/package/@alifd/next.md) ^1.11.7

## Recent versions

- 1.0.4 (latest) — 2019-05-22
- 1.0.1 (next) — 2019-01-15
- 0.1.2 — 2019-05-22
- 1.0.3 — 2019-03-04
- 1.0.2 — 2019-03-04
- 1.0.0 — 2019-01-09
- 0.1.1 — 2019-01-07
- 0.1.0 — 2018-11-21

## README

---
title: FoundationSymbol
category: BizComponents
chinese: 基础符号表
---

基本图标集合。

#### 基本使用

```jsx
import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import FoundationSymbol from '@icedesign/foundation-symbol';

class App extends Component {
  state = {};

  render() {
    return <FoundationSymbol type="font-size" />;
  }
}

ReactDOM.render(<App />, mountNode);
```

#### 图标列表

![图标列表](https://gw.alicdn.com/tfs/TB17rTZauuSBuNjy1XcXXcYjFXa-1818-1244.png)

---
_Source: https://npm.io/package/@icedesign/foundation-symbol · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
