@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.15 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgArrowBounceDown = function SvgArrowBounceDown(_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: "M13.748 18.498h7.554l.1-.014.099-.028.06-.025a.721.721 0 0 0 .219-.151l.04-.044.044-.056.054-.09.039-.09.019-.065.014-.064.009-.094v-7.533a.75.75 0 0 0-1.493-.101l-.006.101-.001 5.695-7.719-7.72a.75.75 0 0 0-.976-.073l-.085.073-2.97 2.97-5.47-5.47a.75.75 0 0 0-1.133.977l.073.084 6 6a.75.75 0 0 0 .976.073l.084-.073 2.97-2.97 7.188 7.188h-5.69a.75.75 0 0 0-.742.648l-.007.102c0 .38.282.694.648.743l.102.007Z",
fill: color
}));
};
export { SvgArrowBounceDown as S };