UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.21 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFormatLetterSpacingWiderW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FormatLetterSpacingWiderW100", short_name: "FormatLetterSpacingWider", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M145.96-212q-5.96 0-9.96-4.02-4-4.03-4-9.98v-508q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v508q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm668 0q-5.96 0-9.96-4.02-4-4.03-4-9.98v-508q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v508q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm-475.64-68q-7.96 0-12.64-6.5Q321-293 324-301l134-365q1.94-4.55 5.81-7.27Q467.68-676 473-676h11.24q4.76 0 8.76 2.73 4 2.72 6 7.27l137 364q3 8-1.75 15T621-280q-5 0-9.4-3t-6.6-8l-38-106H390l-37 107q-1.58 4.76-5.79 7.38t-8.89 2.62ZM401-425h156l-77-216h-2l-77 216Z" })); }); IconMaterialFormatLetterSpacingWiderW100.displayName = 'OnesyIconMaterialFormatLetterSpacingWiderW100'; export default IconMaterialFormatLetterSpacingWiderW100;