UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 462 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var VerticalDistribute = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M22,2v2H2V2H22z M7,10.5v3h10v-3H7z M2,20v2h20v-2H2z" })), name: 'VerticalDistribute' }); export default VerticalDistribute;