Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconArcLine.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 IconArcLine 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: "IconArc", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M1142.277 1243.138H777.214v347.178c66.118 23.143 113.538 86.085 113.538 160.103 0 93.657-75.924 169.581-169.581 169.581-93.657 0-169.581-75.924-169.581-169.581 0-74.018 47.42-136.96 113.538-160.103v-347.178H541.656l.033 198.107c0 77.095-62.497 139.592-139.592 139.592l-59.136-.048c-22.914 66.534-86.064 114.337-160.38 114.337C88.924 1695.126 13 1619.2 13 1525.544s75.924-169.581 169.581-169.581c73.707 0 136.431 47.023 159.809 112.707h61.463c14.201 0 25.714-11.513 25.714-25.714v-199.818H183.115c-32.461 0-58.776-26.314-58.776-58.775V58.776C124.339 26.315 150.654 0 183.115 0h1552.02c32.46 0 58.775 26.315 58.775 58.776v1125.587c0 32.46-26.314 58.775-58.775 58.775h-245.278v199.818c0 14.201 11.512 25.714 25.714 25.714h61.463c23.377-65.684 86.101-112.707 159.808-112.707 93.658 0 169.582 75.924 169.582 169.581 0 93.657-75.924 169.582-169.582 169.582-74.315 0-137.465-47.803-160.379-114.337l-59.1.048c-77.131 0-139.628-62.497-139.628-139.592l.033-198.107h-123.405v347.178c66.118 23.143 113.538 86.085 113.538 160.103 0 93.657-75.924 169.581-169.581 169.581-93.657 0-169.581-75.924-169.581-169.581 0-74.018 47.42-136.96 113.538-160.103v-347.178Zm57.394 562.91c30.723 0 55.629-24.906 55.629-55.63 0-30.722-24.906-55.628-55.629-55.628s-55.629 24.906-55.629 55.629 24.906 55.629 55.63 55.629Zm-477.149 0c30.723 0 55.629-24.906 55.629-55.63 0-30.722-24.906-55.628-55.629-55.628s-55.629 24.906-55.629 55.629 24.906 55.629 55.629 55.629Zm1015.672-224.875c30.723 0 55.628-24.906 55.628-55.629s-24.905-55.629-55.628-55.629-55.63 24.906-55.63 55.63c0 30.722 24.907 55.628 55.63 55.628Zm-1556.964 0c30.723 0 55.63-24.906 55.63-55.629s-24.907-55.629-55.63-55.629c-30.723 0-55.629 24.906-55.629 55.63 0 30.722 24.906 55.628 55.63 55.628ZM901.047 348.665l220.035 131.796C1133.59 489.628 1141 504.338 1141 520c0 15.662-7.41 30.372-19.918 39.539L901.047 691.335a47.406 47.406 0 0 1-48.007.014c-14.858-8.697-24.02-24.777-24.04-42.189V390.84c.02-17.412 9.182-33.492 24.04-42.19a47.406 47.406 0 0 1 48.007.015Zm786.155 584.668V136.054c0-16.23-13.157-29.387-29.388-29.387H260.434c-16.23 0-29.387 13.157-29.387 29.387v797.28h1456.155Zm0 106.667H231.047v67.099c0 16.23 13.157 29.387 29.388 29.387h1397.38c16.23 0 29.387-13.157 29.387-29.387V1040Z", fillRule: "evenodd" }))); } } IconArcLine.glyphName = 'Arc'; IconArcLine.variant = 'Line'; IconArcLine.displayName = 'IconArcLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconArcLine.propTypes = { ...SVGIcon.propTypes }; IconArcLine.allowedProps = [...SVGIcon.allowedProps]; export default IconArcLine; export { IconArcLine };