mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 12:29:50 -04:00
7 lines
346 B
JavaScript
7 lines
346 B
JavaScript
import * as React from 'react';
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
d: "M15.5 5H11l5 7-5 7h4.5l5-7z"
|
|
}), /*#__PURE__*/React.createElement("path", {
|
|
d: "M8.5 5H4l5 7-5 7h4.5l5-7z"
|
|
})), 'DoubleArrow'); |