UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 584 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 KingBed = createIcon("KingBed", [ [ "path", { d: "M20 10V7C20 5.9 19.1 5 18 5H6C4.9 5 4 5.9 4 7V10C2.9 10 2 10.9 2 12V17H3.33L4 19H5L5.67 17H18.34L19 19H20L20.67 17H22V12C22 10.9 21.1 10 20 10ZM11 10H6V7H11V10ZM18 10H13V7H18V10Z", key: "wq3hic" } ] ]); export { KingBed as default }; //# sourceMappingURL=king_bed.js.map