@brizy/ui-icons
Version:
4 lines (3 loc) • 496 B
JavaScript
import React from "react";
export const MediaVideo = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("path", { fill: "currentColor", d: "M11 6.5c0-.485-.35-.808-.875-.808H8V2.808C8 2.323 7.65 2 7.125 2H3v1.846h3v1.846H1.875C1.35 5.692 1 6.015 1 6.5v6.692c0 .485.35.808.875.808h8.25c.525 0 .875-.323.875-.808v-1.615l4 1.615V6.5l-4 1.615V6.5Z" })));