google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 739 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 Elevator = createIcon("Elevator", [
[
"path",
{
d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM8.5 6C9.19 6 9.75 6.56 9.75 7.25C9.75 7.94 9.19 8.5 8.5 8.5C7.81 8.5 7.25 7.94 7.25 7.25C7.25 6.56 7.81 6 8.5 6ZM11 14H10V18H7V14H6V11.5C6 10.4 6.9 9.5 8 9.5H9C10.1 9.5 11 10.4 11 11.5V14ZM15.5 17L13 13H18L15.5 17ZM13 11L15.5 7L18 11H13Z",
key: "1eoqcr"
}
]
]);
export { Elevator as default };
//# sourceMappingURL=elevator.js.map