Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconTextSuperscriptSolid.js
back
Copy
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. */ import React, { Component } from 'react'; import { SVGIcon } from '@instructure/ui-svg-images'; class IconTextSuperscriptSolid 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: "IconTextSuperscript", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M1094.335 415.471v273.584H683.959v1231.127H410.376V689.055H0V415.471h1094.335ZM1607.305 5c125.985 0 242.531 77.424 290.272 192.466 47.877 115.316 18.056 242.669-79.613 340.338-48.014 48.014-104.783 101.363-158.952 151.155h256.074v273.584H1367.92c-75.646 0-136.792-61.146-136.792-136.792v-59.778c0-39.67 17.236-77.287 47.056-103.278.144-.134 1.32-1.163 3.426-3.007l2.032-1.779c34.203-29.94 221.024-193.654 340.9-313.528 9.985-9.986 25.853-28.727 20.244-42.27-4.65-11.353-20.245-23.527-37.48-23.527-50.066 0-109.708 55.948-130.5 83.032l-218.32-164.97C1273.26 176.946 1407.862 5 1607.305 5Z", fillRule: "evenodd" }))); } } IconTextSuperscriptSolid.glyphName = 'text-superscript'; IconTextSuperscriptSolid.variant = 'Solid'; IconTextSuperscriptSolid.displayName = 'IconTextSuperscriptSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconTextSuperscriptSolid.propTypes = { ...SVGIcon.propTypes }; IconTextSuperscriptSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconTextSuperscriptSolid; export { IconTextSuperscriptSolid };