Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconMutedSolid.js
back
Copy
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. */ import React, { Component } from 'react'; import { SVGIcon } from '@instructure/ui-svg-images'; class IconMutedSolid extends 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.createElement(SVGIcon, Object.assign({}, this.props, { name: "IconMuted", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "m1555.2 417.882 11.294 15.812c83.577 121.977 127.624 264.282 127.624 413.365v395.294c0 124.235 101.647 225.882 225.882 225.882v112.941h-621.176C1298.824 1767.53 1146.353 1920 960 1920s-338.824-152.47-338.824-338.824v-48.564L1555.2 417.882ZM1016.493-.034v115.765c76.687 5.76 151.68 22.927 223.51 52.292 57.036 24.169 109.102 54.211 155.86 88.884l198.55-236.724 86.513 72.62-1468.235 1750.59-86.513-72.621 159.021-189.628H.023V1468.2c59.745 0 118.136-24.056 159.924-65.957 41.901-41.788 65.958-100.066 65.958-159.925V847.025c0-385.694 299.181-702.155 677.647-731.181V-.034h112.941Z", fillRule: "evenodd" }))); } } IconMutedSolid.glyphName = 'muted'; IconMutedSolid.variant = 'Solid'; IconMutedSolid.displayName = 'IconMutedSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconMutedSolid.propTypes = { ...SVGIcon.propTypes }; IconMutedSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconMutedSolid; export { IconMutedSolid };