@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 842 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({ 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", { d: "M4.75 6V13.2941M4.75 18.4V13.2941M4.75 13.2941L7.50556 10.7412M12.623 6L7.50556 10.7412M7.50556 10.7412L13.4103 18.4M15.5262 8.91765V11.8353M15.5262 18.4V11.8353M15.5262 11.8353C17.15 10.1333 18.7 9.64706 20.25 9.64706", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }))); });
exports.KronaMIcon.displayName = 'KronaMIcon';