@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LiraSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.LiraSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 0C6.41421 0 6.75 0.335786 6.75 0.75V2.81054L10.3765 1.97198C10.7801 1.87867 11.1829 2.13017 11.2762 2.53374C11.3695 2.9373 11.118 3.34011 10.7144 3.43342L6.75 4.35012V5.83757L10.3765 4.99901C10.7801 4.90569 11.1829 5.1572 11.2762 5.56076C11.3695 5.96433 11.118 6.36713 10.7144 6.46045L6.75 7.37715V14.4443C9.23019 14.0745 11.25 11.9055 11.25 9.25C11.25 8.83579 11.5858 8.5 12 8.5C12.4142 8.5 12.75 8.83579 12.75 9.25C12.75 13.0183 9.6169 16 6 16C5.58578 16 5.25 15.6642 5.25 15.25V7.72399L4.16896 7.97396C3.7654 8.06728 3.3626 7.81577 3.26928 7.41221C3.17596 7.00864 3.42747 6.60584 3.83103 6.51252L5.25 6.18441V4.69697L4.16896 4.94694C3.7654 5.04025 3.3626 4.78875 3.26928 4.38518C3.17596 3.98162 3.42747 3.57881 3.83103 3.4855L5.25 3.15739V0.75C5.25 0.335786 5.58578 0 6 0Z", fill: "currentColor" }))); });
exports.LiraSIcon.displayName = 'LiraSIcon';