UNPKG

1.26 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var TimeO = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 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 M10,1.39534884 C5.24778239,1.39534884 1.39534884,5.24778239 1.39534884,10 C1.39534884,14.7522176 5.24778239,18.6046512 10,18.6046512 C14.7522176,18.6046512 18.6046512,14.7522176 18.6046512,10 C18.6046512,5.24778239 14.7522176,1.39534884 10,1.39534884 Z M9.06976744,5.58139535 C9.45508238,5.58139535 9.76744186,5.89375483 9.76744186,6.27906977 L9.76744186,11.1627907 L14.6511628,11.1627907 C15.0364777,11.1627907 15.3488372,11.4751502 15.3488372,11.8604651 C15.3488372,12.2457801 15.0364777,12.5581395 14.6511628,12.5581395 L9.06976744,12.5581395 C8.6844525,12.5581395 8.37209302,12.2457801 8.37209302,11.8604651 L8.37209302,6.27906977 C8.37209302,5.89375483 8.6844525,5.58139535 9.06976744,5.58139535 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file