UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 509 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const FormatSize = createIcon("FormatSize", [ [ "path", { d: "M8.5 4.5V7.5H13.5V19.5H16.5V7.5H21.5V4.5H8.5ZM2.5 12.5H5.5V19.5H8.5V12.5H11.5V9.5H2.5V12.5Z", key: "1t6git" } ] ]); export { FormatSize as default }; //# sourceMappingURL=format_size.js.map