iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 804 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 Hammer1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.664 2a.75.75 0 00-.75.75v4.184c0 .414.336.75.75.75h3.716l-.557 11.961A2.25 2.25 0 0012.07 22h.857a2.25 2.25 0 002.248-2.355l-.557-11.961h3.717a.75.75 0 00.75-.75V6.75A4.75 4.75 0 0014.335 2h-7.67zm6.453 5.684l.56 12.031a.75.75 0 01-.75.785h-.857a.75.75 0 01-.749-.785l.56-12.031h1.236zm4.419-1.5H7.415V3.5h6.92a3.251 3.251 0 013.2 2.684z", fill: "#323544" }));
exports.default = Hammer1;