Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconImportantDatesLine.js
back
Copy
var _g; /* * 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 IconImportantDatesLine 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: "IconImportantDates", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _g || (_g = /*#__PURE__*/React.createElement("g", { fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { d: "M213.333 451.765V282.353c0-31.172 22.275-56.471 53.334-56.471h178.821v56.471c0 31.172 25.299 56.47 56.471 56.47 31.172 0 56.471-25.298 56.471-56.47v-56.471h790.59v56.471c0 31.172 25.3 56.47 56.47 56.47 31.17 0 56.47-25.298 56.47-56.47v-56.471h191.37c31.06 0 53.34 25.299 53.34 56.471v169.412H213.333Zm0 1361.575 1493.337 6.25V570.973H213.333V1813.34ZM1653.33 112.941h-191.37v-56.47c0-31.172-25.3-56.471-56.47-56.471-31.17 0-56.47 25.299-56.47 56.47v56.471H558.431v-56.47C558.431 25.299 533.133 0 501.961 0S445.49 25.299 445.49 56.47v56.471H276.078c-93.402 0-169.411 76.01-169.411 169.412V1920H1813.33V266.667c0-93.403-66.59-153.726-160-153.726Z" }), /*#__PURE__*/React.createElement("path", { d: "m1019.51 1123.69-59.508-191.814-59.543 191.814H695.527l165.819 126.13-60.966 196.43 159.615-121.4 159.625 121.44-60.99-196.48 165.85-126.12h-204.97Zm289.03-29.84 39.67-12.5-.07-.09-39.67 12.37m39.79-12.41.07.09 36.51-11.51c4.92 15.61-.35 32.64-13.05 42.36l-220.15 167.43 84.07 270.85c4.87 15.71-.45 32.74-13.2 42.35-12.7 9.62-29.81 9.62-42.51-.05l-220.011-167.37-220.058 167.37c-6.374 4.84-13.803 7.25-21.232 7.25-7.429 0-14.858-2.41-21.183-7.2-12.75-9.61-18.12-26.64-13.251-42.3l84.077-270.9-220.108-167.43c-12.749-9.72-17.97-26.75-13.101-42.36 4.869-15.6 18.673-26.11 34.384-26.11h272.01l84.078-270.853c.005-.017-.005.018 0 0 4.884-15.631 18.741-26.17 34.384-26.17 15.711 0 29.515 10.51 34.434 26.118l7.467 24.133 76.56 246.772h272.01c15.71 0 29.52 10.51 34.38 26.11l-36.58 11.42Z" })))); } } IconImportantDatesLine.glyphName = 'important-dates'; IconImportantDatesLine.variant = 'Line'; IconImportantDatesLine.displayName = 'IconImportantDatesLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconImportantDatesLine.propTypes = { ...SVGIcon.propTypes }; IconImportantDatesLine.allowedProps = [...SVGIcon.allowedProps]; export default IconImportantDatesLine; export { IconImportantDatesLine };