@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleEdit = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M11 5.5a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0zM14.5 9a2.51 2.51 0 0 0 1.93-.91A2.5 2.5 0 1 0 14.5 9zM10.98 14.38l4.83-4.83a1.87 1.87 0 1 1 2.64 2.64l-4.83 4.83a2.2 2.2 0 0 1-1.02.58l-1.5.37a.89.89 0 0 1-1.07-1.07l.37-1.5c.1-.39.3-.74.58-1.02zM11 10a2 2 0 0 1 1.8 1.14l-2.53 2.53c-.4.41-.7.92-.84 1.49l-.37 1.5-.05.24c-.47.06-.97.1-1.51.1C4.09 17 2 15.55 2 13.5V12c0-1.1.9-2 2-2h7z"
}));
});
PeopleEdit.displayName = 'PeopleEdit';
export var PeopleEditDimensions = {
height: 20,
width: 20
};