@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 521 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Decrease = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 20 20", "data-testid": "icon:decrease" }, props, { children: _jsx("path", { d: "M4.19454 6.66699C3.45043 6.66699 3.05791 7.47611 3.5557 7.98388L9.36119 13.9058C9.70262 14.2541 10.2975 14.2541 10.6389 13.9058L16.4444 7.98388C16.9422 7.47611 16.5497 6.66699 15.8055 6.66699H4.19454Z" }) })));
export default Decrease;
//# sourceMappingURL=decrease.js.map