0.2.0 • Published 1 year ago

liancheng-react-icons-local v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

UniUbi Icons from React

引用组件

yarn add liancheng-react-icons

基本用法

import React from "react";
import { SmilingOutlined } from "liancheng-react-icons";

const Wrapper: React.SF = () => {
  return (
    <div>
      <SmilingOutlined />
    </div>
  );
};

export default Wrapper;
0.2.0

1 year ago