UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

6 lines (5 loc) 332 B
import { jsx as _jsx } from "react/jsx-runtime"; export function CheckboxDashIcon(props) { return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 17", width: "16", height: "16", fill: "currentColor", ...props, children: _jsx("path", { d: "M4 7h9v3H4z" }) })); } //# sourceMappingURL=CheckboxDashIcon.js.map