UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 395 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgSchoolFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M23 19h-1V9h-4V6.586l-6-6-6 6V9H2v10H1v2h22zM6 19H4v-8h2zm12-8h2v8h-2zm-7 1h2v7h-2z" }) })); const Memo = memo(SvgSchoolFill); export default Memo;