react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 528 B
JavaScript
import * as React from 'react';
export function SvgBuromobelexperte(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M5 5v6h6V5H5zm8 0v6h6V5h-6zm8 0v6h6V5h-6zM7 7h2v2H7V7zm8 0h2v2h-2V7zm8 0h2v2h-2V7zM5 13v6h6v-6H5zm8 0v6h6v-6h-6zm8 0v6h6v-6h-6zM7 15h2v2H7v-2zm8 0h2v2h-2v-2zm8 0h2v2h-2v-2zM5 21v6h6v-6H5zm8 0v6h6v-6h-6zm8 0v6h6v-6h-6zM7 23h2v2H7v-2zm8 0h2v2h-2v-2z" })));
}
export default SvgBuromobelexperte;