UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

15 lines 530 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export var HeartFill = 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 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z", fillRule: "evenodd" }) })); //# sourceMappingURL=HeartFill.js.map