Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
lib
/
Filename :
IconAddressBookSolid.js
back
Copy
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconAddressBookSolid = 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 IconAddressBookSolid 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: "IconAddressBook", viewBox: "0 0 1920 1920", elementRef: this.handleRef, bidirectional: true }), _path || (_path = /*#__PURE__*/_react.default.createElement("path", { d: "M1801.441 0v1920H219.03v-439.216h-56.514c-31.196 0-56.515-25.299-56.515-56.47 0-31.172 25.319-56.47 56.515-56.47h56.514V1029.02h-56.514c-31.196 0-56.515-25.3-56.515-56.471 0-31.172 25.319-56.47 56.515-56.47h56.514V577.254h-56.514c-31.196 0-56.515-25.299-56.515-56.47 0-31.172 25.319-56.471 56.515-56.471h56.514V0h1582.412ZM1029 499c-112.782 0-236.48 91.718-236.48 204.5v102.25c0 45.604 16.128 87.22 41.383 121.269-32.159 9.38-50.769 20.118-91.408 39.468C669.163 1001.404 620 1072.214 620 1154.116v139.98l23.824 15.03c100 63.089 214.112 101.126 330.166 110.022 18.2 1.329 35.89 2.045 53.374 2.045 178.835 0 316.975-68.406 386.607-111.862l24.029-15.03v-140.799c0-81.8-48.876-155.726-124.438-188.446-39.06-16.872-64.487-28.426-105.285-38.038 24.744-33.844 47.167-76.278 47.167-121.268V703.5c0-112.782-113.662-204.5-226.444-204.5Zm-306.697 655.5c0-41.003 23.825-77.813 60.839-93.764 76.279-33.027 155.216-49.694 235.277-51.125 3.579.102 15.747.307 18.405.204 13.19.205 26.279-.306 39.469.716 67.485 5.113 133.743 21.575 196.831 48.773 38.037 16.463 62.68 53.58 62.68 94.582v83.333c-72.087 40.39-197.957 92.128-353.99 80.369-90.39-6.953-179.551-34.56-259.51-80.164v-82.925Zm165.835-450.947c0-56.34 84.58-102.25 141.022-102.25 56.442 0 131.051 45.91 131.051 102.25v102.25c0 55.318-73.178 100-128.086 101.637-2.147 0-4.294-.102-6.442-.102-54.703-1.943-137.545-46.422-137.545-101.535v-102.25Z", fillRule: "evenodd" }))); } } exports.IconAddressBookSolid = IconAddressBookSolid; IconAddressBookSolid.glyphName = 'address-book'; IconAddressBookSolid.variant = 'Solid'; IconAddressBookSolid.displayName = 'IconAddressBookSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconAddressBookSolid.propTypes = { ..._SVGIcon.SVGIcon.propTypes }; IconAddressBookSolid.allowedProps = [..._SVGIcon.SVGIcon.allowedProps]; var _default = exports.default = IconAddressBookSolid;