UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 382 B
import * as React from 'react'; export function SvgExternalLinkSquareAltSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 5v22h22V5zm2 2h18v18H7zm6 3v2h5.563L9.28 21.281l1.438 1.438L20 13.437V19h2v-9z" }))); } export default SvgExternalLinkSquareAltSolid;