Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconEssaySolid.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconEssaySolid = 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 IconEssaySolid 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: "IconEssay", viewBox: "0 0 1920 1920", elementRef: this.handleRef, bidirectional: true }), _path || (_path = /*#__PURE__*/_react.default.createElement("path", { d: "M1400.414 1433.303c-23.153 0-47.661-2.711-72.282-6.1l-15.247-2.032-71.605 145.468c-5.082 10.165-12.762 18.748-22.475 24.847l-180.254 113.845c-39.643 25.073-91.709-1.581-94.532-48.339l-12.875-210.748c-.678-10.617 1.468-21.346 6.211-30.946l47.323-96.226c11.971-24.17 5.534-52.292-13.44-71.379-48.79-49.016-85.27-105.713-109.102-169.75-41.9-116.443-43.369-254.683 9.713-378.127 24.622-69.46 84.593-158.909 84.593-158.909 64.603-101.308 149.534-202.955 245.422-293.647l-.113-.564c1.016-1.13 13.44-12.311 32.753-30.495H-.056V1914.32H1694.06v-575.661c-19.2 13.214-38.965 26.315-60.197 37.496-72.848 37.949-151.229 57.149-233.45 57.149M1828.461.023l19.2 51.953c28.01 73.524 46.419 153.26 57.261 234.691l-121.411 74.767 131.576 43.822c5.534 118.136-4.743 236.16-25.299 344.696l-139.256 33.882 110.57 90.24c-19.088 67.652-41.224 130.334-67.653 183.078-21.458 42.918-54.211 92.612-99.388 136.659-31.623 31.623-70.023 59.859-112.941 82.447-51.953 27.106-111.812 44.047-180.706 44.047-18.296 0-37.61-2.259-56.922-4.97l133.27-423.755c18.636-59.52 10.956-62.682-17.28-7.002l-208.037 409.75-105.149 213.46-94.757 59.858-6.89-110.682 103.906-211.2c-87.98-50.824-148.97-118.588-180.706-203.294-42.804-119.153-14.23-233.563 10.052-299.86h151.454l-77.703-136.884c56.81-89.11 134.626-184.207 228.028-272.527 0 0 72.17-70.023 131.012-112.941 111.699-85.835 237.063-158.118 365.816-202.165l51.953-18.07ZM617.167 1356.954c27.445 68.782 55.115 94.42 71.718 95.549 29.703 2.597 84.819-59.069 108.875-102.1 15.134-27.331 49.468-37.044 76.8-21.797 27.219 15.134 37.045 49.581 21.798 76.8-9.374 16.715-92.5 160.038-206.118 160.038-2.824 0-5.647-.113-8.584-.226-70.023-4.518-127.058-60.537-169.411-166.362-46.984-117.46-77.478-127.398-77.817-127.511-25.186 9.261-73.637 121.638-96.79 231.078-6.438 30.494-36.48 50.258-66.974 43.708-30.495-6.55-49.92-36.48-43.596-66.974 19.54-92.725 78.156-309.685 199.454-320.189 96.113-8.357 154.956 108.989 190.645 197.986Z", fillRule: "evenodd" }))); } } exports.IconEssaySolid = IconEssaySolid; IconEssaySolid.glyphName = 'essay'; IconEssaySolid.variant = 'Solid'; IconEssaySolid.displayName = 'IconEssaySolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconEssaySolid.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconEssaySolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconEssaySolid;