@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 985 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LampMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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" }))); });
LampMIcon.displayName = 'LampMIcon';