@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 761 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const BinocularsIconConfig = {
name: 'BinocularsIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"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"},
rhUiIcon: null,
};
export const BinocularsIcon = createIconBase(BinocularsIconConfig);
export default BinocularsIcon;