UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 723 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 VideoOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M29.5 8.1c-.3-.2-.7-.2-1 0L23 11.3v-.9l7-7L28.6 2 2 28.6 3.4 30l4-4H21c1.1 0 2-.9 2-2v-3.3l5.5 3.1c.3.2.7.2 1 0 .3-.2.5-.5.5-.9V9c0-.4-.2-.7-.5-.9zM28 21.3l-5.5-3.1c-.3-.2-.7-.2-1 0-.3.1-.5.4-.5.8v5H9.4L21 12.4v.6c0 .4.2.7.5.9.3.2.7.2 1 0l5.5-3.1v10.5zM4 24V8h16V6H4c-1.1 0-2 .9-2 2v16h2z" })); exports.default = VideoOff;