UNPKG

@navinc/base-react-components

Version:
5 lines 523 B
import { jsx as _jsx } from "react/jsx-runtime"; // downloaded from https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Aarrow_drop_up%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4024 const ArrowDropUp = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:arrow-drop-up" }, props, { viewBox: "0 -960 960 960", children: _jsx("path", { d: "m280-400 200-200 200 200H280Z" }) }))); export default ArrowDropUp; //# sourceMappingURL=arrow-drop-up.js.map