iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.33 kB
JavaScript
;
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 LiveView = (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-live-view", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M8 3a1 1 0 110 2H6a1 1 0 00-1 1v2a1 1 0 11-2 0V6a3 3 0 013-3zM4 15a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 010 2H6a3 3 0 01-3-3v-2a1 1 0 011-1M18 3a3 3 0 013 3v2a1 1 0 01-2 0V6a1 1 0 00-1-1h-2a1 1 0 010-2zM20 15a1 1 0 011 1v2a3 3 0 01-3 3h-2a1 1 0 010-2h2a1 1 0 001-1v-2a1 1 0 011-1M15.19 7.214a5 5 0 011.185 6.27l-.056.09-3.484 4.976a1 1 0 01-.077.103l-.017.019-.057.056-.012.013-.019.017a1 1 0 01-.096.073l-.053.03-.038.024-.011.005a1 1 0 01-.223.083l-.045.008-.066.012a1 1 0 01-.242 0l-.061-.011-.05-.01a1 1 0 01-.234-.087l-.047-.028-.044-.026-.011-.008-.032-.025-.053-.04-.01-.01-.009-.007-.034-.035-.035-.034-.007-.01-.01-.009-.037-.05-.024-.03-3.5-5-.056-.089a5 5 0 017.566-6.27M12 10a1 1 0 00-1 1v.01a1 1 0 002 0V11a1 1 0 00-1-1" }));
exports.default = LiveView;