UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

43 lines 1.43 kB
var _jsxFileName = "/home/runner/work/frontend-shared/frontend-shared/src/components/icons/Pause.tsx"; // This file was auto-generated using scripts/generate-icons.js import { jsxDEV as _jsxDEV } from "preact/jsx-dev-runtime"; /** * Icon generated from pause.svg */ export default function PauseIcon(props) { return _jsxDEV("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", "aria-hidden": "true", viewBox: "0 0 16 16", "data-component": "PauseIcon", ...props, children: _jsxDEV("g", { "fill-rule": "evenodd", children: [_jsxDEV("path", { fill: "none", d: "M0 0h16v16H0z" }, void 0, false, { fileName: _jsxFileName, lineNumber: 21, columnNumber: 9 }, this), _jsxDEV("path", { fill: "currentColor", d: "M4.5 2C3.672 2 3 2.504 3 3.125v9.75C3 13.496 3.672 14 4.5 14S6 13.496 6 12.875v-9.75C6 2.504 5.328 2 4.5 2M11.5 2c-.828 0-1.5.504-1.5 1.125v9.75c0 .621.672 1.125 1.5 1.125s1.5-.504 1.5-1.125v-9.75C13 2.504 12.328 2 11.5 2" }, void 0, false, { fileName: _jsxFileName, lineNumber: 22, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 20, columnNumber: 7 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 11, columnNumber: 5 }, this); } //# sourceMappingURL=Pause.js.map