iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Valentine = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-valentine", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 5.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132M2.25 4a.25.25 0 00-.25.25v1.5a.25.25 0 00.5 0V4.5h1.25a.25.25 0 000-.5zm10 0a.25.25 0 100 .5h1.25v1.25a.25.25 0 10.5 0v-1.5a.25.25 0 00-.25-.25zM2.5 10.25a.25.25 0 10-.5 0v1.5c0 .138.112.25.25.25h1.5a.25.25 0 100-.5H2.5zm11.5 0a.25.25 0 10-.5 0v1.25h-1.25a.25.25 0 100 .5h1.5a.25.25 0 00.25-.25z" }),
React.createElement("path", { fillRule: "evenodd", d: "M0 2.994v-.06a1 1 0 01.859-.99l13-1.857a1 1 0 011.141.99V2a1 1 0 011 1v10a1 1 0 01-1 1H1a1 1 0 01-1-1zM1 3v10h14V3z" }));
exports.default = Valentine;