0.2.1 • Published 1 year ago

liancheng-react-icons v0.2.1

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 style={{ fontSize: "32px", color: "#fff" }} />
    </div>
  );
};

export default Wrapper;
0.2.1

1 year ago

0.2.0

1 year ago