@icongo/sti
Version:
Super Tiny Icons
21 lines • 864 B
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 STIDrone = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Drone",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#1E375A",
d: "m150 112 61 64c-9 14-14 31-14 50 0 54 39 89 89 89 18 0 35-5 50-14l62 63c-32 43-84 70-142 70-98 0-178-77-178-178 0-60 28-112 72-144zm29-17c24-11 50-17 77-17 98 0 178 77 178 178 0 28-6 54-17 77l-56-57c9-14 14-30 14-50 0-53-40-89-89-89-19 0-36 5-50 14zm107 185c-30 0-54-22-54-54s24-53 54-53 53 21 53 53-23 54-53 54z"
})]
}));
export { STIDrone };