UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 632 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function VideoIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "video", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M21.2 8.1 18 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", clipRule: "evenodd" }) }); } exports.default = VideoIcon;