Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconLineReaderSolid.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 IconLineReaderSolid 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: "IconLineReader", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "m320.224 1705.45 1066.666 2.43-.24 106.67-1066.669-2.43.243-106.67Zm-.021-213.33 1279.997 2.43-.2 106.67-1279.999-2.44.202-106.66ZM1866.67 320c29.45 0 53.33 23.878 53.33 53.334v959.996c0 29.46-23.88 53.34-53.33 53.34H53.333C23.878 1386.67 0 1362.79 0 1333.33V373.334C0 343.878 23.878 320 53.333 320H1866.67Zm-213.34 266.667H266.667c-29.161 0-52.856 23.403-53.334 52.451v214.216c0 29.16 23.403 52.855 52.452 53.326l.882.007H1653.33c29.165 0 52.862-23.403 53.34-52.451V640c0-29.16-23.405-52.855-52.458-53.326l-.882-.007ZM320.203 105.451l1279.997 2.432-.2 106.666-1279.999-2.431.202-106.667Z" }))); } } IconLineReaderSolid.glyphName = 'line-reader'; IconLineReaderSolid.variant = 'Solid'; IconLineReaderSolid.displayName = 'IconLineReaderSolid'; // eslint-disable-next-line react/forbid-foreign-prop-types IconLineReaderSolid.propTypes = { ...SVGIcon.propTypes }; IconLineReaderSolid.allowedProps = [...SVGIcon.allowedProps]; export default IconLineReaderSolid; export { IconLineReaderSolid };