Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
ui-icons
/
es
/
Filename :
IconBulletListCircleOutlineLine.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 IconBulletListCircleOutlineLine 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: "IconBulletListCircleOutline", viewBox: "0 0 1920 1920", elementRef: this.handleRef }), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M559.706 1575.941h1360v-120h-1360v120Zm0-1121h1360v-120h-1360v120Zm0 561h1360v-120h-1360v120ZM169.5 565C75.888 565 0 489.112 0 395.5S75.888 226 169.5 226 339 301.888 339 395.5 263.112 565 169.5 565Zm0-84c47.22 0 85.5-38.28 85.5-85.5S216.72 310 169.5 310 84 348.28 84 395.5s38.28 85.5 85.5 85.5Zm0 1208C75.888 1689 0 1613.112 0 1519.5S75.888 1350 169.5 1350 339 1425.888 339 1519.5 263.112 1689 169.5 1689Zm0-84c47.22 0 85.5-38.279 85.5-85.5s-38.28-85.5-85.5-85.5-85.5 38.279-85.5 85.5 38.28 85.5 85.5 85.5Zm0-478C75.888 1127 0 1051.112 0 957.5S75.888 788 169.5 788 339 863.888 339 957.5 263.112 1127 169.5 1127Zm0-84c47.22 0 85.5-38.279 85.5-85.5 0-47.22-38.28-85.5-85.5-85.5S84 910.28 84 957.5c0 47.221 38.28 85.5 85.5 85.5Z", fillRule: "evenodd" }))); } } IconBulletListCircleOutlineLine.glyphName = 'bullet-list-circle-outline'; IconBulletListCircleOutlineLine.variant = 'Line'; IconBulletListCircleOutlineLine.displayName = 'IconBulletListCircleOutlineLine'; // eslint-disable-next-line react/forbid-foreign-prop-types IconBulletListCircleOutlineLine.propTypes = { ...SVGIcon.propTypes }; IconBulletListCircleOutlineLine.allowedProps = [...SVGIcon.allowedProps]; export default IconBulletListCircleOutlineLine; export { IconBulletListCircleOutlineLine };