@nant-design/nant-icons
Version:
10 lines (7 loc) • 404 B
JSX
import React from 'react';
export const ShapesSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M363.27 336H4.73L184 16Z"/>
<path d="M336 160a160.54 160.54 0 0 0-32.55 3.36l87.75 157L417.81 368H183.36C203.8 432.85 264.49 480 336 480c88.22 0 160-71.78 160-160s-71.78-160-160-160Z"/>
</svg>;
};