UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PrintSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PrintSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "17", height: "17", fill: "none", viewBox: "0 0 17 17" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.966.402C4.223.145 4.572 0 4.936 0h7.127a1.373 1.373 0 0 1 1.374 1.373v3.378h1.596A1.967 1.967 0 0 1 17 6.718v5.345a1.967 1.967 0 0 1-1.967 1.967h-1.596v1.597A1.373 1.373 0 0 1 12.063 17H4.937a1.373 1.373 0 0 1-1.374-1.373V14.03H1.967A1.967 1.967 0 0 1 0 12.064V6.718a1.967 1.967 0 0 1 1.967-1.967h1.596V1.373c0-.364.145-.713.403-.97M1.967 6.31a.41.41 0 0 0-.408.408v5.345a.41.41 0 0 0 .408.409h1.596v-1.003c0-.43.35-.78.78-.78h8.314c.43 0 .78.35.78.78v1.003h1.596a.41.41 0 0 0 .408-.409V6.718a.41.41 0 0 0-.408-.408zm9.91-1.559H5.123V1.56h6.756zm0 7.498H5.123v3.192h6.756zM11.285 8.5c0-.43.349-.78.78-.78h1.187a.78.78 0 0 1 0 1.56h-1.188a.78.78 0 0 1-.78-.78", clipRule: "evenodd" }))); }); exports.PrintSIcon.displayName = 'PrintSIcon';