@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.15 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PrintMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.826 2.672c.27-.27.638-.422 1.02-.422h8.308a1.44 1.44 0 0 1 1.442 1.442v4.096h2.02a2.135 2.135 0 0 1 2.134 2.135v6.23a2.135 2.135 0 0 1-2.135 2.135h-2.019v2.02a1.44 1.44 0 0 1-1.442 1.442H7.846a1.443 1.443 0 0 1-1.442-1.442v-2.02h-2.02a2.135 2.135 0 0 1-2.134-2.134V9.923a2.135 2.135 0 0 1 2.135-2.135h2.019V3.692c0-.382.152-.75.422-1.02m.322 6.616h12.467a.635.635 0 0 1 .635.635v6.23a.635.635 0 0 1-.635.635h-2.019v-1.327a.75.75 0 0 0-.75-.75H7.154a.75.75 0 0 0-.75.75v1.327h-2.02a.634.634 0 0 1-.634-.634V9.923a.635.635 0 0 1 .635-.635zm.756 8.257v-1.333h8.192v4.038H7.904zm8.192-9.757H7.904V3.75h8.192zM15.404 12a.75.75 0 0 1 .75-.75h1.384a.75.75 0 0 1 0 1.5h-1.384a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
PrintMIcon.displayName = 'PrintMIcon';