Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconWindowsLine.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconWindowsLine = 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 IconWindowsLine 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: "IconWindows", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/_react.default.createElement("path", { d: "m677.647 1642.605-564.706-78.268V1129.4h564.706v513.205Zm56.47-626.146H56.472c-31.172 0-56.471 25.3-56.471 56.47v540.537c0 28.236 20.781 52.066 48.79 55.906l677.648 93.967c2.484.452 5.195.565 7.68.565 13.553 0 26.654-4.856 37.044-13.892 12.31-10.73 19.426-26.202 19.426-42.579V1072.93c0-31.172-25.299-56.47-56.47-56.47Zm37.045-846.483c-12.31-10.729-28.574-15.811-44.724-13.327L48.79 250.616C20.78 254.456 0 278.287 0 306.522V847.06c0 31.172 25.299 56.47 56.47 56.47h677.648c31.171 0 56.47-25.298 56.47-56.47V212.555c0-16.376-7.115-31.85-19.426-42.579Zm-93.515 620.612H112.941V355.652l564.706-78.268v513.204Zm1223.04-776.583c-12.198-10.843-28.8-15.7-44.725-13.553l-903.53 123.332c-28.008 3.84-48.903 27.783-48.903 56.018V847.06c0 31.172 25.3 56.47 56.471 56.47h903.53c31.171 0 56.47-25.298 56.47-56.47V56.47c0-16.377-7.115-31.85-19.313-42.466Zm-93.628 776.583H1016.47V229.045l790.588-107.86v669.403Zm56.47 225.905H960c-31.172 0-56.47 25.186-56.47 56.47v667.257c0 28.236 20.894 52.066 48.903 56.02l903.53 123.218c2.484.339 5.082.565 7.566.565 13.553 0 26.767-4.97 37.158-14.005 12.198-10.73 19.313-26.202 19.313-42.466v-790.588c0-31.285-25.299-56.47-56.47-56.47Zm-56.47 782.344-790.588-107.972v-561.43h790.588v669.402Z", fillRule: "evenodd" }))); } } exports.IconWindowsLine = IconWindowsLine; IconWindowsLine.glyphName = 'windows'; IconWindowsLine.variant = 'Line'; IconWindowsLine.displayName = 'IconWindowsLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconWindowsLine.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconWindowsLine.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconWindowsLine;