UNPKG

1.68 kBJavaScriptView Raw
1"use strict";
2
3var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
4
5Object.defineProperty(exports, "__esModule", {
6 value: true
7});
8exports.Information = void 0;
9
10var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
11
12var _react = _interopRequireDefault(require("react"));
13
14var _jsxRuntime = require("react/jsx-runtime");
15
16var Information = function Information(props) {
17 return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
18 viewBox: "0 0 20 20",
19 width: "16px",
20 height: "16px"
21 }, props), {}, {
22 className: "w-icon ".concat(props.className ? props.className : ''),
23 children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24 d: "M10,0 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 Z M9.85480657,7.20930233 C9.46949163,7.20930233 9.15713216,7.5216618 9.15713216,7.90697674 L9.15713216,7.90697674 L9.15713216,15.4651343 C9.15713216,15.8504492 9.46949163,16.1628087 9.85480657,16.1628087 C10.2401215,16.1628087 10.552481,15.8504492 10.552481,15.4651343 L10.552481,15.4651343 L10.552481,7.90697674 C10.552481,7.5216618 10.2401215,7.20930233 9.85480657,7.20930233 Z M9.88290177,4.41860465 C9.36914851,4.41860465 8.95266921,4.83508395 8.95266921,5.34883721 C8.95266921,5.86259046 9.36914851,6.27906977 9.88290177,6.27906977 C10.396655,6.27906977 10.8131343,5.86259046 10.8131343,5.34883721 C10.8131343,4.83508395 10.396655,4.41860465 9.88290177,4.41860465 Z",
25 fillRule: "evenodd"
26 })
27 }));
28};
29
30exports.Information = Information;
\No newline at end of file