@nant-design/nant-icons
Version:
8 lines (6 loc) • 349 B
JSX
import React from 'react';
export const MenuOutline = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M80 160h352M80 256h352M80 352h352" fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/>
</svg>;
};