UNPKG

979 BJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Pause = 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: "M14.7798038,2.04371366 C15.1775572,2.04371366 15.5,2.37573542 15.5,2.78530501 L15.5,17.2584086 C15.5,17.6679782 15.1775572,18 14.7798038,18 C14.3820504,18 14.0596076,17.6679782 14.0596076,17.2584086 L14.0596076,2.78530501 C14.0596076,2.37573542 14.3820504,2.04371366 14.7798038,2.04371366 Z M5.22019619,2 C5.61794957,2 5.94039239,2.33202176 5.94039239,2.74159135 L5.94039239,17.214695 C5.94039239,17.6242646 5.61794957,17.9562863 5.22019619,17.9562863 C4.82244282,17.9562863 4.5,17.6242646 4.5,17.214695 L4.5,2.74159135 C4.5,2.33202176 4.82244282,2 5.22019619,2 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file