@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.43 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const MonitoringIconConfig = {
name: 'MonitoringIcon',
icon: {"width":1088,"height":1024,"svgPathData":"M1088,64 L1088,831.91 L640,831.91 L640,896 L832,896.56 L832,960 L256,960 L256,896.56 L448,896 L448,831.91 L0,831.91 L0,64 L1088,64 Z M960,192 L128,192 L128,704 L960,704 L960,192 Z M848.33,301.46 C869.02,322.16 867.08,350.6 848.33,369.34 L658,559.7 C639.255091,578.443665 608.864909,578.443665 590.12,559.7 L465.65,435.24 L305.94,595 C287.151529,613.484918 256.972593,613.362033 238.33528,594.72472 C219.697967,576.087407 219.575082,545.908471 238.06,527.12 L431.71,333.42 L432.41,332.71 C441.412061,323.705883 453.62271,318.647251 466.355,318.647251 C479.08729,318.647251 491.297939,323.705883 500.3,332.71 L624,457.87 L780.45,301.46 C799.2,282.71 827.64,280.76 848.33,301.46 Z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.5 3h-27C1.673 3 1 3.673 1 4.5v17c0 .827.673 1.5 1.5 1.5H12v4H8a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2h-4v-4h9.5c.827 0 1.5-.673 1.5-1.5v-17c0-.827-.673-1.5-1.5-1.5ZM18 27h-4v-4h4v4Zm11-6H3V5h26v16ZM6.293 17.707a.999.999 0 0 1 0-1.414l5.646-5.646a1.5 1.5 0 0 1 2.121 0l3.939 3.939 6.293-6.293a.999.999 0 1 1 1.414 1.414l-6.646 6.646a1.5 1.5 0 0 1-2.121 0L13 12.414l-5.293 5.293a.997.997 0 0 1-1.414 0Z"},
};
export const MonitoringIcon = createIconBase(MonitoringIconConfig);
export default MonitoringIcon;