@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.34 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgArrowUpDown = function SvgArrowUpDown(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m21.78 14.965-4.494 4.79a.716.716 0 0 1-.976.078l-.084-.077-4.505-4.79a.837.837 0 0 1-.002-1.13.716.716 0 0 1 .977-.079l.084.078 3.223 3.427v-12.463c0-.404.282-.739.648-.792l.101-.007c.38 0 .694.3.744.69l.006.11.001 12.465 3.217-3.43a.716.716 0 0 1 .976-.077l.084.077c.267.284.29.728.073 1.04l-.073.09Zm-14.43 5.028-.1.007c-.38 0-.694-.3-.744-.69l-.007-.11.001-12.463-3.22 3.433a.716.716 0 0 1-.976.078l-.084-.078a.839.839 0 0 1-.073-1.04l.072-.09 4.497-4.795a.716.716 0 0 1 .976-.078l.084.077 4.504 4.796a.837.837 0 0 1 0 1.13.716.716 0 0 1-.976.078l-.084-.078-3.22-3.428v12.459c0 .404-.283.739-.65.792Z",
fill: color
}));
};
export { SvgArrowUpDown as S };