@gravity-ui/uikit
Version:
Gravity UI base styling and components
9 lines (8 loc) • 589 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CheckboxTickIcon = CheckboxTickIcon;
const jsx_runtime_1 = require("react/jsx-runtime");
function CheckboxTickIcon(props) {
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 10", width: "16", height: "16", fill: "currentColor", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M.49 5.385l1.644-1.644 4.385 4.385L4.874 9.77.49 5.385zm4.384 1.096L10.356 1 12 2.644 6.519 8.126 4.874 6.48v.001z" }) }));
}
//# sourceMappingURL=CheckboxTickIcon.js.map
;