Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconPeerGradedSolid.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 IconPeerGradedSolid 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: "IconPeerGraded", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M716.582 133c212.77 0 385.853 173.082 385.853 385.852v110.244c0 116.747-53.138 220.266-135.49 291.153 59.752 7.165 119.284 16.205 178.264 28.553 166.798 35.167 287.956 194.249 287.956 378.355v211.778l-22.49 16.536c-120.937 88.746-367.22 232.393-694.974 232.393-17.198 0-34.837-.44-52.476-1.212-288.838-13.56-507.892-133.174-640.846-231.291L0 1538.825v-211.778C0 1142.94 121.268 983.859 288.176 948.69c58.65-12.237 117.96-21.718 177.492-28.994-82.02-70.776-134.938-174.074-134.938-290.601V518.852C330.73 306.082 503.813 133 716.582 133ZM625.08 463.73c-97.675 0-116.858 71.99-184.106 99.22v66.146c0 151.915 123.583 275.608 275.608 275.608 152.026 0 275.61-123.693 275.61-275.608V518.852c0-2.536-.662-4.96-.773-7.607-2.956 2.68-5.884 5.384-8.813 8.088l-1.952 1.803c-28.97 26.728-58.555 52.838-116.345 52.838-120.166 0-120.166-110.244-239.229-110.244Zm1216.978-156.115-353.771 353.77-157.428-157.427-77.942 77.942 235.37 235.37L1920 385.557l-77.942-77.942Z", fillRule: "evenodd" }))); } } IconPeerGradedSolid.glyphName = 'peer-graded'; IconPeerGradedSolid.variant = 'Solid'; IconPeerGradedSolid.displayName = 'IconPeerGradedSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconPeerGradedSolid.propTypes = { ...SVGIcon.propTypes }; IconPeerGradedSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconPeerGradedSolid; export { IconPeerGradedSolid };