@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.63 kB
JavaScript
"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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_3116_934)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.77996 1.72332L5.38546 4.12047C5.08754 4.41866 5.08748 4.90247 5.3854 5.20066L10.8052 10.6264C11.1027 10.9242 11.5846 10.9242 11.882 10.6264L14.2766 8.22929C14.5745 7.93107 14.5745 7.44724 14.2766 7.14903L8.85674 1.72332C8.55931 1.42557 8.07741 1.42557 7.77996 1.72332ZM9.91797 0.66323C9.03462 -0.221081 7.60209 -0.221071 6.71874 0.663226L4.32428 3.06034C3.44127 3.94419 3.44121 5.37694 4.32422 6.26079L6.49682 8.43578L0.219385 14.72C-0.0733501 15.013 -0.0730962 15.4879 0.219955 15.7806C0.513006 16.0734 0.987879 16.0731 1.28061 15.78L7.5569 9.49702L9.74401 11.6865C10.6274 12.5708 12.0599 12.5708 12.9433 11.6865L15.3378 9.28937C16.2207 8.40549 16.2207 6.97282 15.3378 6.08895L9.91797 0.66323Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_3116_934" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.HammerSIcon.displayName = 'HammerSIcon';