@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
17 lines • 710 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const lightbulb = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("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