google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 638 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 HomeRepairService = createIcon("HomeRepairService", [
[
"path",
{
d: "M20 8H17V6C17 4.9 16.1 4 15 4H9C7.9 4 7 4.9 7 6V8H4C2.9 8 2 8.9 2 10V20H22V10C22 8.9 21.1 8 20 8ZM9 6H15V8H9V6ZM20 18H4V15H6V16H8V15H16V16H18V15H20V18ZM18 13V12H16V13H8V12H6V13H4V10H20V13H18Z",
key: "1c84nu"
}
]
]);
export { HomeRepairService as default };
//# sourceMappingURL=home_repair_service.js.map