UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 399 B
import * as React from 'react'; export function SvgCheckSquareSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M4 4v24h24V12.187l-2 2V26H6V6h19.813l2-2zm23.281 3.281L16 18.563l-4.281-4.282-1.438 1.438 5 5 .719.687.719-.687 12-12z" }))); } export default SvgCheckSquareSolid;