@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 551 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const SvgDropdownIndicatorIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "m4.5 6.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.47 6H4.677a.25.25 0 0 0-.177.427" }) }));
exports.default = SvgDropdownIndicatorIcon;
//# sourceMappingURL=DropdownIndicatorIcon.js.map