UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 377 B
import React from 'react'; export const LinkOutline = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M208 352h-64a96 96 0 0 1 0-192h64m96 0h64a96 96 0 0 1 0 192h-64m-140.71-96h187.42" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="36"/> </svg>; };