UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 421 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var FormatSize = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z" })), name: 'FormatSize' }); export default FormatSize;