UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PrintSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "17", height: "17", viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.96556 0.402248C4.22311 0.144693 4.57243 0 4.93667 0H12.0633C12.4275 0 12.7769 0.144692 13.0344 0.402248C13.292 0.659804 13.4367 1.00912 13.4367 1.37336V4.75108H15.0327C15.5545 4.75108 16.0548 4.95835 16.4238 5.32727C16.7927 5.6962 17 6.19658 17 6.71833V12.0633C17 12.585 16.7927 13.0854 16.4238 13.4543C16.0548 13.8233 15.5545 14.0305 15.0327 14.0305H13.4367V15.6266C13.4367 15.9908 13.292 16.3402 13.0344 16.5977C12.7768 16.8553 12.4275 17 12.0633 17H4.93667C4.57243 17 4.22311 16.8553 3.96556 16.5977C3.708 16.3402 3.56331 15.9908 3.56331 15.6266V14.0305H1.96724C1.4455 14.0305 0.945122 13.8233 0.576193 13.4543C0.207263 13.0854 0 12.585 0 12.0633V6.71833C0 6.19658 0.207263 5.6962 0.576193 5.32727C0.945122 4.95835 1.4455 4.75108 1.96724 4.75108H3.56331V1.37336C3.56331 1.00912 3.708 0.659802 3.96556 0.402248ZM1.96724 6.31003C1.85896 6.31003 1.75511 6.35305 1.67854 6.42962C1.60197 6.50619 1.55895 6.61004 1.55895 6.71833V12.0633C1.55895 12.1716 1.60197 12.2754 1.67854 12.352C1.75511 12.4286 1.85896 12.4716 1.96724 12.4716H3.56331V11.4694C3.56331 11.0389 3.91229 10.6899 4.34279 10.6899H12.6572C13.0877 10.6899 13.4367 11.0389 13.4367 11.4694V12.4716H15.0327C15.141 12.4716 15.2449 12.4286 15.3214 12.352C15.398 12.2754 15.441 12.1716 15.441 12.0633V6.71833C15.441 6.61004 15.398 6.50619 15.3214 6.42962C15.2449 6.35305 15.141 6.31003 15.0327 6.31003H1.96724ZM11.8777 4.75108H5.12226V1.55895H11.8777V4.75108ZM11.8777 12.2489H5.12226V15.441H11.8777V12.2489ZM11.2838 8.49998C11.2838 8.06949 11.6328 7.72051 12.0633 7.72051H13.2511C13.6816 7.72051 14.0305 8.06949 14.0305 8.49998C14.0305 8.93047 13.6816 9.27946 13.2511 9.27946H12.0633C11.6328 9.27946 11.2838 8.93047 11.2838 8.49998Z", fill: "currentColor" }))); }); PrintSIcon.displayName = 'PrintSIcon';