UNPKG

@patternfly/react-icons

Version:
12 lines 1.3 kB
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const EqualizerIconConfig: { name: 'EqualizerIcon', height: 1024, width: 896, svgPath: 'M704,448.1 L832,448.1 L832,320 L704,320 L704,448.1 Z M64,448.1 L192,448.1 L192,320 L64,320 L64,448.1 Z M384,704 L512,704 L512,576 L384,576 L384,704 Z M512,0 L512,511.6 L544,511.6 C561.673112,511.6 576,525.926888 576,543.6 L576,736 C576,753.673112 561.673112,768 544,768 L512,768 L512,1024 L384,1024 L384,768 L352,768 C334.326888,768 320,753.673112 320,736 L320,543.6 C320,525.926888 334.326888,511.6 352,511.6 L384,511.6 L384,0 L512,0 Z M832,0.1 L832,256 L864,256 C881.673112,256 896,270.326888 896,288 L896,480 C896,497.673112 881.673112,512 864,512 L832,512 L832,1024 L704,1024 L704,512 L672,512 C654.326888,512 640,497.673112 640,480 L640,288 C640,270.326888 654.326888,256 672,256 L704,256 L704,0.1 L832,0.1 Z M192,0.1 L192,256 L224,256 C241.673112,256 256,270.326888 256,288 L256,480 C256,497.673112 241.673112,512 224,512 L192,512 L192,1024 L64,1024 L64,512 L32,512 C14.326888,512 0,497.673112 0,480 L0,288 C0,270.326888 14.326888,256 32,256 L64,256 L64,0.1 L192,0.1 Z', yOffset: 0, xOffset: 0, }; export declare const EqualizerIcon: React.ComponentClass<SVGIconProps>; export default EqualizerIcon;