UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines 679 B
var _path; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; const lightbulb = props => _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: _path || (_path = _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" })) }); export default lightbulb; //# sourceMappingURL=lightbulb.js.map