@nant-design/nant-icons
Version:
8 lines (6 loc) • 310 B
JSX
import React from 'react';
export const MapSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M327.71 130.93 184 39 32 144v336l152.29-98.93L328 473l152-105V32ZM312 421l-112-72V91l112 72Z"/>
</svg>;
};