UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

15 lines 605 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export var HeartbreakFill = props => /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props, { className: "btfont " + (props.className ? props.className : ''), children: /*#__PURE__*/_jsx("path", { d: "M8.931.586 7 3l1.5 4-2 3L8 15C22.534 5.396 13.757-2.21 8.931.586ZM7.358.77 5.5 3 7 7l-1.5 3 1.815 4.537C-6.533 4.96 2.685-2.467 7.358.77Z", fillRule: "evenodd" }) })); //# sourceMappingURL=HeartbreakFill.js.map