Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconStudentViewSolid.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconStudentViewSolid = void 0; var _react = _interopRequireWildcard(require("react")); var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon"); 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. */ class IconStudentViewSolid 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: "IconStudentView", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/_react.default.createElement("path", { d: "M512 192v128H361.856c-64.64 0-119.168 48.256-127.104 112.256-16.128 109.44-45.952 318.464-70.016 503.552C242.176 871.936 340.096 832 448 832c247.04 0 448 200.96 448 448l-.052-6.306v-57.643h134.529c31.36-216.576 216.448-384 441.472-384 110.592 0 210.56 41.728 288.896 108.288-23.424-185.984-52.608-397.056-68.224-506.496-7.808-65.536-60.928-113.792-123.52-113.792h-161.152v-128H1569.1c125.312 0 231.168 96.64 246.4 224.64 4.096 28.416 103.296 732.16 103.296 863.36 0 246.912-199.808 448-446.848 448-225.024 0-410.112-167.552-441.472-384H895.949l.007-57.743C892.57 1530.452 692.934 1728 448 1728c-247.04 0-448-200.96-448-448 0-131.2 103.552-834.944 107.904-864.768C123.392 288.64 232.704 192 361.856 192H512Z", fillRule: "evenodd" }))); } } exports.IconStudentViewSolid = IconStudentViewSolid; IconStudentViewSolid.glyphName = 'student-view'; IconStudentViewSolid.variant = 'Solid'; IconStudentViewSolid.displayName = 'IconStudentViewSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconStudentViewSolid.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconStudentViewSolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconStudentViewSolid;