@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 926 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LanguageMIcon = 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", { fill: "currentColor", fillRule: "evenodd", d: "M6.574 5.75c-.19 0-.285.106-.304.158L4.852 9.687h3.444L6.88 5.908c-.02-.052-.115-.158-.305-.158m3.513 4.44-.012-.033L8.283 5.38c-.27-.718-.985-1.131-1.709-1.131s-1.44.413-1.709 1.131l-1.791 4.776-.013.033-1.013 2.702a.75.75 0 1 0 1.404.526l.838-2.231h4.57l.836 2.231a.75.75 0 1 0 1.405-.526zm3.912.655a.75.75 0 0 1 .75-.75h6.119a.75.75 0 0 1 .586 1.218l-5.53 6.937h5.326a.75.75 0 0 1 0 1.5h-6.884a.75.75 0 0 1-.586-1.218l5.53-6.937H14.75a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
LanguageMIcon.displayName = 'LanguageMIcon';