@icongo/sti
Version:
Super Tiny Icons
43 lines • 1.37 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 STIKeepassdx = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "KeePassDX",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#43A047",
rx: "15%"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("filter", {
id: "prefix__a",
width: "124%",
height: "130%",
x: "-12%",
children: /*#__PURE__*/_jsx("feDropShadow", {
dx: 1,
dy: 10,
floodOpacity: 0.45,
stdDeviation: 10
})
})
}), /*#__PURE__*/_jsx("path", {
fill: "#eaeaea",
d: "M282.8 195.2 109.4 368.8l-.5 35 35-.5 36.3-36.3h39.1v-36.8h36.8v-39.1l57.2-57.2-30.5-38.7z",
filter: "url(#prefix__a)"
}), /*#__PURE__*/_jsx("path", {
fill: "#c6c6c6",
d: "m108.8 109.4.5 35 259 259 35 .5-.5-35-258.9-259-35-.5z",
filter: "url(#prefix__a)"
}), /*#__PURE__*/_jsx("path", {
fill: "#eaeaea",
d: "M346.2 84.8a82.8 82.8 0 1 0 57.4 24.3 82.8 82.8 0 0 0-57.4-24.3zm32.5 61.3a24.5 24.5 0 1 1-24.5 24.5 24.5 24.5 0 0 1 24.5-24.5z",
filter: "url(#prefix__a)"
})]
}));
export { STIKeepassdx };