UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.12 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFormatLetterSpacing2Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FormatLetterSpacing2Filled", short_name: "FormatLetterSpacing2", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M268-108q-12 12-28 12t-28-12L108-212q-12-12-12-28t12-28l104-104q12-12 28-12t28 12q12 12 12 28.5T268-315l-35 35h494l-35-35q-11-12-11.5-28.5T692-372q12-12 28-12t28 12l104 104q12 12 12 28t-12 28L748-108q-12 12-28 12t-28-12q-12-12-12-28.5t12-28.5l35-35H233l35 35q11 12 11.5 28.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" })); }); IconMaterialFormatLetterSpacing2Filled.displayName = 'OnesyIconMaterialFormatLetterSpacing2Filled'; export default IconMaterialFormatLetterSpacing2Filled;