@nant-design/nant-icons
Version:
8 lines (6 loc) • 362 B
JSX
import React from 'react';
export const BookmarkOutline = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M352 48H160a48 48 0 0 0-48 48v368l144-128 144 128V96a48 48 0 0 0-48-48Z" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};