UNPKG

@navinc/base-react-components

Version:
6 lines 1.74 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const Lightbulb = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "25", height: "24", viewBox: "0 0 25 24", fill: "currentcolor", xmlns: "http://www.w3.org/2000/svg", "data-testid": "icon:lightbulb" }, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9809 16C14.9886 15.8494 15.003 15.6411 15.0276 15.5063C15.11 15.0538 15.1674 14.8066 15.2928 14.4827C15.5089 13.9242 15.8521 13.4432 16.3637 13.0796C17.6778 12.1458 18.4719 10.6412 18.4719 9C18.4719 6.23858 16.2333 4 13.4719 4C10.7105 4 8.47192 6.23858 8.47192 9C8.47192 10.7188 9.22046 12.1566 10.5413 13.0577C11.0635 13.414 11.4129 13.8945 11.6322 14.4543C11.7579 14.7752 11.8161 15.0226 11.8983 15.469C11.9262 15.6207 11.9476 15.843 11.9612 16H12.4719V11.0053L10.8738 9.7979C10.4331 9.46498 10.3458 8.83787 10.6787 8.3972C11.0116 7.95654 11.6387 7.86919 12.0794 8.2021L13.4769 9.25865L14.8771 8.2021C15.3177 7.86919 15.9448 7.95654 16.2778 8.3972C16.6107 8.83787 16.5233 9.46498 16.0827 9.7979L14.4719 11.0148V16H14.9809ZM10.9749 21C10.421 21 9.97192 20.5563 9.97192 20.0002V16.0495C9.86564 15.4972 9.81238 14.9815 9.41418 14.7099C7.56705 13.4497 6.47192 11.4048 6.47192 9C6.47192 5.13401 9.60593 2 13.4719 2C17.3379 2 20.4719 5.13401 20.4719 9C20.4719 11.3567 19.3073 13.4413 17.5223 14.7099C17.1339 14.9858 17.0675 15.4747 16.9705 16L16.9719 20.0002C16.9719 20.5524 16.5234 21 15.969 21H14.8866C14.6807 21.5826 14.125 22 13.4719 22C12.8188 22 12.2632 21.5826 12.0573 21H10.9749ZM11.9719 18V19H14.9719V18H11.9719Z" }) }))); exports.default = Lightbulb; //# sourceMappingURL=lightbulb.js.map