UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.88 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LanguageSIcon = 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("g", { clipPath: "url(#clip0_6125_779)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.77331 2.77395C3.75385 2.78711 3.74775 2.79941 3.74599 2.80437L2.6408 5.91667H5.07352L3.96834 2.80437C3.96659 2.79945 3.96049 2.78712 3.94103 2.77395C3.92135 2.76063 3.89251 2.75 3.85716 2.75C3.82182 2.75 3.79299 2.76063 3.77331 2.77395ZM6.84843 6.43241C6.84473 6.42115 6.84078 6.41002 6.83657 6.399L5.38188 2.30246C5.15025 1.65005 4.52093 1.25 3.85716 1.25C3.19337 1.25 2.56412 1.65008 2.33247 2.30242L0.877761 6.399C0.873551 6.41001 0.869593 6.42116 0.865894 6.43242L0.0432593 8.74903C-0.0953493 9.13936 0.108714 9.56815 0.499048 9.70676C0.889382 9.84537 1.31817 9.64131 1.45678 9.25097L2.10815 7.41667H5.60618L6.25754 9.25097C6.39615 9.64131 6.82495 9.84537 7.21528 9.70676C7.60561 9.56815 7.80968 9.13936 7.67107 8.74903L6.84843 6.43241ZM8.63097 7C8.63097 6.58579 8.96676 6.25 9.38097 6.25H14.9048C15.1962 6.25 15.4612 6.41881 15.5844 6.6829C15.7076 6.947 15.6667 7.25855 15.4795 7.48187L10.6433 13.25H15.25C15.6642 13.25 16 13.5858 16 14C16 14.4142 15.6642 14.75 15.25 14.75H9.03574C8.74431 14.75 8.47928 14.5812 8.35607 14.3171C8.23285 14.053 8.27378 13.7414 8.46101 13.5181L13.2972 7.75H9.38097C8.96676 7.75 8.63097 7.41421 8.63097 7Z", fill: "currentColor" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_6125_779" }, React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); LanguageSIcon.displayName = 'LanguageSIcon';