UNPKG

@bemit/consent-ui-formanta

Version:

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

28 lines (27 loc) 867 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IcArrowDropDown = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } var IcArrowDropDown = exports.IcArrowDropDown = function IcArrowDropDown(_ref) { var _ref$fontSize = _ref.fontSize, fontSize = _ref$fontSize === void 0 ? '1em' : _ref$fontSize, fill = _ref.fill, style = _ref.style; return (0, _jsxRuntime.jsxs)("svg", { height: fontSize, viewBox: "0 0 24 24", width: fontSize, fill: fill || 'currentColor', style: style, children: [(0, _jsxRuntime.jsx)("path", { d: "M0 0h24v24H0z", fill: "none" }), (0, _jsxRuntime.jsx)("path", { d: "M7 10l5 5 5-5z" })] }); };