UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.09 kB
/** * @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 NoBackpack = createIcon("NoBackpack", [ [ "path", { d: "M7.69547 3.84531C7.70547 3.84531 7.70547 3.83531 7.71547 3.83531V1.69531H10.7155V3.69531H14.7155V1.69531H17.7155V3.83531C19.4355 4.28531 20.7155 5.83531 20.7155 7.69531V16.8653L18.7155 14.8653V7.69531C18.7155 6.59531 17.8155 5.69531 16.7155 5.69531H9.54547L7.69547 3.84531ZM15.5455 11.6953L17.2155 13.3653V11.6953H15.5455ZM20.4955 22.3053L19.6455 21.4553C19.3655 21.6053 19.0555 21.6953 18.7155 21.6953H6.71547C5.61547 21.6953 4.71547 20.7953 4.71547 19.6953V7.69531C4.71547 7.33531 4.77547 7.00531 4.86547 6.67531L2.10547 3.91531L3.51547 2.50531L21.8955 20.8853L20.4955 22.3053ZM17.8855 19.6953L11.8855 13.6953H8.21547V11.6953H9.88547L6.71547 8.52531V19.6953H17.8855Z", key: "40m8st" } ] ]); export { NoBackpack as default }; //# sourceMappingURL=no_backpack.js.map