iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 883 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 Hp = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.007 24h-.357l2.459-6.745h3.38c.59 0 1.236-.454 1.442-1.017l2.665-7.308c.44-1.196-.247-2.171-1.525-2.171h-4.698l-3.93 10.798-2.225 6.127A11.995 11.995 0 010 12.007C0 6.498 3.71 1.855 8.765.44L6.47 6.759 2.652 17.255h2.542l3.256-8.916h1.91l-3.256 8.916h2.541l3.022-8.325c.44-1.195-.247-2.17-1.525-2.17H8.998l2.46-6.746C11.635 0 11.814 0 11.992 0 18.628 0 24 5.372 24 12.007 24.014 18.629 18.642 24 12.007 24zm7.267-15.675h-1.91l-2.678 7.336h1.91l2.678-7.336z" }));
exports.default = Hp;