@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.01 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardLaptopWebinarIconConfig = {
name: 'RhStandardLaptopWebinarIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M18 9.62a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Z"},{"path":"M6 24.62h24a.62.62 0 0 0 .62-.62V9a.62.62 0 0 0-.62-.62h-9a.62.62 0 1 0 0 1.24h8.38v13.76H6.62V9.62H15a.62.62 0 0 0 0-1.24H6a.62.62 0 0 0-.62.62v15a.62.62 0 0 0 .62.62Zm26 1.76H4a.62.62 0 1 0 0 1.24h28a.62.62 0 1 0 0-1.24Z"},{"path":"M24.67 13.38h-5.84a.62.62 0 0 0 0 1.24h5.84a.62.62 0 0 0 0-1.24Zm0 2.5h-5.84a.62.62 0 0 0 0 1.24h5.84a.62.62 0 0 0 0-1.24Zm0 2.5h-5.84a.62.62 0 0 0 0 1.24h5.84a.62.62 0 1 0 0-1.24Zm-13.43-4.72a.63.63 0 0 0-.94.54v4.6a.63.63 0 0 0 .94.54L15.31 17a.62.62 0 0 0 0-1.08Zm.31 4.07v-2.46l2.18 1.23Z"}]},
rhUiIcon: null,
};
export const RhStandardLaptopWebinarIcon = createIconBase(RhStandardLaptopWebinarIconConfig);
export default RhStandardLaptopWebinarIcon;