@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 774 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const BinocularsIconConfig: {
name: 'BinocularsIcon',
height: 512,
width: 512,
svgPath: 'M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z',
yOffset: 0,
xOffset: 0,
};
export declare const BinocularsIcon: React.ComponentClass<SVGIconProps>;
export default BinocularsIcon;