Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconImmersiveReaderSolid.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconImmersiveReaderSolid = void 0; var _react = _interopRequireWildcard(require("react")); var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon"); var _g; /* * 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. */ class IconImmersiveReaderSolid extends _react.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.default.createElement(_SVGIcon.SVGIcon, Object.assign({}, this.props, { name: "IconImmersiveReader", viewBox: "0 0 1920 1921", elementRef: this.handleRef }), _g || (_g = /*#__PURE__*/_react.default.createElement("g", { fillRule: "evenodd" }, /*#__PURE__*/_react.default.createElement("path", { d: "M1579.74 1372.56c-7.79 139.03-69.52 272.68-155.93 386.86l-128.05-95.17c73.65-97.32 118.62-201.59 124.17-300.49 5.38-96.06-25.87-193.14-116.74-283.19l113.18-112.157c122.55 121.437 171.33 262.287 163.37 404.147Z" }), /*#__PURE__*/_react.default.createElement("path", { d: "M1918.78 1399.41c-11.46 186.68-102.32 366.84-230.38 521.37l-123.7-100.66c114.62-138.3 185.55-287.57 194.31-430.34 8.54-139.11-41.2-281.04-186.43-412.47l107.94-117.124c178.34 161.404 249.94 348.904 238.26 539.224ZM160.063 159.401h409.945c147.283 0 266.771 118.411 266.771 264.464v232.231h1.882v125.751h160.062V423.763c0-146.003 119.437-264.362 266.767-264.362h388.49v622.446h.18v-70.375h159.88V.784h-548.55c-143.45 0-270.374 70.13-347.763 177.68C840.334 70.923 713.432.784 570.008.784H0V1660.6h330.804v-158.62H160.063V159.401Z" }), /*#__PURE__*/_react.default.createElement("path", { d: "M1014.36 885.009 784.214 1113.07H497.901v546.88h269.988l246.471 244.24h193.21V885.009h-193.21Zm33.15 191.471-196.996 195.21H657.963v229.64h176.226l213.321 211.39v-636.24Z" })))); } } exports.IconImmersiveReaderSolid = IconImmersiveReaderSolid; IconImmersiveReaderSolid.glyphName = 'immersive-reader'; IconImmersiveReaderSolid.variant = 'Solid'; IconImmersiveReaderSolid.displayName = 'IconImmersiveReaderSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconImmersiveReaderSolid.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconImmersiveReaderSolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconImmersiveReaderSolid;