UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 347 B
import * as React from 'react'; export function SvgFlipboard(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 5v22h22V5H5zm2 2h18v18H7V7zm2 2v14h6v-4h4v-4h4V9H9zm2 2h10v2h-4v4h-4v4h-2V11z" }))); } export default SvgFlipboard;