UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

51 lines 1.82 kB
var _jsxFileName = "/home/runner/work/frontend-shared/frontend-shared/src/components/icons/CheckboxChecked.tsx"; // This file was auto-generated using scripts/generate-icons.js import { jsxDEV as _jsxDEV } from "preact/jsx-dev-runtime"; /** * Icon generated from checkbox-checked.svg */ export default function CheckboxCheckedIcon(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": "CheckboxCheckedIcon", ...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: "M0 2.5A2.5 2.5 0 0 1 2.5 0h11A2.5 2.5 0 0 1 16 2.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 13.5zM2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 13.5 1z", "clip-rule": "evenodd" }, void 0, false, { fileName: _jsxFileName, lineNumber: 22, columnNumber: 9 }, this), _jsxDEV("path", { fill: "currentColor", d: "M11.136 3.82a.75.75 0 0 1 1.278.78l-.05.08-5.25 7.5a.75.75 0 0 1-1.204.034l-.053-.078-2.25-3.75a.75.75 0 0 1 1.237-.844l.05.072 1.654 2.758z" }, void 0, false, { fileName: _jsxFileName, lineNumber: 27, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 20, columnNumber: 7 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 11, columnNumber: 5 }, this); } //# sourceMappingURL=CheckboxChecked.js.map