UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 352 B
import React from 'react'; export const ManSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <circle cx="256" cy="56" r="56"/> <path d="M336 128H176a32 32 0 0 0-32 32v160h48V192h8v320h52V328h8v184h52V192h8v128h48V160a32 32 0 0 0-32-32Z"/> </svg>; };