@icongo/sti
Version:
Super Tiny Icons
23 lines • 713 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIUdemy = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Udemy",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#a435f0",
d: "m256 121.5-94.5 57v-57l94.5-57 94.5 57v57z"
}), /*#__PURE__*/_jsx("path", {
d: "M161.5 226.5H211V352a45 49 0 0 0 90 0V226.5h49.5V356a94.5 91.5 0 0 1-189 0z"
})]
}));
export { STIUdemy };