google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.4 kB
JavaScript
/**
* @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: "M16.7155 12.8653L15.2155 11.3653V8.69531H16.7155V12.8653ZM20.4955 22.3053L18.6455 20.4553C18.3655 20.6053 18.0555 20.6953 17.7155 20.6953C17.7155 21.2453 17.2655 21.6953 16.7155 21.6953C16.1655 21.6953 15.7155 21.2453 15.7155 20.6953H9.71547C9.71547 21.2453 9.26547 21.6953 8.71547 21.6953C8.16547 21.6953 7.71547 21.2453 7.71547 20.6953C6.61547 20.6953 5.71547 19.7953 5.71547 18.6953V7.69531C5.71547 7.64531 5.73547 7.59531 5.73547 7.54531L2.10547 3.91531L3.51547 2.50531L21.8955 20.8853L20.4955 22.3053ZM16.8855 18.6953L13.4655 15.2753V17.6953H11.9655V13.7753L10.2155 12.0253V17.6953H8.71547V10.5253L7.71547 9.52531V18.6953H16.8855ZM13.4655 8.69531H12.5455L13.4655 9.61531V8.69531ZM19.7155 7.69531V15.8653L17.7155 13.8653V7.69531H11.5455L9.71547 5.86531V2.69531C9.71547 2.14531 10.1655 1.69531 10.7155 1.69531H14.7155C15.2655 1.69531 15.7155 2.14531 15.7155 2.69531V5.69531H17.7155C18.8155 5.69531 19.7155 6.59531 19.7155 7.69531ZM11.2155 5.69531H14.2155V3.19531H11.2155V5.69531Z",
key: "1u3890"
}
]
]);
export { NoLuggage as default };
//# sourceMappingURL=no_luggage.js.map