@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 990 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonHeart = /*#__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: "M11.4 19.07a4.47 4.47 0 0 1-.88-5.07H4.25C3.01 14 2 15 2 16.25v.92c0 .57.18 1.13.51 1.6C4.06 20.92 6.58 22 10 22c1.41 0 2.67-.18 3.77-.55l-2.37-2.38ZM10 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm7.04 21a.75.75 0 0 1-.53-.22l-4.4-4.41a3.47 3.47 0 0 1 4.9-4.9l.03.03.04-.04a3.47 3.47 0 0 1 4.9 4.9l-4.4 4.42a.75.75 0 0 1-.54.22Z"
}));
});
PersonHeart.displayName = 'PersonHeart';
export var PersonHeartDimensions = {
height: 24,
width: 24
};