Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconMsWordSolid.js
back
Copy
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. */ import React, { Component } from 'react'; import { SVGIcon } from '@instructure/ui-svg-images'; class IconMsWordSolid extends 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.createElement(SVGIcon, Object.assign({}, this.props, { name: "IconMsWord", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _g || (_g = /*#__PURE__*/React.createElement("g", { fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { d: "M1185.47-.011v564.706h564.706v1355.294H169v-1920h1016.47Zm112.942 1355.294H507.824v113.054h790.588v-113.054ZM1185.47 1129.4H507.824v112.942h677.647V1129.4Zm225.882-225.882h-903.53v112.941h903.53V903.52ZM959.7 338.812H507.824V790.69H959.7V338.812Z" }), /*#__PURE__*/React.createElement("path", { d: "M620.765 677.647h225.882V451.765H620.765zM1298.4 451.81h434.937L1298.4 16.873z" })))); } } IconMsWordSolid.glyphName = 'ms-word'; IconMsWordSolid.variant = 'Solid'; IconMsWordSolid.displayName = 'IconMsWordSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconMsWordSolid.propTypes = { ...SVGIcon.propTypes }; IconMsWordSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconMsWordSolid; export { IconMsWordSolid };