UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 475 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 Expand = createIcon("Expand", [ [ "path", { d: "M4 20H20V22H4V20ZM4 2H20V4H4V2ZM13 9H16L12 5L8 9H11V15H8L12 19L16 15H13V9Z", key: "1bktwf" } ] ]); export { Expand as default }; //# sourceMappingURL=expand.js.map