UNPKG

@brizy/ui-icons

Version:
5 lines (4 loc) 494 B
import React from "react"; export const Pause = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, React.createElement("g", { stroke: "none", fill: "currentColor" }, React.createElement("path", { d: "M9 1H3a1 1 0 00-1 1v20a1 1 0 001 1h6a1 1 0 001-1V2a1 1 0 00-1-1zM21 1h-6a1 1 0 00-1 1v20a1 1 0 001 1h6a1 1 0 001-1V2a1 1 0 00-1-1z" }))));