google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 923 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 BedroomBaby = createIcon("BedroomBaby", [
[
"path",
{
d: "M17.94 14.04C17.6 14.38 17.23 14.68 16.84 14.96L16 13.5V11H17V10H11.38L9.65 7H6L7 7.76L5.5 9.5L6.45 10.5L8 9.51V13.5L7.16 14.96C6.77 14.69 6.4 14.38 6.06 14.04L5 15.1C6.87 16.97 9.36 18 12 18C14.64 18 17.13 16.97 19 15.1L17.94 14.04ZM8.45 15.71L8.48 15.65L9.29 14.24C11.03 14.89 12.95 14.89 14.69 14.24L15.5 15.65L15.53 15.71C14.43 16.22 13.23 16.5 11.98 16.5C10.73 16.5 9.55 16.23 8.45 15.71ZM20 4V20H4V4H20ZM20 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 2Z",
key: "t4991r"
}
]
]);
export { BedroomBaby as default };
//# sourceMappingURL=bedroom_baby.js.map