google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 555 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 DoorSliding = createIcon("DoorSliding", [
[
"path",
{
d: "M10 13H8V11H10V13ZM16 11H14V13H16V11ZM21 19V21H3V19H4V5C4 3.9 4.9 3 6 3H18C19.1 3 20 3.9 20 5V19H21ZM11 5H6V19H11V5ZM18 5H13V19H18V5Z",
key: "ffpfg8"
}
]
]);
export { DoorSliding as default };
//# sourceMappingURL=door_sliding.js.map