UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 321 B
import * as React from 'react'; export function SvgClone(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 5v17h4v-2H7V7h13v2h2V5H5zm5 5v17h17V10H10zm2 2h13v13H12V12z" }))); } export default SvgClone;