@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.48 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 DIY64 = (_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: "M33.06 6.94a1.5 1.5 0 0 0-2.12 0l-8 8a1.5 1.5 0 0 0 0 2.12l24 24a1.5 1.5 0 0 0 1.06.44h8a1.5 1.5 0 0 0 1.5-1.5v-8a1.5 1.5 0 0 0-.44-1.06l-24-24ZM48.622 38.5 31.768 21.646l5.878-5.878L54.5 32.62v5.88h-5.879Zm-12.39-24.146-5.878 5.878L26.12 16 32 10.121l4.232 4.233ZM7.426 11.948a1.5 1.5 0 0 1 1.635.325l42.666 42.666a1.5 1.5 0 0 1-1.06 2.561H8A1.5 1.5 0 0 1 6.5 56V13.333a1.5 1.5 0 0 1 .926-1.386ZM9.5 16.954V54.5h37.545l-7.399-7.399-1.606 1.606a1 1 0 0 1-1.414-1.414l1.606-1.606-3.919-3.92-2.94 2.94a1 1 0 0 1-1.413-1.414l2.939-2.94-3.92-3.919-1.605 1.606a1 1 0 1 1-1.414-1.414l1.606-1.606-3.92-3.919-2.939 2.94a1 1 0 1 1-1.414-1.415l2.94-2.94-3.92-3.918-1.606 1.606a1 1 0 0 1-1.414-1.414l1.606-1.606-7.399-7.4Zm8.784 20.788a1 1 0 0 1 1.09.217l6.666 6.666a1 1 0 0 1-.707 1.707h-6.666a1 1 0 0 1-1-1v-6.666a1 1 0 0 1 .617-.924Zm1.383 3.338v3.252h3.252l-3.252-3.252Z" })));
};
exports.default = DIY64;