UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 603 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 FoodBank = createIcon("FoodBank", [ [ "path", { d: "M12 3L4 9V21H20V9L12 3ZM12.5 12.5C12.5 13.33 11.83 14 11 14V18H10V14C9.17 14 8.5 13.33 8.5 12.5V9.5H9.5V12.5H10V9.5H11V12.5H11.5V9.5H12.5V12.5ZM15 18H14V14.5H13V11.5C13 10.4 13.9 9.5 15 9.5V18Z", key: "1yofq7" } ] ]); export { FoodBank as default }; //# sourceMappingURL=food_bank.js.map