UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 546 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 5V19H3V21H21V19H19ZM17 19H7V5H17V19Z", key: "19iirx" } ], ["path", { d: "M11 11H9V13H11V11Z", key: "2xocmg" }] ]); export { DoorBack as default }; //# sourceMappingURL=door_back.js.map