UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 579 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 Foundation = createIcon("Foundation", [ [ "path", { d: "M19 12.5H22L12 3.5L2 12.5H5V15.5H3V17.5H5V20.5H7V17.5H11V20.5H13V17.5H17V20.5H19V17.5H21V15.5H19V12.5ZM7 15.5V10.69L11 7.09V15.5H7ZM13 15.5V7.09L17 10.69V15.5H13Z", key: "4zvbvy" } ] ]); export { Foundation as default }; //# sourceMappingURL=foundation.js.map