@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.65 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PrintMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PrintMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.82629 2.67238C7.09677 2.4019 7.46363 2.24994 7.84615 2.24994H16.1539C16.5364 2.24994 16.9033 2.4019 17.1737 2.67238C17.4442 2.94287 17.5962 3.30973 17.5962 3.69225V7.78839H19.6154C20.1816 7.78839 20.7245 8.01329 21.1249 8.41361C21.5252 8.81393 21.7501 9.35688 21.7501 9.92301V16.1538C21.7501 16.7199 21.5252 17.2629 21.1249 17.6632C20.7245 18.0635 20.1816 18.2884 19.6154 18.2884H17.5962V20.3077C17.5962 20.6902 17.4442 21.0571 17.1737 21.3276C16.9033 21.598 16.5364 21.75 16.1539 21.75H7.84615C7.46363 21.75 7.09677 21.598 6.82629 21.3276C6.5558 21.0571 6.40384 20.6902 6.40384 20.3077V18.2884H4.38463C3.8185 18.2884 3.27555 18.0635 2.87523 17.6632C2.47491 17.2629 2.25002 16.7199 2.25002 16.1538V9.92301C2.25002 9.35688 2.47491 8.81393 2.87523 8.41361C3.27555 8.01329 3.8185 7.78839 4.38463 7.78839H6.40384V3.69225C6.40384 3.30972 6.5558 2.94287 6.82629 2.67238ZM7.14811 9.28839C7.15002 9.28841 7.15193 9.28842 7.15384 9.28842C7.15576 9.28842 7.15767 9.28841 7.15958 9.28839H16.8404C16.8424 9.28841 16.8443 9.28842 16.8462 9.28842C16.8481 9.28842 16.85 9.28841 16.8519 9.28839H19.6154C19.7838 9.28839 19.9452 9.35526 20.0642 9.47427C20.1832 9.59329 20.2501 9.7547 20.2501 9.92301V16.1538C20.2501 16.3221 20.1832 16.4835 20.0642 16.6025C19.9452 16.7216 19.7838 16.7884 19.6154 16.7884H17.5962V15.4615C17.5962 15.0473 17.2604 14.7115 16.8462 14.7115H7.15384C6.73963 14.7115 6.40384 15.0473 6.40384 15.4615V16.7884H4.38463C4.21632 16.7884 4.05491 16.7216 3.93589 16.6025C3.81688 16.4835 3.75002 16.3221 3.75002 16.1538V9.92301C3.75002 9.7547 3.81688 9.59329 3.93589 9.47427C4.05491 9.35526 4.21632 9.28839 4.38463 9.28839H7.14811ZM7.90384 17.545C7.90386 17.5428 7.90387 17.5406 7.90387 17.5384C7.90387 17.5362 7.90386 17.534 7.90384 17.5318V16.2115H16.0962V20.25H7.90384V17.545ZM16.0962 7.78839H7.90384V3.74994H16.0962V7.78839ZM15.4038 12C15.4038 11.5858 15.7396 11.25 16.1538 11.25H17.5385C17.9527 11.25 18.2885 11.5858 18.2885 12C18.2885 12.4142 17.9527 12.75 17.5385 12.75H16.1538C15.7396 12.75 15.4038 12.4142 15.4038 12Z", fill: "currentColor" }))); });
exports.PrintMIcon.displayName = 'PrintMIcon';