UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 kB
"use strict"; 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 Diamonds1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { 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.78.321l2.088 3.477L11.14 4.75H7.16a.75.75 0 00-.215.031zm3.414 4.182h3.283L12 6.23l-1.642 2.733zm5.17 1.5l-1.937 6.518 5.564-6.518h-3.627zm-5.12 6.518l-1.936-6.518H4.845l5.564 6.518zm-.372-6.518l1.964 6.607 1.963-6.607h-3.927zm7.97-4.35l-1.712 2.85h3.199l-1.487-2.85zM16.84 4.75h-3.98l2.107 3.508 2.088-3.477a.75.75 0 00-.215-.031zM7.706 8.963l-1.712-2.85-1.487 2.85h3.2z", fill: "#323544" })); exports.default = Diamonds1;