UNPKG

@icongo/sti

Version:
24 lines 730 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var STIOpencast = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Opencast", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/_jsx("path", { fill: "#24425d", d: "m38 256 156-156v72l-84 84 84 84v72z" }), /*#__PURE__*/_jsx("path", { fill: "#4bb07b", d: "M474 256 318 100v72l84 84-84 84v72zm-124 0L194 100v72l84 84-84 84v72z" })] })); export { STIOpencast };