Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconMatureLightLine.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 IconMatureLightLine 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() { if (process.env.NODE_ENV !== 'production') { console.warn('<IconMatureLightLine /> is deprecated. Please use <matureLine /> instead.'); } return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, { name: "IconMatureLight", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M997.357 948.307c0-.113-.113-.226-.113-.339l.113.339ZM136.901 505.213l312.852 1244.072 211.277-53.158L448.286 850.23 628.3 804.86l373.12 805.605 230.012-57.898-52.48-886.188 180.24-45.37 212.743 846.01 211.164-53.158-312.965-1244.073-461.83 116.248 26.297 676.943c1.468 35.213-21.218 65.911-55.189 74.376-33.858 8.351-68.281-7.9-83.517-39.84L598.843 389.077 136.901 505.213Zm230.915 1380.973L0 423.276l660.127-166.02 254.39 521.194-22.685-579.544L1552.184 33 1920 1495.798l-430.115 108.121-186.222-740.71 45.935 776.036-411.155 103.494-326.846-705.497 186.221 740.823-430.002 108.121Z", fillRule: "evenodd" }))); } } IconMatureLightLine.glyphName = 'mature-light'; IconMatureLightLine.variant = 'Line'; IconMatureLightLine.displayName = 'IconMatureLightLine'; IconMatureLightLine.deprecated = true; // eslint-disable-next-line react/forbid-foreign-prop-types IconMatureLightLine.propTypes = { ...SVGIcon.propTypes }; IconMatureLightLine.allowedProps = [...SVGIcon.allowedProps]; export default IconMatureLightLine; export { IconMatureLightLine };