UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 342 B
import React from 'react'; export const Menu = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M88 152h336M88 256h336M88 360h336" fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="48"/> </svg>; };