UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 930 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _path; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const padlock = props => (0, _jsxRuntime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: _path || (_path = (0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.667 6.6V4.267a3.267 3.267 0 1 1 6.533 0V6.6M7.933 9.867v1.866M3.733 6.6h8.4c.516 0 .934.418.934.933v6.534a.933.933 0 0 1-.934.933h-8.4a.933.933 0 0 1-.933-.933V7.533c0-.515.418-.933.933-.933Z" })) }); var _default = exports.default = padlock; //# sourceMappingURL=padlock.js.map