iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.03 kB
JavaScript
"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 Frustum = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-frustum", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M18.402 5.508l2.538 10.158a1.99 1.99 0 01-1.064 2.278L12.84 21.31a1.945 1.945 0 01-1.682 0l-7.035-3.365a1.99 1.99 0 01-1.064-2.278L5.598 5.508a1.98 1.98 0 011.11-1.328l4.496-2.01a1.95 1.95 0 011.59 0l4.496 2.01c.554.246.963.736 1.112 1.328z" }),
React.createElement("path", { d: "M18 4.82l-5.198 2.324a1.963 1.963 0 01-1.602 0L6 4.819M12 7.32V21.5" }));
exports.default = Frustum;