@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 636 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const CheckboxUncheckedIcon = () => ((0, jsx_runtime_1.jsx)("svg", { height: '16px', width: '16px', "aria-hidden": "true", viewBox: "0 0 448 512", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M384 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z" }) }));
exports.default = CheckboxUncheckedIcon;
//# sourceMappingURL=unchecked.js.map