@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 793 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardLocationPinIconConfig = {
name: 'RhStandardLocationPinIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M18 18.622A4.622 4.622 0 1 0 13.378 14 4.627 4.627 0 0 0 18 18.622Zm0-7.994A3.372 3.372 0 1 1 14.628 14 3.376 3.376 0 0 1 18 10.628Z"},{"path":"M17.558 27.17a.625.625 0 0 0 .884 0l6.365-6.364a9.626 9.626 0 1 0-13.614 0Zm-5.48-19.092a8.375 8.375 0 0 1 11.844 11.844L18 25.844l-5.922-5.922a8.383 8.383 0 0 1 0-11.844ZM31 30.375H5a.625.625 0 0 0 0 1.25h26a.625.625 0 0 0 0-1.25Z"}]},
rhUiIcon: null,
};
export const RhStandardLocationPinIcon = createIconBase(RhStandardLocationPinIconConfig);
export default RhStandardLocationPinIcon;