UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 648 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 FormatPaint = createIcon("FormatPaint", [ [ "path", { d: "M17.5 4V3C17.5 2.45 17.05 2 16.5 2H4.5C3.95 2 3.5 2.45 3.5 3V7C3.5 7.55 3.95 8 4.5 8H16.5C17.05 8 17.5 7.55 17.5 7V6H18.5V10H8.5V21C8.5 21.55 8.95 22 9.5 22H11.5C12.05 22 12.5 21.55 12.5 21V12H20.5V4H17.5ZM15.5 6H5.5V4H15.5V6Z", key: "tuftbf" } ] ]); export { FormatPaint as default }; //# sourceMappingURL=format_paint.js.map