Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconCloudLockSolid.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconCloudLockSolid = void 0; var _react = _interopRequireWildcard(require("react")); var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon"); 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. */ class IconCloudLockSolid 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() { return /*#__PURE__*/_react.default.createElement(_SVGIcon.SVGIcon, Object.assign({}, this.props, { name: "IconCloudLock", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _g || (_g = /*#__PURE__*/_react.default.createElement("g", { fillRule: "evenodd" }, /*#__PURE__*/_react.default.createElement("path", { d: "M1129.418 1185.458h-225.88v-112.94c0-62.23 50.71-112.94 112.941-112.94 62.229 0 112.939 50.71 112.939 112.94v112.94Zm112.94 0v-112.94c0-124.573-101.307-225.88-225.879-225.88-124.574 0-225.881 101.307-225.881 225.88v112.94H677.657v395.29c0 93.402 76.009 169.412 169.41 169.412h338.821c93.402 0 169.411-76.01 169.411-169.411v-395.291h-112.941Z" }), /*#__PURE__*/_react.default.createElement("path", { d: "M1468.24 507.818c-10.166 0-20.33 2.259-30.495 3.388-68.895-198.775-256.374-342.21-477.737-342.21-263.15 0-477.738 201.035-502.584 457.409-20.33-3.388-41.789-5.648-62.118-5.648-245.08 0-438.773 224.187-386.82 478.19C46.321 1283.83 217.99 1411.339 406.6 1411.339h158.117v-282.351c0-31.171 25.298-56.47 56.47-56.47h56.47c0-186.351 152.47-338.82 338.821-338.82 186.351 0 338.821 152.469 338.821 338.82h56.47c31.17 0 56.47 25.299 56.47 56.47v282.35c249.598 0 451.761-202.162 451.761-451.76 0-249.597-202.163-451.76-451.76-451.76" })))); } } exports.IconCloudLockSolid = IconCloudLockSolid; IconCloudLockSolid.glyphName = 'cloud-lock'; IconCloudLockSolid.variant = 'Solid'; IconCloudLockSolid.displayName = 'IconCloudLockSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconCloudLockSolid.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconCloudLockSolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconCloudLockSolid;