UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

26 lines (25 loc) 992 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 lightbulb_medium = props => (0, _jsxRuntime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...props, children: _path || (_path = (0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 .75v1.5m-10.5 9H3m.75-7.5 1.1 1.057M22.5 11.25H21m-.75-7.5-1.1 1.057M10.5 21h3m-2 2.25h1m6.25-12a6.75 6.75 0 1 0-9.072 6.34c.19.07.322.247.322.449 0 .255.207.461.461.461h3.078a.461.461 0 0 0 .461-.461c0-.202.132-.38.322-.45a6.753 6.753 0 0 0 4.428-6.339Z" })) }); var _default = exports.default = lightbulb_medium; //# sourceMappingURL=lightbulb_medium.js.map