UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

20 lines (19 loc) 791 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; // THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default function SchoolTwoToneIcon(props) { const { ref, ...remaining } = props; return /*#__PURE__*/ _jsxs(SVGIcon, { ...remaining, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M7 12.27v3.72l5 2.73 5-2.73v-3.72L12 15zM5.18 9 12 12.72 18.82 9 12 5.28z", opacity: ".3" }), /*#__PURE__*/ _jsx("path", { d: "M12 3 1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9zm5 12.99-5 2.73-5-2.73v-3.72L12 15l5-2.73zm-5-3.27L5.18 9 12 5.28 18.82 9z" }) ] }); }