iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.03 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 Valentine2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-valentine2", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 6.493c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132M4.25 3a.25.25 0 00-.25.25v1.5a.25.25 0 00.5 0V3.5h1.25a.25.25 0 000-.5zm6 0a.25.25 0 100 .5h1.25v1.25a.25.25 0 10.5 0v-1.5a.25.25 0 00-.25-.25zM4.5 12.25a.25.25 0 10-.5 0v1.5c0 .138.112.25.25.25h1.5a.25.25 0 000-.5H4.5zm7.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: "M2 1.994v-.042a1 1 0 01.9-.995l9-.9A1 1 0 0113 1a1 1 0 011 1v13a1 1 0 01-1 1H3a1 1 0 01-1-1zM3 2v13h10V2z" }));
exports.default = Valentine2;