UNPKG

@patternfly/react-icons

Version:
12 lines 544 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const BuyselladsIconConfig: { name: 'BuyselladsIcon', height: 512, width: 448, svgPath: 'M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z', yOffset: 0, xOffset: 0, }; export declare const BuyselladsIcon: React.ComponentClass<SVGIconProps>; export default BuyselladsIcon;