UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

5 lines (4 loc) 202 B
/// <reference types="react" /> import { IconProps } from './Icon.types'; declare const Icon: ({ name, height, color, rotateDegree, width, viewBox }: IconProps) => JSX.Element; export default Icon;