UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.59 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LanguageMIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.57428 5.75C6.38474 5.75 6.2893 5.85611 6.26978 5.90814L4.85224 9.6866H8.29632L6.87878 5.90814L6.87877 5.9081C6.85928 5.85613 6.76386 5.75 6.57428 5.75ZM10.0872 10.1899C10.0833 10.1787 10.0792 10.1676 10.0748 10.1567L8.28322 5.3813C8.28321 5.38128 8.28321 5.38127 8.2832 5.38125C8.01385 4.66322 7.29823 4.25 6.57428 4.25C5.85028 4.25 5.13472 4.66326 4.86536 5.38125L3.07381 10.1567C3.0694 10.1676 3.06524 10.1787 3.06134 10.1899L2.04781 12.8915C1.90232 13.2793 2.09876 13.7116 2.48658 13.8571C2.8744 14.0026 3.30673 13.8062 3.45223 13.4183L4.2895 11.1866H8.85907L9.69633 13.4183C9.84183 13.8062 10.2742 14.0026 10.662 13.8571C11.0498 13.7116 11.2462 13.2793 11.1008 12.8915L10.0872 10.1899ZM13.9988 10.8451C13.9988 10.4309 14.3346 10.0951 14.7488 10.0951H20.8676C21.1556 10.0951 21.4183 10.2601 21.5433 10.5196C21.6683 10.7792 21.6336 11.0874 21.454 11.3126L15.9235 18.25H21.25C21.6642 18.25 22 18.5858 22 19C22 19.4142 21.6642 19.75 21.25 19.75H14.3664C14.0784 19.75 13.8157 19.585 13.6907 19.3255C13.5657 19.0659 13.6004 18.7577 13.78 18.5325L19.3105 11.5951H14.7488C14.3346 11.5951 13.9988 11.2593 13.9988 10.8451Z", fill: "currentColor" }))); }); LanguageMIcon.displayName = 'LanguageMIcon';