@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 681 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const SvgDownIndicatorIcon = (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: "M14.487 4.574a1 1 0 0 1-.061 1.413l-6.03 5.526-.068.053-.03.02-.074.045-.14.062-.115.033-.086.015-.117.009-.15-.009-.116-.022-.083-.026-.11-.046-.03-.016-.105-.065-.098-.079-6-5.5a1 1 0 1 1 1.352-1.474l5.324 4.88 5.324-4.88a1 1 0 0 1 1.323-.026z" }) }));
exports.default = SvgDownIndicatorIcon;
//# sourceMappingURL=DownIndicatorIcon.js.map