UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.32 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 NoLuggage = createIcon("NoLuggage", [ [ "path", { d: "M13.4596 8.69531V9.61531L15.2096 11.3653V8.69531H16.7096V12.8653L19.7096 15.8653V7.69531C19.7096 6.59531 18.8096 5.69531 17.7096 5.69531H15.7096V2.69531C15.7096 2.14531 15.2596 1.69531 14.7096 1.69531H10.7096C10.1596 1.69531 9.70961 2.14531 9.70961 2.69531V5.69531H9.53961L12.5396 8.69531H13.4596ZM11.2096 3.19531H14.2096V5.69531H11.2096V3.19531ZM21.8996 20.8853L3.51961 2.50531L2.09961 3.91531L5.72961 7.54531C5.72961 7.59531 5.70961 7.64531 5.70961 7.69531V18.6953C5.70961 19.7953 6.60961 20.6953 7.70961 20.6953C7.70961 21.2453 8.15961 21.6953 8.70961 21.6953C9.25961 21.6953 9.70961 21.2453 9.70961 20.6953H15.7096C15.7096 21.2453 16.1596 21.6953 16.7096 21.6953C17.2596 21.6953 17.7096 21.2453 17.7096 20.6953C18.0496 20.6953 18.3596 20.6053 18.6396 20.4553L20.4896 22.3053L21.8996 20.8853ZM8.70961 17.6953V10.5253L10.2096 12.0253V17.6953H8.70961ZM13.4596 17.6953H11.9596V13.7753L13.4596 15.2753V17.6953Z", key: "iamxl0" } ] ]); export { NoLuggage as default }; //# sourceMappingURL=no_luggage.js.map