@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 444 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var SwapHoriz = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"
})),
name: 'SwapHoriz'
});
export default SwapHoriz;