UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LampSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LampSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#LampSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.184 0A1.895 1.895 0 0 0 2.29 1.895V3.2A5.33 5.33 0 0 0 0 7.625a.75.75 0 0 0 .75.743h9.158a.75.75 0 0 0 .75-.743A5.33 5.33 0 0 0 8.368 3.2v-.937h.915c.972 0 1.908.398 2.602 1.113a3.9 3.9 0 0 1 1.089 2.716V14.5H8.382a.75.75 0 0 0 0 1.5h6.868a.75.75 0 0 0 0-1.5h-.776V6.092a5.4 5.4 0 0 0-1.512-3.76A5.12 5.12 0 0 0 9.283.763h-1.29l-.18-.208A1.9 1.9 0 0 0 6.473 0zm0 1.5a.395.395 0 0 0-.394.395v1.717a.75.75 0 0 1-.375.65 3.83 3.83 0 0 0-1.849 2.606h7.526a3.83 3.83 0 0 0-1.849-2.607.75.75 0 0 1-.375-.65V1.896a.395.395 0 0 0-.394-.395z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "LampSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.LampSIcon.displayName = 'LampSIcon';