UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 537 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var AlignHorizontalCenter = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("polygon", { points: "11,2 13,2 13,7 21,7 21,10 13,10 13,14 18,14 18,17 13,17 13,22 11,22 11,17 6,17 6,14 11,14 11,10 3,10 3,7 11,7" })), name: 'AlignHorizontalCenter' }); export default AlignHorizontalCenter;