UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.39 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function Play(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20ZM12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2 9.8831C10.2 9.49445 10.6239 9.25439 10.9572 9.45435L14.4854 11.5713C14.809 11.7655 14.809 12.2345 14.4854 12.4287L10.9572 14.5457C10.6239 14.7456 10.2 14.5056 10.2 14.1169V9.8831Z", fill: "currentColor" })] })); } export default Play;