@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
26 lines (25 loc) • 948 B
JavaScript
;
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 lightbulb = 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",
strokeWidth: 1.5,
d: "M7.933.75v.5M1 7.783h.5m.933-5.033.5.5M15 7.783h-.5m-1-5.1-.5.5M7.622 15.25h.622m3.89-7.467a4.2 4.2 0 1 0-5.646 3.945.3.3 0 0 1 .2.28c0 .158.13.992.288.992H8.89c.158 0 .287-.834.287-.992a.3.3 0 0 1 .2-.28 4.202 4.202 0 0 0 2.755-3.945Z"
}))
});
var _default = exports.default = lightbulb;
//# sourceMappingURL=lightbulb.js.map