Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconMsPptSolid.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconMsPptSolid = 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 IconMsPptSolid 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: "IconMsPpt", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/_react.default.createElement("path", { d: "M677.647 733.706v112.941H338.824V733.706h338.823Zm338.824-225.882v112.94H338.824v-112.94h677.647Zm338.823 225.882V169H0v1581.176h1920V733.706h-564.706Zm-169.412 903.53c-217.976 0-395.294-177.318-395.294-395.295 0-217.976 177.318-395.294 395.294-395.294 217.977 0 395.294 177.318 395.294 395.294 0 217.977-177.317 395.294-395.294 395.294Zm-56.47-671.91v308.668l211.2 203.633c-44.5 29.365-97.581 46.645-154.73 46.645-155.746 0-282.353-126.608-282.353-282.353 0-136.32 97.13-250.391 225.883-276.593Zm112.94 0c128.754 26.202 225.883 140.273 225.883 276.593 0 57.713-17.506 111.473-47.435 156.197l-178.447-172.122Zm225.883-779.453s421.158 395.407 434.937 434.937h-434.937Z", fillRule: "evenodd" }))); } } exports.IconMsPptSolid = IconMsPptSolid; IconMsPptSolid.glyphName = 'ms-ppt'; IconMsPptSolid.variant = 'Solid'; IconMsPptSolid.displayName = 'IconMsPptSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconMsPptSolid.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconMsPptSolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconMsPptSolid;