iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 754 B
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 SuitDiamond = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-suit-diamond", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8.384 1.226a.463.463 0 00-.768 0l-4.56 6.468a.54.54 0 000 .612l4.56 6.469a.463.463 0 00.768 0l4.56-6.469a.54.54 0 000-.612zM6.848.613a1.39 1.39 0 012.304 0l4.56 6.468a1.61 1.61 0 010 1.838l-4.56 6.468a1.39 1.39 0 01-2.304 0L2.288 8.92a1.61 1.61 0 010-1.838z" }));
exports.default = SuitDiamond;