@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.57 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const HardHat64 = (_a) => {
var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M24 11.833a1.5 1.5 0 0 0-1.5 1.5v3.54c-6.345 3.395-10.667 10.088-10.667 17.793v4.251c-2.959.311-5.333 2.806-5.333 5.908 0 2.53 1.642 4.861 4.257 5.421 3.776.809 10.858 1.92 21.243 1.92 10.385 0 17.467-1.111 21.243-1.92 2.615-.56 4.257-2.89 4.257-5.421 0-3.102-2.374-5.597-5.333-5.908v-4.25c0-7.706-4.322-14.399-10.667-17.794v-3.54a1.5 1.5 0 0 0-1.5-1.5H24Zm1.5 5.93v11.57a1.5 1.5 0 0 1-3 0v-8.967c-4.623 3.077-7.667 8.334-7.667 14.3v7.391l-1.613-.123-.527-.04C10.97 41.76 9.5 43.119 9.5 44.825c0 1.262.791 2.253 1.885 2.488 3.575.765 10.446 1.854 20.615 1.854 10.169 0 17.04-1.089 20.615-1.854 1.094-.235 1.885-1.226 1.885-2.488 0-1.706-1.47-3.065-3.193-2.931l-.527.04-1.613.123v-7.39c0-5.967-3.044-11.224-7.667-14.302v8.968a1.5 1.5 0 0 1-3 0v-14.5h-13v2.93Zm-4.082 23.796a1 1 0 1 0-.17 1.993c3.066.26 6.65.435 10.752.435 4.103 0 7.686-.175 10.751-.435a1 1 0 1 0-.169-1.992c-3.009.255-6.536.427-10.582.427-4.046 0-7.573-.172-10.582-.428Z" })));
};
exports.default = HardHat64;