UNPKG

@nant-design/nant-icons

Version:

12 lines (8 loc) 370 B
import React from 'react'; export const PersonRemoveSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M16 214h144v36H16z"/> <circle cx="288" cy="144" r="112"/> <path d="M288 288c-69.42 0-208 42.88-208 128v64h416v-64c0-85.12-138.58-128-208-128Z"/> </svg>; };