UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 881 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 CaptureOff = (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-capture-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M4 16v2a2 2 0 002 2h2M16 4h2a2 2 0 012 2v2M16 20h2c.554 0 1.055-.225 1.417-.589M9.87 9.887a3 3 0 004.255 4.23m.58-3.416a3.012 3.012 0 00-1.4-1.403M4 8V6c0-.548.22-1.044.577-1.405M3 3l18 18" })); exports.default = CaptureOff;