Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconInstructureLine.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 IconInstructureLine 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() { if (process.env.NODE_ENV !== 'production') { console.warn('<IconInstructureLine /> is deprecated. Please use <instructure-logoLine /> instead.'); } return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, { name: "IconInstructure", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M960 1642.264c138.868 0 253.585 102.642 271.698 241.51C1147.17 1907.924 1050.566 1920 960 1920c-90.566 0-181.132-12.075-271.698-36.226 12.075-138.868 132.83-241.51 271.698-241.51Zm476.981-205.283c102.642-96.604 259.623-108.68 362.264-18.113-90.566 156.981-223.396 289.811-386.415 386.415-84.528-114.717-72.453-271.698 24.151-368.302Zm-1328.302-24.15c114.717-84.53 271.698-72.454 368.302 24.15 96.604 102.642 108.68 259.623 18.113 362.264-156.98-90.566-289.811-223.396-386.415-386.415ZM960 1394.716c42.264 0 78.49 36.226 84.528 84.528 0 48.302-36.226 90.566-84.528 90.566h-6.038c-48.302 0-84.528-42.264-84.528-90.566s42.264-84.528 90.566-84.528Zm295.85-126.792c36.225-30.19 84.527-30.19 114.716 0 36.226 30.188 36.226 84.528 6.038 120.754 0 5.726-5.43 6.022-5.991 6.037l-.047.001c-36.226 30.189-90.566 30.189-120.755-6.038-30.188-36.226-30.188-90.566 6.038-120.754Zm-724.53-6.038c30.19-30.189 90.567-30.189 120.755 0 36.227 30.188 36.227 84.528 0 120.755-30.188 36.226-84.528 30.188-120.754 0-36.227-30.19-36.227-84.529 0-120.755ZM36.227 688.302c138.868 12.075 241.51 132.83 241.51 271.698 0 138.868-108.68 259.623-241.51 271.698C12.076 1141.132 0 1050.566 0 960c0-90.566 12.075-187.17 36.226-271.698Zm1847.548 0C1907.924 772.83 1920 869.434 1920 960c0 90.566-12.075 181.132-36.226 271.698-132.83-12.075-241.51-132.83-241.51-271.698 0-138.868 102.642-259.623 241.51-271.698Zm-1443.02 187.17c46.672 0 84.529 37.856 84.529 84.528 0 46.672-37.857 84.528-84.528 84.528-46.672 0-84.529-37.856-84.529-84.528 0-46.672 37.857-84.528 84.529-84.528Zm1038.491-6.038c48.302 0 84.529 42.264 84.529 84.528 0 48.302-36.227 84.529-84.529 84.529s-84.528-36.227-84.528-84.529 36.226-84.528 84.528-84.528Zm-211.32-338.113c30.188-30.189 84.528-30.189 114.717 0 36.226 30.188 36.226 84.528 6.037 120.754-36.226 30.19-84.528 30.19-114.717 0-36.226-30.188-36.226-84.528-6.037-120.754Zm-736.604-6.038c30.188-30.189 84.528-30.189 120.754 0 30.19 30.189 36.227 84.528 0 120.755-30.188 36.226-84.528 30.188-120.754 0-36.227-30.189-36.227-84.529 0-120.755Zm887.547-410.566c156.981 90.566 289.811 223.396 386.415 386.415-114.717 84.528-271.698 72.453-368.302-24.15-96.604-96.605-108.68-253.586-18.113-362.265Zm-917.736 0c84.528 108.68 78.49 265.66-24.15 362.264-96.605 96.604-253.586 108.68-362.265 24.151 90.566-163.019 223.396-295.849 386.415-386.415ZM960 356.227c42.264 0 84.528 36.226 84.528 78.49 0 48.302-36.226 90.566-84.528 90.566-48.302 0-84.528-36.226-84.528-84.528 0-48.302 36.226-84.529 84.528-84.529ZM960 0c96.604 0 187.17 12.075 277.736 36.226-18.113 132.83-138.868 241.51-277.736 241.51S700.377 175.094 682.264 36.226C772.83 12.076 863.396 0 960 0Z", fillRule: "evenodd" }))); } } IconInstructureLine.glyphName = 'instructure'; IconInstructureLine.variant = 'Line'; IconInstructureLine.displayName = 'IconInstructureLine'; IconInstructureLine.deprecated = true; // eslint-disable-next-line react/forbid-foreign-prop-types IconInstructureLine.propTypes = { ...SVGIcon.propTypes }; IconInstructureLine.allowedProps = [...SVGIcon.allowedProps]; export default IconInstructureLine; export { IconInstructureLine };