UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.13 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgArrowBounceUp = function SvgArrowBounceUp(_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 5.5h7.554l.1.014.099.028.06.026a.72.72 0 0 1 .219.15l.04.044.044.057.054.09.039.09.019.064.014.064.009.095v7.532a.75.75 0 0 1-1.493.102l-.006-.102-.001-5.695-7.719 7.72a.75.75 0 0 1-.976.073l-.085-.073-2.97-2.97-5.47 5.47a.75.75 0 0 1-1.133-.977l.073-.084 6-6a.75.75 0 0 1 .976-.073l.084.073 2.97 2.97 7.188-7.188h-5.69a.75.75 0 0 1-.742-.648l-.007-.102a.75.75 0 0 1 .648-.743l.102-.007Z", fill: color })); }; export { SvgArrowBounceUp as S };