UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 357 B
import React from 'react'; export const LocationSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M256 32C167.67 32 96 96.51 96 176c0 128 160 304 160 304s160-176 160-304c0-79.49-71.67-144-160-144Zm0 224a64 64 0 1 1 64-64 64.07 64.07 0 0 1-64 64Z"/> </svg>; };