UNPKG

@raid-ui/icons

Version:
1 lines 967 B
function _extends(){return(_extends=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t}).apply(this,arguments)}import*as React from"react";import{Icon}from"./icon.js";const O=({strokeWidth:t,titleId:e,title:r})=>React.createElement("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:t,strokeLinecap:"round",strokeLinejoin:"round",width:"100%",height:"100%",focusable:!1,"aria-labelledby":"Printer-icon"},r?React.createElement("title",{id:e},r):null,React.createElement("path",{d:"M6 9V2h12v7M6 18H4a2 2 0 01-2-2v-5a2 2 0 012-2h16a2 2 0 012 2v5a2 2 0 01-2 2h-2"}),React.createElement("path",{d:"M6 14h12v8H6z"}));export const Printer=t=>React.createElement(Icon,t,React.createElement(O,_extends({strokeWidth:t.strokeWidth,title:t.title,titleId:t.titleId},t)));Printer.defaultProps={strokeWidth:2,title:"Printer",titleId:"Printer-icon"};