UNPKG

@theguild/components

Version:
6 lines (5 loc) 657 B
import { jsx } from "react/jsx-runtime"; const SvgHonour = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M20.1 4.8V18.0489C20.1001 18.1362 20.0748 18.2217 20.0272 18.2949C19.9795 18.3681 19.9117 18.4258 19.8318 18.4611L12 21.927L4.16818 18.462C4.08802 18.4266 4.01994 18.3686 3.97229 18.295C3.92465 18.2215 3.89952 18.1356 3.89998 18.048V4.8H2.09998V3H21.9V4.8H20.1ZM5.69998 4.8V17.1705L12 19.9605L18.3 17.1705V4.8H5.69998ZM8.39998 8.4H15.6V10.2H8.39998V8.4ZM8.39998 12H15.6V13.8H8.39998V12Z" }) }); export { SvgHonour as ReactComponent };