UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 513 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 DoorFront = createIcon("DoorFront", [ [ "path", { d: "M19 19V5C19 3.9 18.1 3 17 3H7C5.9 3 5 3.9 5 5V19H3V21H21V19H19ZM17 19H7V5H17V19ZM13 11H15V13H13V11Z", key: "jqlsfm" } ] ]); export { DoorFront as default }; //# sourceMappingURL=door_front.js.map