Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconCalculatorSolid.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 IconCalculatorSolid 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: "IconCalculator", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M480 0h960c176.731 0 320 143.269 320 320v1280c0 176.731-143.269 320-320 320H480c-176.731 0-320-143.269-320-320V320C160 143.269 303.269 0 480 0Zm106.667 213.333c-117.821 0-213.334 95.513-213.334 213.334 0 117.82 95.513 213.333 213.334 213.333h746.666c117.821 0 213.334-95.513 213.334-213.333 0-117.821-95.513-213.334-213.334-213.334H586.667ZM480 853.333c-58.91 0-106.667 47.757-106.667 106.667 0 58.91 47.757 106.667 106.667 106.667h106.667c58.91 0 106.666-47.757 106.666-106.667 0-58.91-47.756-106.667-106.666-106.667H480Zm426.667 0C847.757 853.333 800 901.09 800 960c0 58.91 47.756 106.667 106.667 106.667h106.666c58.91 0 106.667-47.757 106.667-106.667 0-58.91-47.756-106.667-106.667-106.667H906.667Zm426.666 0c-58.91 0-106.666 47.757-106.666 106.667 0 58.91 47.756 106.667 106.666 106.667H1440c58.91 0 106.667-47.757 106.667-106.667 0-58.91-47.757-106.667-106.667-106.667h-106.667Zm-853.333 320c-58.91 0-106.667 47.757-106.667 106.667 0 58.91 47.757 106.667 106.667 106.667h106.667c58.91 0 106.666-47.757 106.666-106.667 0-58.91-47.756-106.667-106.666-106.667H480Zm426.667 0C847.757 1173.333 800 1221.09 800 1280c0 58.91 47.756 106.667 106.667 106.667h106.666c58.91 0 106.667-47.757 106.667-106.667 0-58.91-47.756-106.667-106.667-106.667H906.667Zm426.666 0c-58.91 0-106.666 47.757-106.666 106.667 0 58.91 47.756 106.667 106.666 106.667H1440c58.91 0 106.667-47.757 106.667-106.667 0-58.91-47.757-106.667-106.667-106.667h-106.667Zm-853.333 320c-58.91 0-106.667 47.757-106.667 106.667 0 58.91 47.757 106.667 106.667 106.667h106.667c58.91 0 106.666-47.757 106.666-106.667 0-58.91-47.756-106.667-106.666-106.667H480Zm426.667 0C847.757 1493.333 800 1541.09 800 1600c0 58.91 47.756 106.667 106.667 106.667h106.666c58.91 0 106.667-47.757 106.667-106.667 0-58.91-47.756-106.667-106.667-106.667H906.667Zm426.666 0c-58.91 0-106.666 47.757-106.666 106.667 0 58.91 47.756 106.667 106.666 106.667H1440c58.91 0 106.667-47.757 106.667-106.667 0-58.91-47.757-106.667-106.667-106.667h-106.667Z", fillRule: "evenodd" }))); } } IconCalculatorSolid.glyphName = 'calculator'; IconCalculatorSolid.variant = 'Solid'; IconCalculatorSolid.displayName = 'IconCalculatorSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconCalculatorSolid.propTypes = { ...SVGIcon.propTypes }; IconCalculatorSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconCalculatorSolid; export { IconCalculatorSolid };