Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconQuizStatsCronbachsAlphaSolid.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 IconQuizStatsCronbachsAlphaSolid 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: "M951.62 688.015c-8.358-2.146-17.393-3.162-26.88-3.162-63.812 0-148.518 49.355-200.81 146.033-63.924 118.362-67.087 268.122-7.002 327.19 63.247 62.23 189.064 6.212 258.296-32.753 29.365-16.376 55.568-33.43 79.398-50.71-7.793-48.904-11.068-106.39-9.939-172.687 2.26-119.83-31.736-197.647-93.063-213.91m217.502 583.894c-33.882-15.586-60.65-43.257-80.64-83.35-18.184 11.858-37.384 23.717-57.939 35.124-98.372 55.228-176.188 75.558-237.741 75.558-72.621.112-122.202-28.236-155.068-60.65-107.182-105.487-90.918-317.365-13.102-461.365 80.076-148.066 229.61-231.53 355.652-198.437 54.777 14.456 181.836 74.88 177.318 325.044-.452 28.913-.113 54.777 1.016 77.704 114.636-128.64 116.443-247.793 116.443-254.57l112.94-1.355c.114 10.052.34 209.732-207.02 392.47 14.117 38.514 30.042 48.791 35.35 51.276 21.007 9.6 60.65-7.906 101.421-44.16l74.993 84.48c-79.058 70.25-158.343 92.386-223.623 62.23M959.955-.033c-529.355 0-960 430.758-960 960 0 529.355 430.645 960 960 960 529.468 0 960-430.645 960-960 0-529.242-430.532-960-960-960", fillRule: "evenodd" }))); } } IconQuizStatsCronbachsAlphaSolid.glyphName = 'quiz-stats-cronbachs-alpha'; IconQuizStatsCronbachsAlphaSolid.variant = 'Solid'; IconQuizStatsCronbachsAlphaSolid.displayName = 'IconQuizStatsCronbachsAlphaSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconQuizStatsCronbachsAlphaSolid.propTypes = { ...SVGIcon.propTypes }; IconQuizStatsCronbachsAlphaSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconQuizStatsCronbachsAlphaSolid; export { IconQuizStatsCronbachsAlphaSolid };