@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 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: "M6.75 9a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5ZM10 10a2 2 0 0 1 2 1.94l-1.73 1.73c-.4.41-.7.92-.84 1.49l-.1.42c-.68.26-1.52.42-2.58.42-5.25 0-5.25-4-5.25-4 0-1.1.9-2 2-2H10Zm7-3.5A2.49 2.49 0 0 1 14.5 9 2.5 2.5 0 1 1 17 6.5Zm-1.2 3.05-4.82 4.83a2.2 2.2 0 0 0-.58 1.02l-.37 1.5a.89.89 0 0 0 1.08 1.07l1.5-.37c.38-.1.73-.3 1.01-.58l4.83-4.83a1.87 1.87 0 0 0-2.64-2.64Z"
}));
});
PeopleEdit.displayName = 'PeopleEdit';
export var PeopleEditDimensions = {
height: 20,
width: 20
};