UNPKG

@bemit/consent-ui-formanta

Version:

© 2022 [bemit](https://bemit.eu)

19 lines 414 B
import React from 'react'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const IcArrowDropUp = ({ fontSize = '1em', fill, style }) => _jsxs("svg", { height: fontSize, viewBox: "0 0 24 24", width: fontSize, fill: fill || 'currentColor', style: style, children: [_jsx("path", { d: "M0 0h24v24H0z", fill: "none" }), _jsx("path", { d: "M7 14l5-5 5 5z" })] });