@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 919 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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.27 4.18a4.3 4.3 0 0 0-6 .1 4.4 4.4 0 0 0 0 6.18l6.28 6.34c.26.27.69.27.95 0l6.24-6.3a4.4 4.4 0 0 0-.02-6.19 4.3 4.3 0 0 0-6.13-.01l-.59.59-1.34 2.06 3 2.53a.5.5 0 0 1 .03.73l-2 2a.5.5 0 1 1-.71-.7l1.62-1.62-2.92-2.46a.5.5 0 0 1-.1-.66l1.7-2.6z"
}));
});
HeartBroken.displayName = 'HeartBroken';
export var HeartBrokenDimensions = {
height: 20,
width: 20
};