@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.89 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LampMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.13164 1.99999C6.54537 1.99999 5.98313 2.2329 5.56859 2.64745C5.15404 3.06201 4.92117 3.62427 4.92117 4.21052V5.98538C4.07761 6.55093 3.37437 7.30501 2.86853 8.19027C2.28944 9.20369 1.98982 10.3527 2.00026 11.5199C2.00395 11.9314 2.33864 12.2632 2.75023 12.2632H14.434C14.8456 12.2632 15.1803 11.9314 15.1839 11.5199C15.1944 10.3527 14.8948 9.20369 14.3157 8.19027C13.8098 7.30501 13.1066 6.55093 12.263 5.98538V4.47368H13.6376C14.9336 4.47368 16.1813 5.00442 17.1049 5.95691C18.0294 6.91021 18.5526 8.20794 18.5526 9.56578V20.5H12.4868C12.0726 20.5 11.7368 20.8358 11.7368 21.25C11.7368 21.6642 12.0726 22 12.4868 22H21.25C21.6642 22 22 21.6642 22 21.25C22 20.8358 21.6642 20.5 21.25 20.5H20.0526V9.56578C20.0526 7.82479 19.3822 6.15062 18.1818 4.91269C16.9807 3.67399 15.3465 2.97368 13.6376 2.97368H11.8846C11.8062 2.85741 11.7162 2.74809 11.6156 2.64746C11.2011 2.23289 10.6388 1.99999 10.0526 1.99999H7.13164ZM7.13164 3.49999C6.94322 3.49999 6.76252 3.57484 6.62926 3.70809C6.49603 3.84133 6.42117 4.02205 6.42117 4.21052V6.40131C6.42117 6.66926 6.27822 6.91686 6.04616 7.05084C5.26534 7.50161 4.61821 8.15163 4.1709 8.93445C3.84736 9.50066 3.63675 10.1217 3.54802 10.7632H13.6362C13.5475 10.1217 13.3368 9.50067 13.0133 8.93445C12.566 8.15163 11.9189 7.50161 11.1381 7.05084C10.906 6.91686 10.763 6.66926 10.763 6.40131V4.21052C10.763 4.02207 10.6882 3.84133 10.5549 3.70808C10.4217 3.57485 10.241 3.49999 10.0526 3.49999H7.13164Z", fill: "currentColor" }))); });
LampMIcon.displayName = 'LampMIcon';