iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 819 B
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 Video = (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-video", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M20.117 7.625a1 1 0 00-.564.1L15 10v4l4.553 2.275A1 1 0 0021 15.383V8.617a1 1 0 00-.883-.992z" }),
React.createElement("path", { d: "M5 5C3.355 5 2 6.355 2 8v8c0 1.645 1.355 3 3 3h8c1.645 0 3-1.355 3-3V8c0-1.645-1.355-3-3-3z" }));
exports.default = Video;