UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.04 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 Diamond = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-diamond", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M18 4a1 1 0 01.783.378l.074.108 3 5a1 1 0 01-.032 1.078l-.08.103-8.53 9.533a1.7 1.7 0 01-1.215.51c-.4 0-.785-.14-1.11-.417l-.135-.126-8.5-9.5A1 1 0 012.083 9.6l.06-.115 3.013-5.022.064-.09a.982.982 0 01.155-.154l.089-.064.088-.05.05-.023.06-.025.109-.032.112-.02L6 4h12zM9.114 7.943a1 1 0 00-1.371.343l-.6 1-.06.116a1 1 0 00.177 1.07l2 2.2.09.088a1 1 0 001.323-.02l.087-.09a1 1 0 00-.02-1.323l-1.501-1.65.218-.363.055-.103a1 1 0 00-.398-1.268z" })); exports.default = Diamond;