iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 840 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 Diamonds2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.165 4.46A2.25 2.25 0 017.16 3.25h9.681a2.25 2.25 0 011.995 1.21l2.111 4.045a2.25 2.25 0 01-.283 2.502l-8.093 9.48a.75.75 0 01-1.14 0l-8.093-9.48a2.25 2.25 0 01-.284-2.502L5.165 4.46zm1.995.29a.75.75 0 00-.665.403L4.384 9.2a.75.75 0 00.094.834l7.523 8.812 7.522-8.812a.75.75 0 00.094-.834l-2.11-4.046a.75.75 0 00-.666-.403H7.16z", fill: "#323544" }));
exports.default = Diamonds2;