@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 564 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const HotjarIconConfig = {
name: 'HotjarIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M414.9 161.5C340.2 29 121.1 0 121.1 0S222.2 110.4 93 197.7C11.3 252.8-21 324.4 14 402.6c26.8 59.9 83.5 84.3 144.6 93.4-29.2-55.1-6.6-122.4-4.1-129.6 57.1 86.4 165 0 110.8-93.9 71 15.4 81.6 138.6 27.1 215.5 80.5-25.3 134.1-88.9 148.8-145.6 15.5-59.3 3.7-127.9-26.3-180.9z"},
rhUiIcon: null,
};
export const HotjarIcon = createIconBase(HotjarIconConfig);
export default HotjarIcon;