Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconPrerequisiteSolid.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconPrerequisiteSolid = 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 IconPrerequisiteSolid 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: "IconPrerequisite", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/_react.default.createElement("path", { d: "M1652.322 1040.534 258.812 1040c-55.317 0-98.812 42.749-98.812 96.078v528.271c0 53.276 43.049 95.651 98.421 95.651H1661.58c55.372 0 98.421-42.375 98.421-95.65v-528.272c0-53.276-52.305-95.544-107.622-95.544h-.056ZM808.96 1358.48h76.16c0-10.453 1.027-21 3.08-31.64s5.507-20.347 10.36-29.12 11.293-15.867 19.32-21.28c8.027-5.413 17.827-8.12 29.4-8.12 17.173 0 31.267 5.32 42.28 15.96 11.013 10.64 16.52 25.48 16.52 44.52 0 11.947-2.707 22.587-8.12 31.92-5.413 9.333-12.133 17.733-20.16 25.2-8.027 7.467-16.893 14.28-26.6 20.44-9.707 6.16-18.853 12.227-27.44 18.2-16.8 11.573-32.76 22.96-47.88 34.16-15.12 11.2-28.28 23.427-39.48 36.68-11.2 13.253-20.067 28.28-26.6 45.08-6.533 16.8-9.8 36.587-9.8 59.36h287.84v-68.32H902.48c9.707-13.44 20.907-25.2 33.6-35.28a520.677 520.677 0 0 1 39.2-28.28 2976.634 2976.634 0 0 0 40.04-26.6c13.253-8.96 25.107-18.947 35.56-29.96 10.453-11.013 18.853-23.613 25.2-37.8 6.347-14.187 9.52-31.173 9.52-50.96 0-19.04-3.64-36.213-10.92-51.52-7.28-15.307-17.08-28.187-29.4-38.64s-26.6-18.48-42.84-24.08c-16.24-5.6-33.32-8.4-51.24-8.4-23.52 0-44.333 4.013-62.44 12.04s-33.133 19.227-45.08 33.6c-11.947 14.373-20.907 31.173-26.88 50.4-5.973 19.227-8.587 40.04-7.84 62.44ZM1104 160v72h-72v-72h72Zm-576 72h144v-72H528v72Zm288 0h72v-72h-72v72Zm576-72h-144v72h144v-72Zm288 320v80h80v-80h-80Zm-64-248.655s46.073.819 46.073 36.819V304h97.925v-72.655S1761.78 160 1664.665 160h-48.611v71.345H1616ZM672 880v-72H528v72h144Zm720-72h-144v72h144v-72ZM160 559.623h80.284V480H160v79.623ZM304 808h-35.06c-35.713 0-34.772-33.756-34.772-33.756V736H160v73.589S159.427 880 232.205 880H304v-72Zm1358.056-72v38.233s-5.778 35.732-46.056 35.732V880h40.602c105.178 0 103.396-70.392 103.396-70.392V736h-97.942ZM1032 808v72h72v-72h-72Zm-216 0v72h72v-72h-72ZM257.944 304v-35.877c0-33.628 46.056-36.818 46.056-36.818V160h-48.702C201.683 160 160 188.39 160 229.136V304h97.944Zm774.269 416.498V317.109h-70.055c-2.496 20.496-7.536 13.833-15.168 24.68-7.68 10.849-17.04 20.16-28.08 26.88a115.607 115.607 0 0 1-37.632 14.113c-13.92 2.592-27.936 3.984-43.296 3.6l53.147 62.16h71.029v271.956h70.055Z", fillRule: "evenodd" }))); } } exports.IconPrerequisiteSolid = IconPrerequisiteSolid; IconPrerequisiteSolid.glyphName = 'prerequisite'; IconPrerequisiteSolid.variant = 'Solid'; IconPrerequisiteSolid.displayName = 'IconPrerequisiteSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconPrerequisiteSolid.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconPrerequisiteSolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconPrerequisiteSolid;