@nant-design/nant-icons
Version:
16 lines (10 loc) • 986 B
JSX
import React from 'react';
export const LibraryOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<rect x="32" y="96" width="64" height="368" rx="16" ry="16" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<path d="M112 224h128M112 400h128" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<rect x="112" y="160" width="128" height="304" rx="16" ry="16" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="256" y="48" width="96" height="416" rx="16" ry="16" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<path d="m422.46 96.11-40.4 4.25c-11.12 1.17-19.18 11.57-17.93 23.1l34.92 321.59c1.26 11.53 11.37 20 22.49 18.84l40.4-4.25c11.12-1.17 19.18-11.57 17.93-23.1L445 115c-1.31-11.58-11.42-20.06-22.54-18.89Z" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};