@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFormatLetterSpacingWide = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FormatLetterSpacingWide",
short_name: "FormatLetterSpacingWide",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M160-160q-17 0-28.5-11.5T120-200v-560q0-17 11.5-28.5T160-800q17 0 28.5 11.5T200-760v560q0 17-11.5 28.5T160-160Zm640 0q-17 0-28.5-11.5T760-200v-560q0-17 11.5-28.5T800-800q17 0 28.5 11.5T840-760v560q0 17-11.5 28.5T800-160ZM341-280q-17 0-27-14t-4-30l126-334q4-10 12-16t19-6h26q11 0 19 6t12 16l126 335q6 16-3.5 29.5T620-280q-11 0-19-6t-12-16l-28-80H399l-29 81q-3 10-11 15.5t-18 5.5Zm79-160h120l-58-166h-4l-58 166Z"
}));
});
IconMaterialFormatLetterSpacingWide.displayName = 'OnesyIconMaterialFormatLetterSpacingWide';
export default IconMaterialFormatLetterSpacingWide;