UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 957 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 NoBackpack = createIcon("NoBackpack", [ [ "path", { d: "M21.8996 20.8853L3.51961 2.50531L2.09961 3.91531L4.85961 6.67531C4.76961 7.00531 4.70961 7.33531 4.70961 7.69531V19.6953C4.70961 20.7953 5.60961 21.6953 6.70961 21.6953H18.7096C19.0496 21.6953 19.3596 21.6053 19.6396 21.4553L20.4896 22.3053L21.8996 20.8853ZM6.70961 13.6953V11.6953H9.87961L11.8796 13.6953H6.70961ZM15.5396 11.6953L7.68961 3.84531C7.69961 3.84531 7.69961 3.83531 7.70961 3.83531V1.69531H10.7096V3.69531H14.7096V1.69531H17.7096V3.83531C19.4296 4.28531 20.7096 5.83531 20.7096 7.69531V16.8653L18.7096 14.8653V11.6953H15.5396Z", key: "k61j76" } ] ]); export { NoBackpack as default }; //# sourceMappingURL=no_backpack.js.map