UNPKG

@nant-design/nant-icons

Version:

14 lines (9 loc) 755 B
import React from 'react'; export const PrintOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M384 368h24a40.12 40.12 0 0 0 40-40V168a40.12 40.12 0 0 0-40-40H104a40.12 40.12 0 0 0-40 40v160a40.12 40.12 0 0 0 40 40h24" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <rect x="128" y="240" width="256" height="208" rx="24.32" ry="24.32" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <path d="M384 128v-24a40.12 40.12 0 0 0-40-40H168a40.12 40.12 0 0 0-40 40v24" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <circle cx="392" cy="184" r="24"/> </svg>; };