UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 591 B
import { createIcon } from '../createIcon'; export const BarsIconConfig = { name: 'BarsIcon', height: 512, width: 448, svgPath: 'M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z', yOffset: 0, xOffset: 0, }; export const BarsIcon = createIcon(BarsIconConfig); export default BarsIcon;