Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconProtractorLine.js
back
Copy
var _g; /* * 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 IconProtractorLine 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: "IconProtractor", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _g || (_g = /*#__PURE__*/React.createElement("g", { fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { d: "M1312 806.001c0 44.182-35.82 80-80 80s-80-35.818-80-80c0-44.183 35.82-80 80-80s80 35.817 80 80zm-624 80c44.183 0 80-35.818 80-80 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.182 35.817 80 80 80zm837.33 69.333c0 44.182-35.81 80-80 80-44.18 0-80-35.818-80-80 0-44.183 35.82-80 80-80 44.19 0 80 35.817 80 80zm48 303.996c44.19 0 80-35.81 80-80 0-44.18-35.81-80-80-80-44.18 0-80 35.82-80 80 0 44.19 35.82 80 80 80zM554.666 955.334c0 44.182-35.817 80-80 80-44.182 0-80-35.818-80-80 0-44.183 35.818-80 80-80 44.183 0 80 35.817 80 80zM346.667 1259.33c44.182 0 80-35.81 80-80 0-44.18-35.818-80-80-80-44.183 0-80 35.82-80 80 0 44.19 35.817 80 80 80zM1040 747.334c0 44.182-35.82 80-80 80-44.183 0-80-35.818-80-80 0-44.183 35.817-80 80-80 44.18 0 80 35.817 80 80z", fillRule: "nonzero" }), /*#__PURE__*/React.createElement("path", { d: "M0 1440.67c0-530.196 429.807-960.003 960-960.003 530.19 0 960 429.807 960 960.003H0ZM658.209 1334h603.581c-43.93-124.29-162.46-213.33-301.79-213.33S702.138 1209.71 658.209 1334Zm715.011 0c-47.36-184.02-214.41-320-413.22-320-198.81 0-365.86 135.98-413.225 320H113.269C165.759 913.06 524.841 587.334 960 587.334c435.16 0 794.24 325.726 846.73 746.666h-433.51Z" })))); } } IconProtractorLine.glyphName = 'protractor'; IconProtractorLine.variant = 'Line'; IconProtractorLine.displayName = 'IconProtractorLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconProtractorLine.propTypes = { ...SVGIcon.propTypes }; IconProtractorLine.allowedProps = [...SVGIcon.allowedProps]; export default IconProtractorLine; export { IconProtractorLine };