UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 1.05 kB
import { createIconBase } from '../createIcon.js'; export const RhStandardBinocularsIconConfig = { name: 'RhStandardBinocularsIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M26 13.38A5.62 5.62 0 1 0 31.62 19 5.62 5.62 0 0 0 26 13.38Zm0 10A4.38 4.38 0 1 1 30.38 19 4.39 4.39 0 0 1 26 23.38Zm-16-10A5.62 5.62 0 1 0 15.62 19 5.62 5.62 0 0 0 10 13.38Zm0 10A4.38 4.38 0 1 1 14.38 19 4.39 4.39 0 0 1 10 23.38Zm10-2h-4a.62.62 0 1 0 0 1.24h4a.62.62 0 0 0 0-1.24Zm-7-7.76h3a.62.62 0 0 0 .62-.62 1.38 1.38 0 1 1 2.76 0 .62.62 0 0 0 .62.62h3a.62.62 0 1 0 0-1.24h-2.45a2.63 2.63 0 0 0-5.1 0H13a.62.62 0 0 0 0 1.24Z"},{"path":"M10 15.38A3.62 3.62 0 0 0 6.38 19a.62.62 0 0 0 1.24 0A2.39 2.39 0 0 1 10 16.62a.62.62 0 0 0 0-1.24Zm16 0A3.62 3.62 0 0 0 22.38 19a.62.62 0 0 0 1.24 0A2.39 2.39 0 0 1 26 16.62a.62.62 0 1 0 0-1.24Z"}]}, rhUiIcon: null, }; export const RhStandardBinocularsIcon = createIconBase(RhStandardBinocularsIconConfig); export default RhStandardBinocularsIcon;