UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoOffSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.VideoOffSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { fill: "currentColor", clipPath: "url(#VideoOffSIcon__a)" }, react_1.default.createElement("path", { fillRule: "evenodd", d: "M.47.47a.75.75 0 0 1 1.06 0l14 14a.75.75 0 0 1-1.06 1.06l-14-14a.75.75 0 0 1 0-1.06M1 3.48a.75.75 0 0 1 .75.75v7.54a.327.327 0 0 0 .327.326h7.539a.75.75 0 0 1 0 1.5H2.077A1.827 1.827 0 0 1 .25 11.77V4.231A.75.75 0 0 1 1 3.48", clipRule: "evenodd" }), react_1.default.createElement("path", { d: "M3.154 2.404h7c1 0 1.827.826 1.827 1.827v.462c.67-.296 1.334-.629 2.017-.893a1.294 1.294 0 0 1 1.752 1.208v5.986C15.75 12 15 12.5 14 12.2l-2.023-.895a.75.75 0 0 1-1.496-.074v-1.077a.75.75 0 0 1 1.054-.686l2.715 1.204V5.328l-2.715 1.204a.75.75 0 0 1-1.054-.686V4.231a.34.34 0 0 0-.327-.327h-7z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "VideoOffSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.VideoOffSIcon.displayName = 'VideoOffSIcon';