UNPKG

1 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var UpCircle = 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 M9.51942697,7.63613781 L5.62443516,11.5062813 C5.35731792,11.7716945 5.35593648,12.2033957 5.62134964,12.4705129 C5.8867628,12.7376302 6.31846398,12.7390116 6.58558122,12.4735984 L10.0046519,9.07633992 L13.4956665,12.4782497 C13.7653526,12.7410523 14.1970199,12.7354721 14.4598225,12.4657861 C14.7226251,12.1961 14.7170449,11.7644327 14.4473588,11.5016301 L10.4758462,7.63148655 C10.2092302,7.37167573 9.78350334,7.37374613 9.51942697,7.63613781 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file