@nant-design/nant-icons
Version:
14 lines (9 loc) • 685 B
JSX
import React from 'react';
export const PrintSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M400 96V56a8 8 0 0 0-8-8H120a8 8 0 0 0-8 8v40"/>
<rect x="152" y="264" width="208" height="160" rx="4" ry="4" fill="none"/>
<rect x="152" y="264" width="208" height="160" rx="4" ry="4" fill="none"/>
<path d="M408 112H104a56 56 0 0 0-56 56v208a8 8 0 0 0 8 8h56v72a8 8 0 0 0 8 8h272a8 8 0 0 0 8-8v-72h56a8 8 0 0 0 8-8V168a56 56 0 0 0-56-56Zm-48 308a4 4 0 0 1-4 4H156a4 4 0 0 1-4-4V268a4 4 0 0 1 4-4h200a4 4 0 0 1 4 4Zm34-212.08a24 24 0 1 1 22-22 24 24 0 0 1-22 22Z"/>
</svg>;
};