UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 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 FrustumOff = (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-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M7.72 3.728l3.484-1.558a1.95 1.95 0 011.59 0l4.496 2.01c.554.246.963.736 1.112 1.328l2.538 10.158c.103.412.07.832-.075 1.206m-2.299 1.699l-5.725 2.738a1.945 1.945 0 01-1.682 0l-7.035-3.365a1.99 1.99 0 01-1.064-2.278l2.52-10.08" }), React.createElement("path", { d: "M18 4.82l-5.198 2.324a1.963 1.963 0 01-1.602 0M12 7.32V8m0 4v9.5M3 3l18 18" })); exports.default = FrustumOff;