@icongo/sti
Version:
Super Tiny Icons
47 lines • 1.38 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 STIFlutter = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Flutter",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#e8e9eb",
rx: "15%"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 249,
x2: 321,
y1: 401,
y2: 358,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopOpacity: 0.4
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#124793",
stopOpacity: 0
})]
})
}), /*#__PURE__*/_jsx("path", {
fill: "#5cc8f8",
d: "m191.4 342.9 57.7 58.1 158.7-159.9H292.4zm101-276.2h115.4L162.6 313.8l-57.7-58.1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#075b9d",
d: "m249.1 401 43.3 43.6h115.4l-101-101.7z"
}), /*#__PURE__*/_jsx("path", {
fill: "url(#prefix__a)",
d: "m334.7 371.2-27.9-28.3-57.7 58.1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#16b9fd",
d: "m191.4 342.9 57.7-58.2 57.7 58.1-57.7 58.2z"
})]
}));
export { STIFlutter };