本项目将 SVG 图片的一些属性名称转换为 React JSX 支持的格式。

要使用 React 组件,先复制下方代码:

import React, { SVGProps } from "react";

interface IconProps extends SVGProps <SVGSVGElement> {}