UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 1.59 kB
import React from 'react'; export const Printer = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M17.016 16.119v1.948c0 .457-.082.859-.257 1.2-.246.478-.715.719-1.317.733H4.725c-.594 0-1.082-.217-1.386-.662-.243-.357-.37-.779-.385-1.271v-1.948h-1.02c-.737 0-1.3-.22-1.599-.733-.223-.382-.327-.871-.333-1.476V6.025C-.02 5.389.11 4.868.427 4.482c.383-.468 1.047-.594 1.956-.518h.634V2.08c-.022-.636.108-1.156.425-1.543C3.825.071 4.49-.055 5.398.02h9.831c.628.022 1.113.204 1.407.61.234.322.355.728.38 1.241v2.093h1.198c.627.022 1.112.203 1.406.609.234.322.355.729.38 1.242v8.097c-.002.626-.046 1.094-.219 1.418-.268.5-.764.723-1.59.789h-1.175zm0-1.34l1.12.002c.208-.017.327.005.435-.108.108-.114.089-.39.09-.763V5.848c-.011-.238-.033-.318-.107-.405-.074-.088-.13-.13-.363-.139L2.329 5.302c-.569.002-.7.002-.82.14-.12.14-.18.198-.168.56v7.902c.004.384.016.568.103.708s.18.167.49.167h1.02v-2.627H2.82a.67.67 0 0 1 0-1.34h14.404a.67.67 0 0 1 0 1.34h-.208v2.627zm-1.339-2.627H4.294v5.894c.006.227.058.4.151.536.033.048.1.078.28.078h10.701c.132-.003.144-.009.142-.006.07-.135.11-.33.11-.587v-5.915zm0-8.188v-2.06c-.012-.237-.059-.397-.125-.487-.005-.008-.112-.048-.346-.056l-9.862-.003c-.557-.045-.851.011-.866.03-.082.1-.134.309-.122.67v1.906h11.32zm.407 5.97a2.01 2.01 0 1 1 .001-4.018 2.01 2.01 0 0 1-.001 4.019zm0-1.34a.67.67 0 1 0 0-1.34.67.67 0 0 0 0 1.34zM5.72 14.232a.67.67 0 0 1 0-1.34h8.579a.67.67 0 0 1 0 1.34h-8.58zm0 1.896a.67.67 0 0 1 0-1.34h8.579a.67.67 0 0 1 0 1.34h-8.58zm0 1.897a.67.67 0 0 1 0-1.34h8.579a.67.67 0 0 1 0 1.34h-8.58z" fillRule="evenodd" /></svg> );