Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconClosedCaptioningSolid.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 IconClosedCaptioningSolid 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: "M1706.667 0H213.333C94.933 0 0 108 0 240v1440c0 132 94.933 240 213.333 240h1493.334C1824 1920 1920 1812 1920 1680V240c0-132-96-240-213.333-240ZM853.333 853.333h-160V800H480v320h213.333v-53.333h160v106.666c0 58.667-48 106.667-106.666 106.667h-320C368 1280 320 1232 320 1173.333V746.667C320 688 368 640 426.667 640h320c58.666 0 106.666 48 106.666 106.667v106.666Zm747 0h-160V800H1227v320h213.333v-53.333h160v106.666c0 58.667-48 106.667-106.666 106.667h-320C1115 1280 1067 1232 1067 1173.333V746.667C1067 688 1115 640 1173.667 640h320c58.666 0 106.666 48 106.666 106.667v106.666Z" }))); } } IconClosedCaptioningSolid.glyphName = 'closed-captioning'; IconClosedCaptioningSolid.variant = 'Solid'; IconClosedCaptioningSolid.displayName = 'IconClosedCaptioningSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconClosedCaptioningSolid.propTypes = { ...SVGIcon.propTypes }; IconClosedCaptioningSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconClosedCaptioningSolid; export { IconClosedCaptioningSolid };