UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 437 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ViewQuilt = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M10 18h5v-6h-5v6zm-6 0h5V5H4v13zm12 0h5v-6h-5v6zM10 5v6h11V5H10z" })), name: 'ViewQuilt' }); export default ViewQuilt;