@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 426 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var Reorder = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"
})),
name: 'Reorder'
});
export default Reorder;