UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HammerMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.HammerMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5729 3.8456L8.51783 6.90404C8.05701 7.36527 8.05695 8.11343 8.51777 8.57466L15.4327 15.4972C15.893 15.958 16.639 15.958 17.0993 15.4972L20.1544 12.4388C20.6152 11.9775 20.6152 11.2293 20.1544 10.7681L13.2394 3.8456C12.7792 3.38481 12.0332 3.38481 11.5729 3.8456ZM14.3007 2.78551C13.2545 1.73816 11.5579 1.73817 10.5117 2.78551L7.45665 5.84391C6.41074 6.8908 6.41068 8.5879 7.45659 9.63479L10.3746 12.556L2.21939 20.72C1.92665 21.013 1.9269 21.4879 2.21995 21.7806C2.51301 22.0733 2.98788 22.0731 3.28061 21.78L11.4347 13.6172L14.3715 16.5573C15.4177 17.6046 17.1143 17.6046 18.1605 16.5573L21.2157 13.4988C22.2614 12.4519 22.2614 10.7549 21.2157 9.70799L14.3007 2.78551Z", fill: "currentColor" }))); }); exports.HammerMIcon.displayName = 'HammerMIcon';