UNPKG

@ozen-ui/icons

Version:

A collection of icons

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