UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFormatLetterSpacing2 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FormatLetterSpacing2", short_name: "FormatLetterSpacing2", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M268-108q-11 11-28 11t-28-11L108-212q-12-12-12-28t12-28l104-104q11-11 27.5-11t28.5 11q12 12 12 28.5T268-315l-35 35h494l-36-36q-11-11-11-27.5t12-28.5q11-11 28-11t28 11l104 104q12 12 12 28t-12 28L748-108q-11 11-27.5 11T692-108q-12-12-12-28.5t12-28.5l35-35H233l36 36q11 11 11 27.5T268-108Zm26-380 137-368q4-11 13.5-17.5T466-880h28q12 0 21.5 6.5T529-856l137 369q6 17-4 32t-28 15q-11 0-20.5-6.5T600-464l-30-88H392l-32 89q-4 11-13 17t-20 6q-19 0-29.5-15.5T294-488Zm120-128h132l-64-182h-4l-64 182Z" })); }); IconMaterialFormatLetterSpacing2.displayName = 'OnesyIconMaterialFormatLetterSpacing2'; export default IconMaterialFormatLetterSpacing2;