@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 967 B
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({ 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("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 0a.75.75 0 0 1 .75.75v2.06l3.627-.838a.75.75 0 1 1 .337 1.461L6.75 4.35v1.488l3.627-.839a.75.75 0 1 1 .337 1.461l-3.964.917v7.067c2.48-.37 4.5-2.539 4.5-5.194a.75.75 0 0 1 1.5 0C12.75 13.018 9.617 16 6 16a.75.75 0 0 1-.75-.75V7.724l-1.081.25a.75.75 0 0 1-.338-1.461l1.419-.329V4.697l-1.081.25a.75.75 0 0 1-.338-1.461l1.419-.329V.75A.75.75 0 0 1 6 0", clipRule: "evenodd" }))); });
exports.LiraSIcon.displayName = 'LiraSIcon';