UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LampMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LampMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.132 2a2.21 2.21 0 0 0-2.21 2.21v1.775A6.59 6.59 0 0 0 2 11.52a.75.75 0 0 0 .75.743h11.684a.75.75 0 0 0 .75-.743 6.59 6.59 0 0 0-2.921-5.535V4.474h1.375a4.83 4.83 0 0 1 3.467 1.483 5.19 5.19 0 0 1 1.448 3.609V20.5h-6.066a.75.75 0 0 0 0 1.5h8.763a.75.75 0 0 0 0-1.5h-1.197V9.566c0-1.741-.67-3.415-1.871-4.653a6.33 6.33 0 0 0-4.544-1.94h-1.753A2.2 2.2 0 0 0 10.053 2zm0 1.5a.71.71 0 0 0-.71.71v2.191a.75.75 0 0 1-.376.65 5.1 5.1 0 0 0-2.498 3.712h10.088a5.1 5.1 0 0 0-2.498-3.712.75.75 0 0 1-.375-.65v-2.19a.71.71 0 0 0-.71-.711z", clipRule: "evenodd" }))); }); exports.LampMIcon.displayName = 'LampMIcon';