UNPKG

@quanxi/ui

Version:

全悉组件库

11 lines (10 loc) 232 B
import React from "react"; export default Icon; interface IconProps { viewBox: string; paths: { d: string; opacity: string; }[]; } declare function Icon({ viewBox, paths }: IconProps): React.JSX.Element;