@nant-design/nant-icons
Version:
10 lines (7 loc) • 418 B
JSX
import React from 'react';
export const JournalOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<rect x="96" y="48" width="320" height="416" rx="48" ry="48" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<path d="M320 48v416" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="60"/>
</svg>;
};