@icongo/sti
Version:
Super Tiny Icons
46 lines (45 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STILock = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STILock = function STILock(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": "Lock",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#29303d",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#29303d",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#e0e4eb",
strokeWidth: 32,
d: "M346 214v-37c0-123-180-123-180 0v37"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 280,
height: 210,
x: 115,
y: 210,
fill: "#ff0",
rx: "5%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 296,
r: 28
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M262 296h-12l-16 69h44"
})]
})]
}));
};
exports.STILock = STILock;