@icongo/sti
Version:
Super Tiny Icons
28 lines • 735 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 STIYubico = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Yubico",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 233,
fill: "none",
stroke: "#98c93c",
strokeWidth: 45
}), /*#__PURE__*/_jsx("path", {
fill: "#98c93c",
d: "M256 407h-71l33-77-80-202h69l49 132 46-132h68"
})]
}));
export { STIYubico };