UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var VideoOnMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 7.333c0-1.203 1.031-2.083 2.135-2.083h10.384c1.104 0 2.135.88 2.135 2.083v.865l2.86-1.221.033-.013c.86-.32 1.959.264 1.953 1.331V8.3v-.006 7.414c0 .435-.13.957-.603 1.258-.45.288-.966.21-1.344.073l-.039-.015-2.86-1.22v.864c0 1.32-1.067 2.083-2.135 2.083H4.386L4.385 18v-.75h10.384c.198 0 .36-.068.465-.162a.53.53 0 0 0 .17-.421v-2a.75.75 0 0 1 1.044-.69L20.25 15.6V8.4l-3.802 1.623a.75.75 0 0 1-1.044-.69v-2c0-.291-.274-.583-.635-.583H4.385c-.361 0-.635.292-.635.583v9.334c0 .291.274.583.635.583v1.5c-1.103 0-2.135-.88-2.135-2.083z", clipRule: "evenodd" }))); }); VideoOnMIcon.displayName = 'VideoOnMIcon';