@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 681 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var KronaMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.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" }))); });
KronaMIcon.displayName = 'KronaMIcon';