@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 778 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KronaMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.KronaMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", d: "M4.75 6v7.294m0 5.106v-5.106m0 0 2.756-2.553M12.623 6l-5.117 4.741m0 0L13.41 18.4m2.116-9.482v2.917m0 6.565v-6.565m0 0c1.624-1.702 3.174-2.188 4.724-2.188" }))); });
exports.KronaMIcon.displayName = 'KronaMIcon';