UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.35 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgArrowRightLeft = function SvgArrowRightLeft(_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: "m14.504 3.198 4.046 4.045c.24.24.261.614.066.878l-.066.076-4.045 4.054a.675.675 0 0 1-1.021-.877l.065-.076 2.895-2.9h-10.526a.675.675 0 0 1-.669-.584l-.006-.091c0-.342.254-.624.584-.669l.091-.006h10.528l-2.896-2.896a.675.675 0 0 1-.066-.879l.066-.075a.675.675 0 0 1 .879-.066l.075.066 4.046 4.045-4.046-4.045Zm4.246 12.986.006.092a.675.675 0 0 1-.583.669l-.091.006-10.527-.001 2.9 2.898c.239.239.26.614.065.878l-.065.076a.675.675 0 0 1-.88.066l-.075-.066-4.05-4.046a.675.675 0 0 1-.066-.879l.066-.076 4.05-4.053a.675.675 0 0 1 1.02.878l-.065.076-2.896 2.898h10.522c.342 0 .625.255.67.584l.005.092-.006-.092Z", fill: color })); }; export { SvgArrowRightLeft as S };