@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphLockUnlock = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphLockUnlock = function GYSiGlyphLockUnlock(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-lock-unlock",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.927 0c-2.148 0-3.896 1.802-3.896 4.017v1.662a5.403 5.403 0 0 0-2.552-.651 5.457 5.457 0 0 0-5.458 5.458 5.458 5.458 0 1 0 10.916 0 5.38 5.38 0 0 0-1-3.106V4.018c0-1.112.943-2.017 1.989-2.017h.177c1.046 0 1.896.904 1.896 2.017v2.883h2V4.018C17 1.802 15.252 0 13.104 0h-.177ZM7.416 11.467l2.578-.753a3.528 3.528 0 0 1-3.515 3.312 3.539 3.539 0 1 1 0-7.076A3.532 3.532 0 0 1 10 10.299l-2.573-.781a1.352 1.352 0 0 0-.947-.388 1.358 1.358 0 0 0-.001 2.716c.363 0 .693-.147.937-.379Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphLockUnlock = GYSiGlyphLockUnlock;