UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.29 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgMerge = function SvgMerge(_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: "M2 6.783c0-.433.353-.783.79-.783h3.429c1.047 0 2.05.412 2.791 1.146l3.106 3.078a3.437 3.437 0 0 0 2.419.993h4.77l-3.915-3.881a.778.778 0 0 1 0-1.107.795.795 0 0 1 1.117 0l5.262 5.218a.778.778 0 0 1 0 1.106l-5.262 5.218a.794.794 0 0 1-1.116 0 .778.778 0 0 1 0-1.107l3.914-3.881h-4.707c-.938 0-1.834.381-2.48 1.055l-2.822 2.944a3.965 3.965 0 0 1-2.862 1.218h-3.644a.786.786 0 0 1-.79-.783c0-.432.353-.782.79-.782h3.644c.65 0 1.27-.264 1.717-.731l2.822-2.944a4.99 4.99 0 0 1 .897-.74 4.995 4.995 0 0 1-.871-.69l-3.105-3.077a2.38 2.38 0 0 0-1.675-.688h-3.43a.786.786 0 0 1-.789-.782Z", fill: color })); }; export { SvgMerge as S };