UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.73 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoOnMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.VideoOnMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.25 7.33333C2.25 6.1301 3.281 5.25 4.38461 5.25H14.7692C15.8728 5.25 16.9038 6.1301 16.9038 7.33333V8.19773L19.764 6.97688C19.775 6.9722 19.786 6.96779 19.7972 6.96364C20.6562 6.64443 21.7555 7.22794 21.75 8.29547L21.75 8.29883L21.75 8.29333V8.29547V15.7067C21.75 16.1423 21.62 16.6642 21.1474 16.9654C20.6961 17.2531 20.1814 17.1756 19.8029 17.0384C19.7898 17.0337 19.7768 17.0286 19.764 17.0231L16.9038 15.8023V16.6667C16.9038 17.987 15.8374 18.75 14.7692 18.75H4.3856C4.3856 18.75 4.38461 18.75 4.38461 18C4.38461 17.25 4.38472 17.25 4.38472 17.25H14.7692C14.9671 17.25 15.1295 17.1822 15.234 17.0882C15.3291 17.0027 15.4038 16.8728 15.4038 16.6667V14.6667C15.4038 14.4147 15.5303 14.1797 15.7405 14.0408C15.9507 13.902 16.2166 13.878 16.4482 13.9769L20.25 15.5996V8.40038L16.4483 10.0231C16.2166 10.122 15.9507 10.098 15.7405 9.95916C15.5303 9.82033 15.4038 9.58525 15.4038 9.33333V7.33333C15.4038 7.04154 15.1299 6.75 14.7692 6.75H4.38461C4.02391 6.75 3.75 7.04154 3.75 7.33333V16.6667C3.75 16.9585 4.02402 17.25 4.38472 17.25L4.38461 18L4.3856 18.75C3.28199 18.75 2.25 17.8699 2.25 16.6667V7.33333Z", fill: "currentColor" }))); }); exports.VideoOnMIcon.displayName = 'VideoOnMIcon';