@icongo/sti
Version:
Super Tiny Icons
29 lines (28 loc) • 1.71 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIFloatplane = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIFloatplane = function STIFloatplane(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": "Floatplane",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#0085ff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "m342.7 283 2.3-9a19 19 0 0 0 1-7.2 37.4 37.4 0 0 0-3.3-10l-85.5 79.8s5.2 5.4 13.3 0c4-2.7 20.9-14.5 37.7-26.6l100.5 78.3a5.8 5.8 0 0 0 6.7.4l22.1-14.1zm-123 31 46.9-36 18 14 29.8-36-9.8-9.6 3.1-11.3a33.4 33.4 0 0 0 1.8-12.8 48 48 0 0 0-5.3-14.4L186.6 325.6s3.6 3 11.3 0l33.2 30.7a3.6 3.6 0 0 0 4 .5l11.3-6.7zM199 293.2l-36.5-27.5-6.7 11.3a3.2 3.2 0 0 0 .5 4l30.8 33.3zm65.7-86.9-8.4-8.7 2.2-8.9a25.8 25.8 0 0 0 1-9 35.2 35.2 0 0 0-4-10l-79.8 85.5s5.4 5.2 13.2-.8c3.5-2.7 17.3-14 32-26.3l13.6 17.4zm-36-37.3-91-94-14.2 22.1a5.8 5.8 0 0 0 .5 6.7L202.9 205zM209 118.6a147.9 147.9 0 0 1 46-7.3 146 146 0 0 1 146 146 147.9 147.9 0 0 1-7.2 46l16.5 16.6A167.5 167.5 0 0 0 192.5 102Zm140.25 250.44A146.12 146.12 0 0 1 143.3 163.1l-13.4-17a167.5 167.5 0 0 0 236.5 236.5z"
})]
}));
};
exports.STIFloatplane = STIFloatplane;