@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HeartPulse = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15.03 6.12A7.63 7.63 0 0 0 2.61 14.5H7.7l2.14-3.74a2.5 2.5 0 0 1 4.4.12l2.17 4.32 1.58-2.17a2.5 2.5 0 0 1 3.62-.45l2.3 1.92h5.56a7.7 7.7 0 0 0-12.6-8.27l-.86.86-.97-.97zM15.27 28.68l-8.6-9.18h2.47c.9 0 1.73-.48 2.17-1.26l.54-.94 1.91 3.82a2.5 2.5 0 0 0 4.26.35l2.43-3.34.95.8a2.5 2.5 0 0 0 1.6.57h2.47l-8.75 9.19a1 1 0 0 1-1.45 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.9 11.55a1 1 0 0 0-1.76-.06L8.44 16H2.66a1 1 0 1 0 0 2H9a1 1 0 0 0 .86-.49l2.06-3.43 3.19 6.37a1 1 0 0 0 1.7.14l3.37-4.64 2.18 1.82A1 1 0 0 0 23 18h6a1 1 0 0 0 0-2h-5.64l-2.72-2.27a1 1 0 0 0-1.45.18l-3.03 4.17-3.27-6.53z"
}));
});
HeartPulse.displayName = 'HeartPulse';
export var HeartPulseDimensions = {
height: 32,
width: 32
};