@nant-design/nant-icons
Version:
8 lines (6 loc) • 410 B
JSX
import React from 'react';
export const TabletLandscapeOutline = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<rect x="80" y="16" width="352" height="480" rx="48" ry="48" transform="rotate(-90 256 256)" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};