UNPKG

1.15 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var PlayCircleO = 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 M8.18181818,5.90395401 C8.18181818,5.43578211 8.61824416,5.31836036 8.90010261,5.62289936 L8.90010261,5.62289936 L12.575303,9.58493664 C12.7779293,9.80311383 12.7779293,10.1978024 12.575303,10.4159796 L12.575303,10.4159796 L8.90010261,14.3772594 C8.61824416,14.6817984 8.18181818,14.563619 8.18181818,14.0969623 L8.18181818,14.0969623 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file