UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 530 B
import { createIcon } from '../createIcon'; export const HotjarIconConfig = { name: 'HotjarIcon', height: 512, width: 448, svgPath: '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', yOffset: 0, xOffset: 0, }; export const HotjarIcon = createIcon(HotjarIconConfig); export default HotjarIcon;