@nant-design/nant-icons
Version:
10 lines (7 loc) • 527 B
JSX
import React from 'react';
export const WatchOutline = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<rect x="112" y="112" width="288" height="288" rx="64" ry="64" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
<path d="M176 112V40a8 8 0 0 1 8-8h144a8 8 0 0 1 8 8v72m0 288v72a8 8 0 0 1-8 8H184a8 8 0 0 1-8-8v-72" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};