@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.54 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleTeamDelete = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm-3.25-2c.84 0 1.57.45 1.96 1.13A6.5 6.5 0 0 0 12.02 21H12a4.5 4.5 0 0 1-4.5-4.5v-4.25c0-1.24 1-2.25 2.25-2.25h4.5zm.84 4.97-.07.05-.05.07a.5.5 0 0 0 0 .57l.05.07 1.77 1.77-1.76 1.77-.06.07a.5.5 0 0 0 0 .57l.06.06.07.06c.17.12.4.12.56 0l.07-.06 1.77-1.76 1.77 1.77.07.05c.17.12.4.12.57 0l.07-.05.05-.07a.5.5 0 0 0 0-.57l-.05-.07-1.77-1.77 1.77-1.77.06-.07a.5.5 0 0 0 0-.57l-.06-.07-.07-.05a.5.5 0 0 0-.57 0l-.07.05-1.77 1.77-1.77-1.77-.07-.05a.5.5 0 0 0-.5-.05l-.07.05zM7.41 10a3.24 3.24 0 0 0-.9 2.03v4.47c0 .85.18 1.65.52 2.36A4 4 0 0 1 2 15v-2.74c0-1.2.93-2.17 2.1-2.24l.15-.01h3.16zm12.34 0c1.24 0 2.25 1 2.25 2.25v.56A6.48 6.48 0 0 0 17.5 11h-.24a3.25 3.25 0 0 0-.66-1h3.15zM18.5 4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM12 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM5.5 4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"
}));
});
PeopleTeamDelete.displayName = 'PeopleTeamDelete';
export var PeopleTeamDeleteDimensions = {
height: 24,
width: 24
};