@icedesign/foundation-symbol

基础符号表

Usage no npm install needed!

<script type="module">
  import icedesignFoundationSymbol from 'https://cdn.skypack.dev/@icedesign/foundation-symbol';
</script>

README


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

基本图标集合。

基本使用

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);

图标列表

图标列表