@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTextUpW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TextUpW100Filled",
short_name: "TextUp",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M469-232q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h316q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H469Zm157.96-150q-5.96 0-9.96-4.02-4-4.03-4-9.98v-278l-80 80q-4 4-9.5 4.5T513-594q-5-5-5-10t5-10l93-93q9-9 21-9t21 9l93 93q4 4 4.5 9.5T741-594q-5 5-10 5t-10-5l-80-80v278q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm-444.46 0q-8 0-12.25-6T169-401l132-337q.64-1.89 2.36-2.95Q305.07-742 307-742h5.68q2.32 0 4 1.05 1.69 1.06 2.32 2.95l134 336q3 8-1.4 14t-12.65 6q-4.95 0-8.45-2-3.5-2-5.5-7l-40-99H235l-40 99q-2 4-5 6.5t-7.5 2.5ZM245-516h130l-64-164h-4l-62 164Z"
}));
});
IconMaterialTextUpW100Filled.displayName = 'OnesyIconMaterialTextUpW100Filled';
export default IconMaterialTextUpW100Filled;