UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 966 B
"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 CubeOff = (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-cube-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M20.83 16.809c.11-.248.17-.52.17-.801V7.99a1.98 1.98 0 00-1-1.717l-7-4.008a2.016 2.016 0 00-2 0L7.988 3.99M5.441 5.448L4 6.273c-.619.355-1 1.01-1 1.718v8.018c0 .709.381 1.363 1 1.717l7 4.008a2.016 2.016 0 002 0l5.544-3.174M12 22V12M14.532 10.538L20.73 6.96M3.27 6.96L12 12M3 3l18 18" })); exports.default = CubeOff;