@icongo/sti
Version:
Super Tiny Icons
41 lines • 1.29 kB
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 STIAndotp = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "andOTP",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("filter", {
id: "prefix__a",
children: /*#__PURE__*/_jsx("feGaussianBlur", {
stdDeviation: 3
})
})
}), /*#__PURE__*/_jsx("use", {
fill: "#666",
filter: "url(#prefix__a)",
href: "#prefix__b",
transform: "translate(2 2)"
}), /*#__PURE__*/_jsx("g", {
fill: "#6abf69",
children: /*#__PURE__*/_jsx("circle", {
id: "prefix__b",
cx: 256,
cy: 256,
r: 192
})
}), /*#__PURE__*/_jsx("path", {
fill: "#fc0",
d: "M256 117a139 139 0 0 0-139 139 139 139 0 0 0 139 139 139 139 0 0 0 139-139 139 139 0 0 0-139-139zm0 38c45 0 85 30 97 73H159c12-43 52-73 97-73zm0 115a20 20 0 0 1 20 20 20 20 0 0 1-12 18l16 36h-48l15-36a20 20 0 0 1-11-18 20 20 0 0 1 20-20z"
})]
}));
export { STIAndotp };