UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

32 lines (31 loc) 756 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _jsxRuntime = require("react/jsx-runtime"); function CheckIcon({ size }) { let vB = 16; if (size === 'large') { vB = 24; } return (0, _jsxRuntime.jsx)("svg", { width: vB, height: vB, viewBox: `0 0 ${vB} ${vB}`, fill: "none", className: "dnb-checkbox__gfx", "aria-hidden": true, children: (0, _jsxRuntime.jsx)("path", { d: size === 'large' ? 'M1.5 15L7.5 21L22.5 3' : 'M1 10L5 14L15 2', stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) }); } var _default = exports.default = CheckIcon; //# sourceMappingURL=CheckIcon.js.map