@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.12 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 Print32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8.333 4a1 1 0 0 1 1-1h13.334a1 1 0 0 1 1 1v3H28a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-4.333v3a1 1 0 0 1-1 1H9.333a1 1 0 0 1-1-1v-3H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h4.333V4Zm13.334 1v2H10.333V5h11.334Zm1 4H5v14h3.333v-4.667H8a1 1 0 1 1 0-2h16a1 1 0 1 1 0 2h-.333V23H27V9h-4.333ZM10.333 23.999V27h11.334v-8.667H10.333V24Zm11-12.499a.5.5 0 0 0 0 1H24a.5.5 0 0 0 0-1h-2.667Zm-8.5 9.833a.5.5 0 0 1 .5-.5h5.334a.5.5 0 0 1 0 1h-5.334a.5.5 0 0 1-.5-.5Zm.5 2.167a.5.5 0 0 0 0 1h5.334a.5.5 0 0 0 0-1h-5.334Z" })));
};
exports.default = Print32;