iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 834 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 Helpscout = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.497 14.044l7.022-7.021a4.946 4.946 0 001.474-3.526A4.99 4.99 0 0010.563 0L3.54 7.024a4.945 4.945 0 00-1.473 3.525c0 1.373.55 2.6 1.43 3.496zm17.007-4.103l-7.023 7.022a4.946 4.946 0 00-1.473 3.525c0 1.36.55 2.601 1.43 3.497l7.022-7.022a4.943 4.943 0 001.474-3.526c0-1.373-.55-2.6-1.43-3.496zm-.044-2.904a4.944 4.944 0 001.474-3.525c0-1.36-.55-2.6-1.43-3.497L3.54 16.965A4.986 4.986 0 003.497 24z" }));
exports.default = Helpscout;