@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.1 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 Print48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.5 6A1.5 1.5 0 0 1 14 4.5h20A1.5 1.5 0 0 1 35.5 6v4.5H42a1.5 1.5 0 0 1 1.5 1.5v24a1.5 1.5 0 0 1-1.5 1.5h-6.5V42a1.5 1.5 0 0 1-1.5 1.5H14a1.5 1.5 0 0 1-1.5-1.5v-4.5H6A1.5 1.5 0 0 1 4.5 36V12A1.5 1.5 0 0 1 6 10.5h6.5V6Zm20 1.5v3h-17v-3h17Zm1.5 6H7.5v21h5v-7H12a1.5 1.5 0 0 1 0-3h24a1.5 1.5 0 0 1 0 3h-.5v7h5v-21H34ZM15.5 36v4.5h17v-13h-17V36ZM32 17a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4ZM19 32a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm1 3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8Z" })));
};
exports.default = Print48;