@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTextFieldsAltW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TextFieldsAltW100",
short_name: "TextFieldsAlt",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M100-200h760q8.5 0 14.25 5.75T880-180q0 8.5-5.75 14.25T860-160H100q-8.5 0-14.25-5.75T80-180q0-8.5 5.75-14.25T100-200Zm660-94v-480q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03v480q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03ZM289-425l-57 137q-2 4-5 6t-7.92 2q-8.08 0-12.08-6t-1-13l202-483q1-2 3.21-4t4.79-2h7.76q3.24 0 5.24 2t3 4l201 480q3 8-1.86 15T618-280q-4.56 0-8.47-2.67-3.9-2.66-5.53-7.33l-56-135H289Zm11-27h237L419-736 300-452Z"
}));
});
IconMaterialTextFieldsAltW100.displayName = 'OnesyIconMaterialTextFieldsAltW100';
export default IconMaterialTextFieldsAltW100;