@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 892 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFormatItalicW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FormatItalicW100Filled",
short_name: "FormatItalic",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M255-239q-5.88 0-9.94-4.08-4.06-4.09-4.06-10 0-5.92 4.06-9.92t9.94-4h127l145-426H400q-5.88 0-9.94-4.08-4.06-4.09-4.06-10 0-5.92 4.06-9.92t9.94-4h284q5.88 0 9.94 4.08 4.06 4.09 4.06 10 0 5.92-4.06 9.92t-9.94 4H557L412-267h127q5.88 0 9.94 4.08 4.06 4.09 4.06 10 0 5.92-4.06 9.92t-9.94 4H255Z"
}));
});
IconMaterialFormatItalicW100Filled.displayName = 'OnesyIconMaterialFormatItalicW100Filled';
export default IconMaterialFormatItalicW100Filled;