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