google-material-icons
Version:
A google material icon library package for React applications
30 lines (26 loc) • 887 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 BedroomChild = createIcon("BedroomChild", [
["path", { d: "M15 8.5H9V10.5H15V8.5Z", key: "6p0380" }],
[
"path",
{
d: "M15.64 12H8.37C7.89 12 7.5 12.39 7.5 12.87H7.51V14H16.51V12.87C16.51 12.39 16.12 12 15.64 12Z",
key: "17fh97"
}
],
[
"path",
{
d: "M20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2ZM18 17H16.5V15.5H7.5V17H6V12.87C6 11.87 6.62 11.02 7.5 10.67V9C7.5 7.9 8.4 7 9.5 7H14.5C15.6 7 16.5 7.9 16.5 9V10.67C17.38 11.02 18 11.87 18 12.87V17Z",
key: "4dgxzy"
}
]
]);
export { BedroomChild as default };
//# sourceMappingURL=bedroom_child.js.map