Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconToggleLeftSolid.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconToggleLeftSolid = void 0; var _react = _interopRequireWildcard(require("react")); var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon"); 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. */ class IconToggleLeftSolid extends _react.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('<IconToggleLeftSolid /> is deprecated. Please use <toggle-startSolid /> instead.'); } return /*#__PURE__*/_react.default.createElement(_SVGIcon.SVGIcon, Object.assign({}, this.props, { name: "IconToggleLeft", viewBox: "0 0 1920 1920", elementRef: this.handleRef, bidirectional: true }), _path || (_path = /*#__PURE__*/_react.default.createElement("path", { d: "M903.53 56c273.204 0 528.338 121.412 699.896 333.29l-175.51 142.08c-128.528-158.57-319.737-249.488-524.387-249.488-373.722 0-677.647 303.925-677.647 677.647 0 373.723 303.925 677.647 677.647 677.647 204.65 0 395.86-90.917 524.386-249.487l175.51 142.08c-171.557 211.878-426.69 333.29-699.896 333.29C405.346 1863.059 0 1457.713 0 959.529 0 461.346 405.346 56 903.53 56Zm89.562 428.386 159.699 159.699-202.504 202.503H1920v225.883H950.287l202.504 202.503-159.7 159.699-475.143-475.144 475.144-475.143Z", fillRule: "evenodd" }))); } } exports.IconToggleLeftSolid = IconToggleLeftSolid; IconToggleLeftSolid.glyphName = 'toggle-left'; IconToggleLeftSolid.variant = 'Solid'; IconToggleLeftSolid.displayName = 'IconToggleLeftSolid'; IconToggleLeftSolid.deprecated = true; // eslint-disable-next-line react/forbid-foreign-prop-types IconToggleLeftSolid.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconToggleLeftSolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconToggleLeftSolid;