UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 491 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 DoorBack = createIcon("DoorBack", [ [ "path", { d: "M19 19V5C19 3.9 18.1 3 17 3H7C5.9 3 5 3.9 5 5V19H3V21H21V19H19ZM11 13H9V11H11V13Z", key: "1m1mrk" } ] ]); export { DoorBack as default }; //# sourceMappingURL=door_back.js.map