UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 1.12 kB
import React from 'react'; export const UserDelete = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M16.632 15.415l1.187-1.176a.698.698 0 0 1 .978-.002c.27.266.27.698.002.965l-1.191 1.18 1.19 1.18a.675.675 0 0 1-.001.963.698.698 0 0 1-.978-.001l-1.187-1.176-1.187 1.176a.698.698 0 0 1-.977.001.675.675 0 0 1-.002-.964l1.19-1.18-1.19-1.18a.675.675 0 0 1 .002-.964.698.698 0 0 1 .977.002l1.187 1.176zm-3.647-4.45c-.73.32-1.538.5-2.39.5a5.91 5.91 0 0 1-2.613-.605.719.719 0 0 1-.044.019c-1.977.756-3.42 1.874-4.35 3.358-.935 1.489-1.317 3.153-1.146 5.014a.692.692 0 0 1-.636.746.697.697 0 0 1-.761-.623c-.197-2.152.253-4.113 1.348-5.858.964-1.535 2.379-2.73 4.23-3.58a5.668 5.668 0 0 1-1.87-4.204C4.753 2.566 7.37 0 10.596 0c3.226 0 5.842 2.566 5.842 5.732a5.676 5.676 0 0 1-2.046 4.357c.273.135.522.27.747.404.485.29.988.65 1.51 1.079a.679.679 0 0 1 .088.969.71.71 0 0 1-.988.086 11.197 11.197 0 0 0-1.34-.96 11.618 11.618 0 0 0-1.424-.702zm-2.39-.876c2.453 0 4.441-1.95 4.441-4.357 0-2.406-1.988-4.356-4.44-4.356-2.453 0-4.44 1.95-4.44 4.356 0 2.406 1.987 4.357 4.44 4.357z" fillRule="evenodd" /></svg> );