@icongo/sti
Version:
Super Tiny Icons
55 lines (54 loc) • 1.92 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIFlutter = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIFlutter = function STIFlutter(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Flutter",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#e8e9eb",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "prefix__a",
x1: 249,
x2: 321,
y1: 401,
y2: 358,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0,
stopOpacity: 0.4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#124793",
stopOpacity: 0
})]
})
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", {
fill: "#075b9d",
d: "m249.1 401 43.3 43.6h115.4l-101-101.7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "url(#prefix__a)",
d: "m334.7 371.2-27.9-28.3-57.7 58.1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#16b9fd",
d: "m191.4 342.9 57.7-58.2 57.7 58.1-57.7 58.2z"
})]
}));
};
exports.STIFlutter = STIFlutter;