@icongo/sti
Version:
Super Tiny Icons
24 lines • 734 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 STIAuthy = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Authy",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#ec1c24",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 46,
d: "m333 131 65 65c35 36 35 96 0 134-34 34-99 36-132 4l-68-69m-19 116-65-65a97 97 0 0 1 0-134c34-35 98-36 131-4l69 69"
})]
}));
export { STIAuthy };