@icongo/sti
Version:
Super Tiny Icons
38 lines • 972 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 STILock = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Lock",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#29303d",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "#29303d",
children: [/*#__PURE__*/_jsx("path", {
stroke: "#e0e4eb",
strokeWidth: 32,
d: "M346 214v-37c0-123-180-123-180 0v37"
}), /*#__PURE__*/_jsx("rect", {
width: 280,
height: 210,
x: 115,
y: 210,
fill: "#ff0",
rx: "5%"
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 296,
r: 28
}), /*#__PURE__*/_jsx("path", {
d: "M262 296h-12l-16 69h44"
})]
})]
}));
export { STILock };