UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 684 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var KronaSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M0.75 2.25V9.01471M0.75 13.75V9.01471M0.75 9.01471L3.32778 6.64706M7.5 2.25L3.32778 6.64706M3.32778 6.64706L8.23651 13.75M10.831 4.95588V7.66177M10.831 13.75V7.66177M10.831 7.66177C12.35 6.08333 13.8 5.63235 15.25 5.63235", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }))); }); KronaSIcon.displayName = 'KronaSIcon';