Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconCompassSolid.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 IconCompassSolid 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: "IconCompass", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M960 0c-29.455 0-53.333 23.878-53.333 53.333v164.425C755.322 243.149 640 374.774 640 533.333c0 35.57 5.803 69.784 16.515 101.748L142.857 1524.76c-78.897 136.66-32.076 311.4 104.579 390.3 16.399 9.46 37.368 3.84 46.835-12.55l297.82-515.84h314.576v106.66c0 29.46 23.878 53.34 53.333 53.34s53.33-23.88 53.33-53.34v-106.66h314.37l297.82 515.84c9.47 16.39 30.44 22.01 46.84 12.55 136.65-78.9 183.48-253.64 104.58-390.3l-513.53-889.454c10.76-32.028 16.59-66.319 16.59-101.973 0-158.559-115.32-290.184-266.67-315.575V53.333C1013.33 23.878 989.455 0 960 0Zm306.12 1280-249.25-431.706a321.827 321.827 0 0 1-56.87 5.039 321.882 321.882 0 0 1-57.06-5.072L653.675 1280h252.992v-106.67c0-29.45 23.878-53.33 53.333-53.33s53.33 23.88 53.33 53.33V1280h252.79ZM960 714.667c100.15 0 181.33-81.186 181.33-181.334C1141.33 433.186 1060.15 352 960 352c-100.148 0-181.333 81.186-181.333 181.333 0 100.148 81.185 181.334 181.333 181.334Z", fillRule: "evenodd" }))); } } IconCompassSolid.glyphName = 'compass'; IconCompassSolid.variant = 'Solid'; IconCompassSolid.displayName = 'IconCompassSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconCompassSolid.propTypes = { ...SVGIcon.propTypes }; IconCompassSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconCompassSolid; export { IconCompassSolid };