Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconOutcomesSolid.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 IconOutcomesSolid 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: "IconOutcomes", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M940.253 101.053c158.147 0 314.173 42.644 451.301 123.284l-82.156 139.351C1197.23 297.6 1069.5 262.737 940.253 262.737c-401.179 0-727.579 326.4-727.579 727.579s326.4 727.579 727.58 727.579c401.178 0 727.578-326.4 727.578-727.58 0-129.246-34.964-256.976-101.053-369.246l139.352-82.054c80.741 137.128 123.385 293.254 123.385 451.3 0 490.308-398.956 889.264-889.263 889.264-490.408 0-889.263-398.956-889.263-889.263 0-490.409 398.855-889.263 889.263-889.263Zm.01 303.137v161.685c-234.038 0-424.42 190.383-424.42 424.42 0 234.038 190.382 424.422 424.42 424.422 233.937 0 424.421-190.384 424.421-424.421h161.684c0 323.166-262.939 586.105-586.105 586.105s-586.105-262.94-586.105-586.105c0-323.167 262.939-586.106 586.105-586.106Zm-.02 303.138v161.684c-66.897 0-121.263 54.468-121.263 121.263 0 66.897 54.366 121.264 121.263 121.264s121.263-54.367 121.263-121.264h161.684c0 156.026-126.922 282.948-282.947 282.948S657.296 1146.3 657.296 990.275c0-156.025 126.922-282.947 282.947-282.947Zm736.825-597.05 142.99 142.99-426.341 426.24 186.543 186.543h-515.773V350.28l186.341 186.34 426.24-426.34Z", fillRule: "evenodd" }))); } } IconOutcomesSolid.glyphName = 'outcomes'; IconOutcomesSolid.variant = 'Solid'; IconOutcomesSolid.displayName = 'IconOutcomesSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconOutcomesSolid.propTypes = { ...SVGIcon.propTypes }; IconOutcomesSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconOutcomesSolid; export { IconOutcomesSolid };