alinea
Version:
Headless git-based CMS
27 lines (25 loc) • 762 B
JavaScript
import "../../chunks/chunk-NZLE2WMY.js";
// src/ui/icons/MdiTwitterCircle.tsx
import { jsx } from "react/jsx-runtime";
function MdiTwitterCircle(props) {
return /* @__PURE__ */ jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "0.88em",
height: "1em",
viewBox: "0 0 448 512",
...props,
children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm297.1 84L257.3 234.6L379.4 396h-95.6L209 298.1L123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5l78.2-89.5zm-37.8 251.6L153.4 142.9h-28.3l171.8 224.7h26.3z"
}
)
}
);
}
export {
MdiTwitterCircle
};