iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Homeadvisor = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.98 2.442H8.02L0 10.46h2.275l6.882-6.88 6.881 6.881H24l-8.02-8.018m-.492 9.348L9.157 5.459 4.01 10.605v4.987a1.33 1.33 0 001.329 1.329h6.077l4.637 4.637v-4.637h2.598a1.33 1.33 0 001.33-1.33V11.79h-4.494z" }));
exports.default = Homeadvisor;