UNPKG

prp-ui-components

Version:

Package for use components of Pratica Plataforms

10 lines (9 loc) 224 B
import * as React from 'react'; import './styles.scss'; interface Props { width: string; height: string; fill?: string; } declare const Wind: ({ width, height }: Props) => React.JSX.Element; export default Wind;