Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconTextSuperscriptLine.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 IconTextSuperscriptLine 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: "M1231.314 481.452v136.812h-547.25v1231.314H547.25V618.264H0V481.452h1231.314ZM1675.886 71c98.642 0 190.033 60.334 227.246 150.22 36.802 88.928 12.587 188.391-64.85 265.827-90.296 90.296-213.017 200.978-288.4 268.016h365.426v136.813h-478.844c-37.76 0-68.406-30.646-68.406-68.407v-59.924c0-19.7 8.619-38.58 23.532-51.578 2.189-1.915 216.437-188.117 349.966-321.646 38.581-38.582 50.758-78.941 35.161-116.838-16.007-38.718-57.461-65.67-100.83-65.67-100.148 0-183.877 108.492-184.835 109.723l-109.313-82.36C1386.801 228.47 1506.923 71 1675.886 71Z", fillRule: "evenodd" }))); } } IconTextSuperscriptLine.glyphName = 'text-superscript'; IconTextSuperscriptLine.variant = 'Line'; IconTextSuperscriptLine.displayName = 'IconTextSuperscriptLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconTextSuperscriptLine.propTypes = { ...SVGIcon.propTypes }; IconTextSuperscriptLine.allowedProps = [...SVGIcon.allowedProps]; export default IconTextSuperscriptLine; export { IconTextSuperscriptLine };