google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 825 B
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 EscalatorWarning = createIcon("EscalatorWarning", [
[
"path",
{
d: "M7 2C8.1 2 9 2.9 9 4C9 5.1 8.1 6 7 6C5.9 6 5 5.1 5 4C5 2.9 5.9 2 7 2ZM16 9.5C16 10.33 16.67 11 17.5 11C18.33 11 19 10.33 19 9.5C19 8.67 18.33 8 17.5 8C16.67 8 16 8.67 16 9.5ZM19 12H16.16C15.58 12.01 15.02 12.32 14.71 12.86L13.79 14.18L10.22 8C9.85 7.37 9.19 7.01 8.51 7H5.5C4.4 7 3.5 7.9 3.5 9V15H5V22H10V11.61L12.53 16H14.73L15.5 14.9V22H19.5V17H20.5V13.5C20.5 12.68 19.83 12 19 12Z",
key: "16pp9h"
}
]
]);
export { EscalatorWarning as default };
//# sourceMappingURL=escalator_warning.js.map