react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 362 B
JavaScript
import * as React from 'react';
export function SvgCaretLeftSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M20 4.594L18.281 6.28l-9 9-.687.719.687.719 9 9L20 27.406zm-2 4.843v13.126L11.437 16z" })));
}
export default SvgCaretLeftSolid;