@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 470 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const MapMarkerIconConfig = {
name: 'MapMarkerIcon',
icon: {"xOffset":0,"yOffset":0,"width":384,"height":512,"svgPathData":"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z"},
rhUiIcon: null,
};
export const MapMarkerIcon = createIconBase(MapMarkerIconConfig);
export default MapMarkerIcon;