@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleCheckmark = /*#__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: "M12.8 13H4a2 2 0 0 0-2 2v1.73C2.17 20.04 5.79 21 8.5 21c1.03 0 2.19-.14 3.24-.49A6.47 6.47 0 0 1 12.8 13zm.2-6.5a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0zm8 1a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0zm2 10a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0zm-2.15-2.35a.5.5 0 0 0-.7 0l-3.65 3.64-1.65-1.64a.5.5 0 0 0-.7.7l2 2c.2.2.5.2.7 0l4-4a.5.5 0 0 0 0-.7z"
}));
});
PeopleCheckmark.displayName = 'PeopleCheckmark';
export var PeopleCheckmarkDimensions = {
height: 24,
width: 24
};