All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.icons.map-pin-icon.js Maven / Gradle / Ivy

import { createIcon } from '../createIcon';

export const MapPinIconConfig = {
  name: 'MapPinIcon',
  height: 512,
  width: 288,
  svgPath: 'M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z',
  yOffset: 0,
  xOffset: 0,
};

export const MapPinIcon = createIcon(MapPinIconConfig);

export default MapPinIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy