@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.21 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 Print64 = (_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: "M17.167 8a1.5 1.5 0 0 1 1.5-1.5h26.666a1.5 1.5 0 0 1 1.5 1.5v6.5H56a1.5 1.5 0 0 1 1.5 1.5v32a1.5 1.5 0 0 1-1.5 1.5h-9.167V56a1.5 1.5 0 0 1-1.5 1.5H18.667a1.5 1.5 0 0 1-1.5-1.5v-6.5H8A1.5 1.5 0 0 1 6.5 48V16A1.5 1.5 0 0 1 8 14.5h9.167V8Zm26.666 1.5v5H20.167v-5h23.666Zm1.5 8H9.5v29h7.667V36.167H16a1.5 1.5 0 0 1 0-3h32a1.5 1.5 0 1 1 0 3h-1.167V46.5H54.5v-29h-9.167ZM20.167 47.998V54.5h23.666V36.167H20.167v11.831ZM42.667 23a1 1 0 1 0 0 2H48a1 1 0 1 0 0-2h-5.333Zm-17 19.667a1 1 0 0 1 1-1h10.666a1 1 0 1 1 0 2H26.667a1 1 0 0 1-1-1Zm1 4.333a1 1 0 1 0 0 2h10.666a1 1 0 1 0 0-2H26.667Z" })));
};
exports.default = Print64;