@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.41 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgLanguage = function SvgLanguage(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m9.34 6.372.05.105 5.56 14.5a.755.755 0 0 1-.418.971.73.73 0 0 1-.91-.333l-.043-.092-1.433-3.737h-7.087l-.094-.006-1.546 3.76a.73.73 0 0 1-.963.402.754.754 0 0 1-.427-.886l.033-.096 5.964-14.5a.73.73 0 0 1 1.314-.088Zm9.406-4.369a.75.75 0 0 1 .743.648l.007.102v4.746h1.75a.75.75 0 0 1 .743.65l.007.1a.75.75 0 0 1-.648.744l-.102.007h-1.75v7.25a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648l-.007-.102v-13.497a.75.75 0 0 1 .75-.75Zm-9.935 6.744-3.162 7.539h6.11l-2.948-7.539Zm1.937-6.744h5.498a.75.75 0 0 1 .743.648l.006.102v3.004c0 2.344-1.9 4.245-4.245 4.245a.75.75 0 1 1 0-1.5c1.46 0 2.654-1.14 2.74-2.578l.005-.167v-2.254h-4.747a.75.75 0 0 1-.102-1.493l.102-.007h5.498-5.498Z",
fill: color
}));
};
export { SvgLanguage as S };