ohctechv3/.svn/pristine/0a/0a5339d7fabadaffcab5f0b0251ae33e3d25aeed.svn-base
2024-10-28 15:03:36 +05:30

7 lines
262 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "M5 13.18v4L12 21l7-3.82v-4L12 17zM12 3 1 9l11 6 9-4.91V17h2V9z"
}), 'SchoolSharp');