@icongo/sti
Version:
Super Tiny Icons
46 lines • 1.14 kB
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 STITwilio = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "1em",
height: "1em",
"aria-label": "Twilio",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "#f22f46",
children: [/*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 256
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 188,
fill: "#fff"
}), /*#__PURE__*/_jsx("circle", {
id: "prefix__a",
cx: 193,
cy: 193,
r: 53
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
x: 126
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
y: 126
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
x: 126,
y: 126
})]
})]
}));
export { STITwilio };