UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 829 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 Fastfood = createIcon("Fastfood", [ [ "path", { d: "M18.06 22.9959H19.72C20.56 22.9959 21.25 22.3559 21.35 21.5359L23 5.05586H18V1.00586H16.03V5.05586H11.06L11.36 7.39586C13.07 7.86586 14.67 8.71586 15.63 9.65586C17.07 11.0759 18.06 12.5459 18.06 14.9459V22.9959ZM1 21.9959V21.0059H16.03V21.9959C16.03 22.5459 15.58 22.9959 15.02 22.9959H2.01C1.45 22.9959 1 22.5459 1 21.9959ZM16.03 14.9959C16.03 6.99586 1 6.99586 1 14.9959H16.03ZM1.02 17.0059H16.02V19.0059H1.02V17.0059Z", key: "1k2a9y" } ] ]); export { Fastfood as default }; //# sourceMappingURL=fastfood.js.map