@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.07 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var HammerSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#HammerSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.78 1.723 5.385 4.12a.764.764 0 0 0 0 1.08l5.42 5.426a.76.76 0 0 0 1.077 0l2.395-2.397a.765.765 0 0 0 0-1.08l-5.42-5.426a.76.76 0 0 0-1.077 0M9.918.663a2.26 2.26 0 0 0-3.2 0L4.325 3.06a2.264 2.264 0 0 0 0 3.2l2.173 2.176L.219 14.72a.75.75 0 1 0 1.062 1.06l6.276-6.283 2.187 2.19a2.26 2.26 0 0 0 3.2 0l2.394-2.398a2.265 2.265 0 0 0 0-3.2z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "HammerSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
HammerSIcon.displayName = 'HammerSIcon';