UNPKG

@nant-design/nant-icons

Version:

14 lines (9 loc) 948 B
import React from 'react'; export const DocumentsOutline = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M336 264.13V436c0 24.3-19.05 44-42.95 44H107c-23.95 0-43-19.7-43-44V172a44.26 44.26 0 0 1 44-44h94.12a24.55 24.55 0 0 1 17.49 7.36l109.15 111a25.4 25.4 0 0 1 7.24 17.77Z" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/> <path d="M200 128v108a28.34 28.34 0 0 0 28 28h108" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path d="M176 128V76a44.26 44.26 0 0 1 44-44h94a24.83 24.83 0 0 1 17.61 7.36l109.15 111A25.09 25.09 0 0 1 448 168v172c0 24.3-19.05 44-42.95 44H344" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/> <path d="M312 32v108a28.34 28.34 0 0 0 28 28h108" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> </svg>; };