UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 2.27 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var VideoOffSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_6657_131280)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.46967 0.46967C0.762563 0.176777 1.23744 0.176777 1.53033 0.46967L15.5304 14.4697C15.8233 14.7626 15.8233 15.2375 15.5304 15.5304C15.2375 15.8233 14.7626 15.8233 14.4697 15.5304L0.46967 1.53033C0.176777 1.23744 0.176777 0.762563 0.46967 0.46967Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.00012 3.48071C1.41434 3.48071 1.75012 3.8165 1.75012 4.23071V11.7692C1.75012 11.8559 1.78457 11.9391 1.84588 12.0004C1.90719 12.0617 1.99034 12.0961 2.07705 12.0961H9.61553C10.0297 12.0961 10.3655 12.4319 10.3655 12.8461C10.3655 13.2603 10.0297 13.5961 9.61553 13.5961H2.07705C1.59252 13.5961 1.12783 13.4036 0.785216 13.061C0.442601 12.7184 0.250122 12.2537 0.250122 11.7692V4.23071C0.250122 3.8165 0.585909 3.48071 1.00012 3.48071Z", fill: "currentColor" }), React.createElement("path", { d: "M3.15394 2.40387H10.154C11.1547 2.40387 11.9809 3.23001 11.9809 4.23079V4.69336C12.6505 4.39656 13.3146 4.06397 13.9978 3.80032C14.8379 3.47614 15.7542 4.10843 15.7501 5.0082L15.75 10.9918V10.9938C15.75 12.0001 15 12.5001 13.9999 12.2001L11.9772 11.305C11.9399 11.6844 11.62 11.9807 11.2308 11.9807C10.8166 11.9807 10.4808 11.6449 10.4808 11.2307V10.1538C10.4808 9.90006 10.6091 9.66352 10.8218 9.52514C11.0345 9.38676 11.3028 9.36532 11.5348 9.46815L14.25 10.6717L14.2501 5.32825L11.5348 6.53184C11.3028 6.63467 11.0346 6.61322 10.8219 6.47485C10.6092 6.33647 10.4809 6.09993 10.4809 5.84618V4.23079C10.4809 4.05844 10.3263 3.90387 10.154 3.90387H3.15394V2.40387Z", fill: "currentColor" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_6657_131280" }, React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); VideoOffSIcon.displayName = 'VideoOffSIcon';