UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 554 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 Backpack = createIcon("Backpack", [ [ "path", { d: "M20 8V20C20 21.1 19.1 22 18 22H6C4.9 22 4 21.1 4 20V8C4 6.14 5.28 4.59 7 4.14V2H10V4H14V2H17V4.14C18.72 4.59 20 6.14 20 8ZM6 12V14H16V16H18V12H6Z", key: "1qfd0n" } ] ]); export { Backpack as default }; //# sourceMappingURL=backpack.js.map