UNPKG

@patternfly/react-icons

Version:
12 lines 689 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const ShoppingBagIconConfig: { name: 'ShoppingBagIcon', height: 512, width: 448, svgPath: 'M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z', yOffset: 0, xOffset: 0, }; export declare const ShoppingBagIcon: React.ComponentClass<SVGIconProps>; export default ShoppingBagIcon;