@hypothesis/frontend-shared
Version:
Shared components, styles and utilities for Hypothesis projects
49 lines (48 loc) • 1.46 kB
JavaScript
var _jsxFileName = "/home/runner/work/frontend-shared/frontend-shared/src/components/icons/Ellipsis.js";
import { jsxDEV as _jsxDEV } from "preact/jsx-dev-runtime";
// This file was auto-generated using scripts/generate-icons.js
/**
* Icon generated from ellipsis.svg
*
* @param {import('preact').JSX.SVGAttributes<SVGSVGElement>} props
*/
export default function EllipsisIcon(props) {
return _jsxDEV("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "16",
height: "16",
viewBox: "0 0 16 16",
"aria-hidden": "true",
...props,
children: _jsxDEV("g", {
"fill-rule": "evenodd",
fill: "none",
children: [_jsxDEV("path", {
d: "M0 0h16v16H0z"
}, void 0, false, {
fileName: _jsxFileName,
lineNumber: 19,
columnNumber: 9
}, this), _jsxDEV("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "2",
d: "M2 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm6 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm6 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"
}, void 0, false, {
fileName: _jsxFileName,
lineNumber: 20,
columnNumber: 9
}, this)]
}, void 0, true, {
fileName: _jsxFileName,
lineNumber: 18,
columnNumber: 7
}, this)
}, void 0, false, {
fileName: _jsxFileName,
lineNumber: 10,
columnNumber: 5
}, this);
}
//# sourceMappingURL=Ellipsis.js.map