UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 530 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 FormatAlignJustify = createIcon("FormatAlignJustify", [ [ "path", { d: "M3 21H21V19H3V21ZM3 17H21V15H3V17ZM3 13H21V11H3V13ZM3 9H21V7H3V9ZM3 3V5H21V3H3Z", key: "8cjq1q" } ] ]); export { FormatAlignJustify as default }; //# sourceMappingURL=format_align_justify.js.map