Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconPaperclipSolid.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconPaperclipSolid = 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 IconPaperclipSolid 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: "IconPaperclip", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/_react.default.createElement("path", { d: "M1748.318 252.722c-229.016-229.016-601.528-228.91-830.438 0l-792.748 792.749C44.522 1126.187 0 1233.38 0 1347.409c0 114.135 44.522 221.33 125.132 301.939 161.432 161.432 442.658 161.432 603.983 0l717.371-717.264c103.885-103.992 103.885-273.218-.213-377.53-104.099-103.992-273.646-103.885-377.424.107l-603.983 603.983 151.076 150.97 603.77-603.877c20.926-20.713 54.878-20.927 75.591-.214 20.82 20.927 20.82 54.879.107 75.698L578.146 1498.38c-80.716 80.716-221.329 80.716-302.045 0-40.358-40.358-62.566-93.956-62.566-150.97 0-57.013 22.208-110.61 62.566-150.969l792.748-792.749c145.631-145.417 382.655-145.63 528.5 0 145.63 145.631 145.63 382.869 0 528.5l-754.953 755.06 150.969 150.969 754.953-755.06c228.91-228.91 228.91-601.422 0-830.438", fillRule: "evenodd" }))); } } exports.IconPaperclipSolid = IconPaperclipSolid; IconPaperclipSolid.glyphName = 'paperclip'; IconPaperclipSolid.variant = 'Solid'; IconPaperclipSolid.displayName = 'IconPaperclipSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconPaperclipSolid.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconPaperclipSolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconPaperclipSolid;