google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 659 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: "M18 16H16V15H8V16H6V15H2V20H22V15H18V16Z", key: "1ogd11" }],
[
"path",
{
d: "M20 8H17V6C17 4.9 16.1 4 15 4H9C7.9 4 7 4.9 7 6V8H4C2.9 8 2 8.9 2 10V14H6V12H8V14H16V12H18V14H22V10C22 8.9 21.1 8 20 8ZM15 8H9V6H15V8Z",
key: "1s3jdq"
}
]
]);
export { HomeRepairService as default };
//# sourceMappingURL=home_repair_service.js.map