UNPKG

@orfeas126/box-ui-elements

Version:
5 lines (4 loc) 219 B
import * as React from 'react'; import { Icon } from '../iconTypes'; declare const IconCreditCardJCB: ({ className, color, height, opacity, title, width, }: Icon) => React.JSX.Element; export default IconCreditCardJCB;