iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 850 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 Hammer2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.374 4l-.098-.593a.787.787 0 00-1.553 0L11.624 4h-4.96a.75.75 0 00-.75.75v4.183c0 .415.336.75.75.75h3.71l-.538 9.945A2.25 2.25 0 0012.082 22h.834a2.25 2.25 0 002.246-2.372l-.538-9.945h3.71a.75.75 0 00.75-.75V8.75A4.75 4.75 0 0014.336 4h-.96zm-.252 5.683l.543 10.026a.75.75 0 01-.75.79h-.833a.75.75 0 01-.748-.79l.542-10.026h1.246zm4.414-1.5H7.414V5.5h6.921a3.251 3.251 0 013.2 2.683z", fill: "#323544" }));
exports.default = Hammer2;