UNPKG

@icongo/sti

Version:
49 lines (48 loc) 1.8 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIAndotp = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIAndotp = function STIAndotp(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "andOTP", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("filter", { id: "prefix__a", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", { stdDeviation: 3 }) }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", { fill: "#666", filter: "url(#prefix__a)", href: "#prefix__b", transform: "translate(2 2)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", { fill: "#6abf69", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { id: "prefix__b", cx: 256, cy: 256, r: 192 }) }), /*#__PURE__*/(0, _jsxRuntime.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" })] })); }; exports.STIAndotp = STIAndotp;