UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 554 B
import * as React from 'react'; export function SvgBorderNoneSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 5v4h2V7h2V5H5zm6 0v2h4V5h-4zm6 0v2h4V5h-4zm6 0v2h2v2h2V5h-4zm-8 4v4h2V9h-2zM5 11v4h2v-4H5zm20 0v4h2v-4h-2zM9 15v2h4v-2H9zm6 0v2h2v-2h-2zm4 0v2h4v-2h-4zM5 17v4h2v-4H5zm20 0v4h2v-4h-2zm-10 2v4h2v-4h-2zM5 23v4h4v-2H7v-2H5zm20 0v2h-2v2h4v-4h-2zm-14 2v2h4v-2h-4zm6 0v2h4v-2h-4z" }))); } export default SvgBorderNoneSolid;