UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

5 lines (4 loc) 118 B
import type { SvgProps } from 'react-native-svg'; export type IconProps = SvgProps & { size?: string | number; };