@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 976 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var VideoOnSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.923 2.25H2.077C1 2.25.25 3 .25 4.111v7.778c0 .97.777 1.861 1.827 1.861h7.846c1.006 0 1.827-.851 1.827-1.861v-.683l2.24 1.044c.51.25 1.76-.101 1.76-1.161V4.913c.004-.83-.85-1.583-1.76-1.22l-.016.006-2.224.945v-.533c0-.97-.777-1.861-1.827-1.861M1.856 3.851a.38.38 0 0 0-.106.26v7.778c0 .094.039.189.106.26.066.069.144.101.22.101h7.847c.148 0 .327-.149.327-.361V10a.75.75 0 0 1 1.082-.673l2.918 1.44V5.21l-2.957 1.257a.75.75 0 0 1-1.043-.69V4.11a.38.38 0 0 0-.106-.26.3.3 0 0 0-.22-.101H2.076a.3.3 0 0 0-.22.101", clipRule: "evenodd" }))); });
VideoOnSIcon.displayName = 'VideoOnSIcon';