@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 894 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HeartBroken = /*#__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.28 5.03-.1-.1a5.37 5.37 0 1 0-7.6 7.6l7.89 7.9c.3.29.77.29 1.06 0l7.9-7.9a5.38 5.38 0 1 0-7.61-7.6l-.79.8-1.88 3.02 3.68 3.22a.5.5 0 0 1 .02.73l-2.5 2.5a.5.5 0 1 1-.7-.7l2.12-2.12-3.6-3.15a.5.5 0 0 1-.1-.64l2.21-3.56Z"
}));
});
HeartBroken.displayName = 'HeartBroken';
export var HeartBrokenDimensions = {
height: 24,
width: 24
};