UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 468 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var HorizontalDistribute = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M4,22H2V2h2V22z M22,2h-2v20h2V2z M13.5,7h-3v10h3V7z" })), name: 'HorizontalDistribute' }); export default HorizontalDistribute;