Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconClosedCaptioningOffLine.js
back
Copy
var _path; /* * The MIT License (MIT) * * Copyright (c) 2015 - present Instructure, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ import React, { Component } from 'react'; import { SVGIcon } from '@instructure/ui-svg-images'; class IconClosedCaptioningOffLine extends Component { constructor(...args) { super(...args); this.ref = null; this.handleRef = el => { const elementRef = this.props.elementRef; this.ref = el; if (typeof elementRef === 'function') { elementRef(el); } }; } render() { return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, { name: "IconClosedCaptioningOff", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M1264.84 456.279c31.013 194.462 200.329 343.66 404.01 343.66 2.516 0 5.03 0 7.545-.837v830.653c0 92.202-75.438 167.64-167.64 167.64H167.64c-92.202 0-167.64-75.438-167.64-167.64V623.918c0-92.201 75.438-167.64 167.64-167.64ZM754.378 783.243h-251.46c-138.302 0-251.459 113.157-251.459 251.46v167.639c0 138.302 113.157 251.459 251.46 251.459h251.459v-167.64h-251.46c-46.1 0-83.82-37.719-83.82-83.82v-167.639c0-46.1 37.72-83.82 83.82-83.82h251.46V783.243Zm670.558 0h-251.46c-138.302 0-251.459 113.157-251.459 251.46v167.639c0 138.302 113.157 251.459 251.46 251.459h251.458v-167.64h-251.459c-46.1 0-83.82-37.719-83.82-83.82v-167.639c0-46.1 37.72-83.82 83.82-83.82h251.46V783.243ZM1822.686 121 1920 219.32l-157.749 159.342L1920 538.087l-97.315 98.237-157.748-159.342-157.833 159.342-97.315-98.237 157.833-159.425-157.833-159.341L1507.104 121l157.833 159.425L1822.685 121Z", fillRule: "evenodd" }))); } } IconClosedCaptioningOffLine.glyphName = 'closed-captioning-off'; IconClosedCaptioningOffLine.variant = 'Line'; IconClosedCaptioningOffLine.displayName = 'IconClosedCaptioningOffLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconClosedCaptioningOffLine.propTypes = { ...SVGIcon.propTypes }; IconClosedCaptioningOffLine.allowedProps = [...SVGIcon.allowedProps]; export default IconClosedCaptioningOffLine; export { IconClosedCaptioningOffLine };