@icongo/sti
Version:
Super Tiny Icons
24 lines • 971 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 STIOpenvpn = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "OpenVPN",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#036",
d: "M315.9 261.2c0-33.6-27-60.7-60.7-60.7A60.6 60.6 0 0 0 233.8 318l-23.7 124.7h90.2l-23-124.7a61 61 0 0 0 38.6-56.7"
}), /*#__PURE__*/_jsx("path", {
fill: "#ea7e20",
d: "M448 260.4C448 155.4 361.8 70 256 70S64 155.3 64 260.4c0 69.7 37.7 130.4 94.4 163.2l12.3-81.2A112.7 112.7 0 0 1 141 267c0-62.3 51-113.2 114-113.2 63.3 0 114.1 50.9 114.1 113.2 0 29.6-11.5 55.8-29.5 76.3l12.3 81.3c57.4-32.9 96-94.4 96-164.1"
})]
}));
export { STIOpenvpn };