@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 834 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var HammerMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.573 3.846 8.518 6.904c-.461.461-.461 1.21 0 1.67l6.915 6.923c.46.461 1.206.461 1.666 0l3.055-3.058c.461-.462.461-1.21 0-1.67L13.24 3.845a1.177 1.177 0 0 0-1.666 0m2.728-1.06a2.677 2.677 0 0 0-3.79 0L7.458 5.844a2.68 2.68 0 0 0 0 3.79l2.918 2.922-8.156 8.164a.75.75 0 1 0 1.062 1.06l8.154-8.163 2.936 2.94a2.677 2.677 0 0 0 3.79 0l3.055-3.058a2.683 2.683 0 0 0 0-3.791z", clipRule: "evenodd" }))); });
HammerMIcon.displayName = 'HammerMIcon';