UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LanguageSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LanguageSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#LanguageSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.773 2.774c-.02.013-.025.025-.027.03L2.641 5.917h2.433L3.968 2.804q0-.009-.027-.03a.15.15 0 0 0-.084-.024.15.15 0 0 0-.084.024m3.075 3.658L6.837 6.4 5.382 2.302C5.15 1.65 4.52 1.25 3.857 1.25s-1.293.4-1.525 1.052L.878 6.4l-.012.033L.043 8.75a.75.75 0 1 0 1.414.502l.651-1.834h3.498l.652 1.834a.75.75 0 0 0 1.413-.502zM8.631 7a.75.75 0 0 1 .75-.75h5.524a.75.75 0 0 1 .575 1.232l-4.837 5.768h4.607a.75.75 0 0 1 0 1.5H9.036a.75.75 0 0 1-.575-1.232l4.836-5.768H9.381a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "LanguageSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.LanguageSIcon.displayName = 'LanguageSIcon';