google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 607 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 SingleBed = createIcon("SingleBed", [
[
"path",
{
d: "M20 12C20 10.9 19.1 10 18 10V7C18 5.9 17.1 5 16 5H8C6.9 5 6 5.9 6 7V10C4.9 10 4 10.9 4 12V17H5.33L6 19H7L7.67 17H16.34L17 19H18L18.67 17H20V12ZM16 10H13V7H16V10ZM8 7H11V10H8V7ZM6 12H18V15H6V12Z",
key: "vmz4ah"
}
]
]);
export { SingleBed as default };
//# sourceMappingURL=single_bed.js.map