UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 539 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 DoorSliding = createIcon("DoorSliding", [ [ "path", { d: "M20 19V5C20 3.9 19.1 3 18 3H12.75V19H11.25V3H6C4.9 3 4 3.9 4 5V19H3V21H21V19H20ZM10 13H8V11H10V13ZM16 13H14V11H16V13Z", key: "mv7nf6" } ] ]); export { DoorSliding as default }; //# sourceMappingURL=door_sliding.js.map