@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LiraMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.LiraMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.74999 2C10.1642 2 10.5 2.33579 10.5 2.75V5.39837L15.5873 4.26786C15.9916 4.178 16.3923 4.43295 16.4821 4.8373C16.572 5.24165 16.317 5.64228 15.9127 5.73214L10.5 6.93496V9.39837L15.5873 8.26786C15.9916 8.178 16.3923 8.43295 16.4821 8.8373C16.572 9.24165 16.317 9.64228 15.9127 9.73214L10.5 10.935V20.4617C14.1517 20.0864 17 17.0008 17 13.25C17 12.8358 17.3358 12.5 17.75 12.5C18.1642 12.5 18.5 12.8358 18.5 13.25C18.5 18.0825 14.5825 22 9.74999 22C9.33578 22 8.99999 21.6642 8.99999 21.25V11.2683L6.91269 11.7321C6.50834 11.822 6.10771 11.567 6.01785 11.1627C5.928 10.7583 6.18295 10.3577 6.58729 10.2679L8.99999 9.7317V7.2683L6.91269 7.73214C6.50834 7.822 6.10771 7.56705 6.01785 7.1627C5.928 6.75835 6.18295 6.35772 6.58729 6.26786L8.99999 5.7317V2.75C8.99999 2.33579 9.33578 2 9.74999 2Z", fill: "currentColor" }))); });
exports.LiraMIcon.displayName = 'LiraMIcon';