UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HammerSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.HammerSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#HammerSIcon__a)" }, react_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "HammerSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.HammerSIcon.displayName = 'HammerSIcon';