@nant-design/nant-icons
Version:
10 lines (7 loc) • 515 B
JSX
import React from 'react';
export const BookmarksOutline = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M128 80V64a48.14 48.14 0 0 1 48-48h224a48.14 48.14 0 0 1 48 48v368l-80-64" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
<path d="M320 96H112a48.14 48.14 0 0 0-48 48v352l152-128 152 128V144a48.14 48.14 0 0 0-48-48Z" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};