@navinc/base-react-components
Version:
Nav's Pattern Library
5 lines • 533 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
// downloaded from https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Aarrow_drop_down%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4024
const ArrowDropDown = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:arrow-drop-down" }, props, { viewBox: "0 -960 960 960", children: _jsx("path", { d: "M480-360 280-560h400L480-360Z" }) })));
export default ArrowDropDown;
//# sourceMappingURL=arrow-drop-down.js.map