@icongo/sti
Version:
Super Tiny Icons
20 lines • 831 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 STIAcast = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Acast",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "M256 64a192 192 0 1 0 39 380l152-212c-12-95-93-168-191-168zm8 74c76 0 113 37 113 71l-93 134c-12 19-40 33-68 33-48 0-79-23-79-58 0-64 106-68 145-68v-42c0-8 0-24-19-24-17 0-18 11-18 14l2 14c0 14-18 24-45 24-29 0-47-15-47-39 0-30 39-59 109-59zm-28 169c0 13 8 20 21 20s23-10 23-22l1-31c-30 0-45 15-45 33z"
})]
}));
export { STIAcast };