Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconQuizStatsCronbachsAlphaLine.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 IconQuizStatsCronbachsAlphaLine 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: "IconQuizStatsCronbachsAlpha", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M960 1807.059c-467.125 0-847.059-379.934-847.059-847.059 0-467.125 379.934-847.059 847.059-847.059 467.125 0 847.059 379.934 847.059 847.059 0 467.125-379.934 847.059-847.059 847.059M960 0C430.645 0 0 430.645 0 960s430.645 960 960 960 960-430.645 960-960S1489.355 0 960 0m15.224 1125.222c-69.232 38.851-195.162 95.21-258.409 32.866-59.972-59.069-56.696-208.829 7.115-327.078 52.292-96.678 136.998-146.259 200.81-146.259 9.487 0 18.41 1.13 26.767 3.275 61.44 16.15 95.435 94.08 93.176 213.798-1.242 66.41 2.146 123.896 10.052 172.687-23.83 17.28-50.259 34.221-79.51 50.71m241.129 44.16c-5.308-2.484-21.233-12.762-35.238-51.388 207.247-182.738 207.021-382.305 206.908-392.357l-112.94 1.355c0 6.777-1.808 125.93-116.443 254.457-1.13-22.928-1.581-48.678-1.017-77.591 4.518-250.165-122.54-310.588-177.43-325.045-125.365-32.979-275.577 50.26-355.539 198.438-77.816 144-94.193 355.878 12.988 461.365 32.98 32.414 82.447 60.762 155.181 60.762 61.44 0 139.37-20.33 237.742-75.67 20.442-11.52 39.755-23.267 57.938-35.238 19.991 40.207 46.871 67.877 80.64 83.463 65.62 30.043 144.678 7.68 223.624-62.23l-74.993-84.48c-40.659 36.254-80.075 53.534-101.421 44.16", fillRule: "evenodd" }))); } } IconQuizStatsCronbachsAlphaLine.glyphName = 'quiz-stats-cronbachs-alpha'; IconQuizStatsCronbachsAlphaLine.variant = 'Line'; IconQuizStatsCronbachsAlphaLine.displayName = 'IconQuizStatsCronbachsAlphaLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconQuizStatsCronbachsAlphaLine.propTypes = { ...SVGIcon.propTypes }; IconQuizStatsCronbachsAlphaLine.allowedProps = [...SVGIcon.allowedProps]; export default IconQuizStatsCronbachsAlphaLine; export { IconQuizStatsCronbachsAlphaLine };