UNPKG

@navinc/base-react-components

Version:
13 lines (10 loc) 986 B
import React from 'react' const LinkOut = (props) => ( <svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:link-out" {...props}> <path d="M19,6.41421356 L9.70710678,15.7071068 C9.31658249,16.0976311 8.68341751,16.0976311 8.29289322,15.7071068 C7.90236893,15.3165825 7.90236893,14.6834175 8.29289322,14.2928932 L17.5857864,5 L15,5 C14.4477153,5 14,4.55228475 14,4 C14,3.44771525 14.4477153,3 15,3 L20,3 C20.5522847,3 21,3.44771525 21,4 L21,9 C21,9.55228475 20.5522847,10 20,10 C19.4477153,10 19,9.55228475 19,9 L19,6.41421356 Z M19,13 C19,12.4477153 19.4477153,12 20,12 C20.5522847,12 21,12.4477153 21,13 L21,19.0024554 C21,20.1067012 20.1063057,21 19.0001464,21 L4.99985364,21 C3.89484758,21 3,20.1068237 3,19.0001464 L3,4.99985364 C3,3.89582351 3.89356627,3 4.99754465,3 L11,3 C11.5522847,3 12,3.44771525 12,4 C12,4.55228475 11.5522847,5 11,5 L5,5 L5,19 L19,19 L19,13 Z" fillRule="nonzero" /> </svg> ) export default LinkOut