@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LocalLanguage = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M13 2a1 1 0 0 0 0 2h5v2.5c0 .83-.32 1.42-.8 1.82-.5.41-1.26.68-2.2.68a1 1 0 1 0 0 2c1.3 0 2.54-.37 3.47-1.14A4.23 4.23 0 0 0 20 6.5V3a1 1 0 0 0-1-1h-6Zm-2.07 5.61a1 1 0 0 0-1.85 0l-7 17a1 1 0 1 0 1.84.77L5.73 21h8.54l1.8 4.4a1 1 0 1 0 1.86-.77l-1.96-4.76a1 1 0 0 0-.2-.47L10.94 7.6ZM13.45 19h-6.9L10 10.62 13.45 19ZM22 2a1 1 0 0 1 1 1v5h2a1 1 0 1 1 0 2h-2v9a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Z"
}));
});
LocalLanguage.displayName = 'LocalLanguage';
export var LocalLanguageDimensions = {
height: 28,
width: 28
};