UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 629 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 VideoIcon = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.2 8.1L18 10.5V6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4.5l3.2 2.4a.5.5 0 0 0 .8-.4v-7a.5.5 0 0 0-.8-.4zM4 17V7h12v10H4z" })); exports.default = VideoIcon;