UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 429 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ViewCarousel = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M7 19h10V4H7v15zm-5-2h4V6H2v11zM18 6v11h4V6h-4z" })), name: 'ViewCarousel' }); export default ViewCarousel;