Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconClosedCaptioningLine.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 IconClosedCaptioningLine 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: "IconClosedCaptioning", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M1800 1745V185c0-33-27-60-60-60H180c-33 0-60 27-60 60v1560c0 33 27 60 60 60h1560c33 0 60-27 60-60ZM1740 5c99.24 0 180 80.76 180 180v1560c0 99.24-80.76 180-180 180H180c-99.24 0-180-80.76-180-180V185C0 85.76 80.76 5 180 5h1560ZM859.522 853.669h-160v-53.333H486.189v320h213.333v-53.334h160v106.667c0 58.667-48 106.667-106.667 106.667h-320c-58.666 0-106.666-48-106.666-106.667V747.002c0-58.666 48-106.666 106.666-106.666h320c58.667 0 106.667 48 106.667 106.666V853.67Zm725 0h-160v-53.333h-213.333v320h213.333v-53.334h160v106.667c0 58.667-48 106.667-106.667 106.667h-320c-58.666 0-106.666-48-106.666-106.667V747.002c0-58.666 48-106.666 106.666-106.666h320c58.667 0 106.667 48 106.667 106.666V853.67Z", fillRule: "evenodd" }))); } } IconClosedCaptioningLine.glyphName = 'closed-captioning'; IconClosedCaptioningLine.variant = 'Line'; IconClosedCaptioningLine.displayName = 'IconClosedCaptioningLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconClosedCaptioningLine.propTypes = { ...SVGIcon.propTypes }; IconClosedCaptioningLine.allowedProps = [...SVGIcon.allowedProps]; export default IconClosedCaptioningLine; export { IconClosedCaptioningLine };