@nant-design/nant-icons
Version:
10 lines (7 loc) • 458 B
JSX
import React from 'react';
export const TvOutline = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<rect x="32" y="96" width="448" height="272" rx="32.14" ry="32.14" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
<path d="M128 416h256" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/>
</svg>;
};