@icongo/sti
Version:
Super Tiny Icons
38 lines • 1.28 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 STIMessenger = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Messenger",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 256,
x2: 256,
y1: 78.2,
y2: 441.2,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#00B2FF"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#006AFF"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "url(#prefix__a)",
d: "M193.6 424.6a14.5 14.5 0 0 1 9.8-.7 176.4 176.4 0 1 0-72.2-38.9 14.7 14.7 0 0 1 5 10.4l1 32.3a14.6 14.6 0 0 0 20.4 12.9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M282.2 246a11 11 0 0 0 13 0l57.5-43.6a8.6 8.6 0 0 1 12.5 11.5l-53.4 84.7a27.3 27.3 0 0 1-39.4 7.3L229.9 274a11 11 0 0 0-13.2 0l-57.4 43.6a8.6 8.6 0 0 1-12.5-11.5l53.4-84.7a27.3 27.3 0 0 1 39.5-7.3z"
})]
}));
export { STIMessenger };