UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoOffMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.VideoOffMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.47 2.47a.75.75 0 0 1 1.06 0l18 18a.75.75 0 1 1-1.06 1.06l-18-18a.75.75 0 0 1 0-1.06M3 6.583a.75.75 0 0 1 .75.75v9.334c0 .145.06.29.176.402.117.113.281.181.459.181h9.692a.75.75 0 0 1 0 1.5H4.385a2.16 2.16 0 0 1-1.5-.6 2.06 2.06 0 0 1-.635-1.483V7.333a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M5.25 6A.75.75 0 0 1 6 5.25h8.77c.556 0 1.096.213 1.499.6.403.389.635.921.635 1.483v.812l2.773-1.322.062-.026a1.66 1.66 0 0 1 1.227.032c.398.176.787.573.784 1.173V16c0 .541-.295.983-.744 1.195-.418.198-.897.17-1.304-.007l-.025-.011-2.773-1.322v.164a.75.75 0 0 1-1.5 0v-1.352a.75.75 0 0 1 1.073-.677l3.773 1.798V8.173l-3.773 1.837a.75.75 0 0 1-1.073-.693V7.333a.56.56 0 0 0-.176-.402.66.66 0 0 0-.459-.181H6A.75.75 0 0 1 5.25 6" }))); }); exports.VideoOffMIcon.displayName = 'VideoOffMIcon';