@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.84 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 Craftsman64 = (_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: "M27 5.333a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2.031c5.645 2.021 9.71 7.366 9.83 13.68.038-.034.074-.07.11-.105a1.5 1.5 0 1 1 2.12 2.122c-.61.611-1.367 1.145-2.227 1.61v2.001c-.002 7.112-5.01 13.054-11.691 14.495H40c3.262 0 6.299 2 8.436 4.316 2.12 2.297 3.73 5.313 3.73 7.85V56a1.5 1.5 0 0 1-1.5 1.5H13.334a1.5 1.5 0 0 1-1.5-1.5v-2.666c0-2.538 1.61-5.554 3.732-7.851 2.136-2.315 5.173-4.316 8.435-4.316h4.858c-6.683-1.441-11.691-7.386-11.691-14.5V24.67c-.86-.464-1.616-.998-2.228-1.61a1.5 1.5 0 1 1 2.122-2.12c.035.035.071.07.108.104.12-6.314 4.185-11.659 9.83-13.68v-2.03Zm-6.833 20.58v.757C20.168 33.204 25.466 38.5 32 38.5c6.535 0 11.833-5.298 11.833-11.833v-.753c-.643.205-1.31.386-1.99.546-2.968.699-6.42 1.04-9.843 1.04-3.424 0-6.875-.341-9.843-1.04-.68-.16-1.347-.341-1.99-.546Zm23.666-3.174c-.787.298-1.682.567-2.676.801-2.699.635-5.914.96-9.157.96-3.243 0-6.458-.325-9.156-.96a21.636 21.636 0 0 1-2.677-.8v-1.406c0-4.747 2.796-8.844 6.833-10.73v4.063a1 1 0 0 0 2 0V6.333h6v8.334a1 1 0 0 0 2 0v-4.062a11.836 11.836 0 0 1 6.833 10.729v1.405ZM17.77 47.518c-1.88 2.036-2.936 4.353-2.936 5.816V54.5h34.334v-1.166c0-1.463-1.056-3.78-2.936-5.816-1.863-2.019-4.16-3.351-6.231-3.351H24c-2.072 0-4.368 1.332-6.231 3.35Z" })));
};
exports.default = Craftsman64;