UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 456 B
import * as React from 'react'; export function SvgUniversitySolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 3.875l-.438.219L5.563 9 5 9.281V11h22V9.281L26.437 9l-10-4.906zm0 2.25L21.875 9h-11.75zM7 12v10H6v2h20v-2h-1V12h-2v10h-2V12h-2v10h-2V12h-2v10h-2V12h-2v10H9V12zM4 25v2h24v-2z" }))); } export default SvgUniversitySolid;