Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconWordpressLine.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconWordpressLine = 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 IconWordpressLine 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: "IconWordpress", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/_react.default.createElement("path", { d: "M1595.881 168.919c184.998 0 205.892 209.844 205.892 209.844 12.198 72.396 3.614 195.501-31.172 303.925-91.143 282.24-316.46 790.024-403.764 983.379-46.42 45.967-99.84 53.873-130.9 53.873-15.81 0-25.75-2.146-25.75-2.146l-210.296-561.43-240.79 563.124c-91.031-2.259-143.775-57.148-143.775-57.148L256.286 535.639s-14.005-55.906-94.193-55.906h-49.13l32.64-84.932h458.542v84.932s-45.515 36.706-34.786 87.53c10.73 50.71 194.259 782.907 194.259 782.907l176.979-391.793-82.109-259.087c-31.51-79.623-57.374-156.31-78.042-176.753-29.139-31.51-82.108-42.804-82.108-42.804V394.8h565.045v84.932h-93.403s-49.242 9.939-53.534 82.22c-.903 14.57 7.454 65.168 7.454 65.168l219.22 720.79s225.317-413.477 228.592-503.604c3.275-89.901-31.624-237.064-129.995-295.906-157.327-94.758-117.798-283.37 3.727-350.005 51.84-28.348 97.92-29.477 150.437-29.477Zm-288.677 414.945c21.459 23.153 47.096 43.709 76.235 61.215 47.774 28.574 77.93 125.703 75.332 195.162-4.066 26.767-40.32 109.44-88.433 208.602L1234.13 601.144c-.339-2.371-.79-5.308-1.355-8.47h30.607c15.585 0 30.38-3.162 43.82-8.81Zm-614.74 12.876c1.356.677 2.712 1.355 3.84 2.033 5.874 11.085 14.753 32.907 23.63 55.54l.82 2.09c.818 2.094 1.637 4.19 2.452 6.284l.814 2.093c3.386 8.71 6.704 17.315 9.781 25.25l18.071 46.757 68.104 214.475-25.638 56.47C752.324 839.45 712.23 678.17 692.465 596.74Zm1221.234-233.11c-12.198-108.763-93.29-307.653-317.817-307.653-52.969 0-125.59 0-204.762 43.37-71.266 39.19-124.913 106.052-150.099 182.513H698.338c-16.715 0-32.753 3.614-47.097 10.277-14.343-6.663-30.155-10.277-47.096-10.277H145.604c-46.758 0-88.546 28.8-105.487 72.395l-32.64 84.932C-5.85 473.86-1.22 513.05 19.9 543.657c21.007 30.72 55.906 49.017 93.064 49.017h43.03l351.7 1104c5.307 16.49 14.23 31.51 26.089 43.934 8.696 9.035 88.771 88.433 222.607 91.821h2.71c45.177 0 86.061-26.88 103.906-68.555l129.995-303.925 111.36 297.487c13.666 36.367 45.064 63.134 82.9 71.04 6.437 1.243 23.943 4.405 48.677 4.405 79.398 0 154.165-30.833 210.41-86.626 9.825-9.713 17.844-21.233 23.378-33.77 92.047-203.858 316.01-709.044 408.395-995.011 36.932-115.2 51.163-256.602 35.577-353.845", fillRule: "evenodd" }))); } } exports.IconWordpressLine = IconWordpressLine; IconWordpressLine.glyphName = 'wordpress'; IconWordpressLine.variant = 'Line'; IconWordpressLine.displayName = 'IconWordpressLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconWordpressLine.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconWordpressLine.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconWordpressLine;