UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 389 B
import * as React from 'react'; export function SvgCaretSquareLeftSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 5v22h22V5zm2 2h18v18H7zm10.781 2.281l-6 6-.687.719.687.719 6 6 1.438-1.438L13.937 16l5.282-5.281z" }))); } export default SvgCaretSquareLeftSolid;