google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 604 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 RoomService = createIcon("RoomService", [
[
"path",
{
d: "M2 17H22V19H2V17ZM13.84 7.79C13.94 7.55 14 7.28 14 7C14 5.9 13.1 5 12 5C10.9 5 10 5.9 10 7C10 7.28 10.06 7.55 10.16 7.79C6.25 8.6 3.27 11.93 3 16H21C20.73 11.93 17.75 8.6 13.84 7.79Z",
key: "1xzzyk"
}
]
]);
export { RoomService as default };
//# sourceMappingURL=room_service.js.map