@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 922 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLineAxisW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LineAxisW100",
short_name: "LineAxis",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m130-270 212-212q17-17 42-17t42 17l94 94q10 10 24 9.5t23-11.5l80-93-239-221q-10-9-23-8.5t-22 9.5L150-490q-4 4-9.5 4.5T130-490q-5-5-5-10t5-10l213-213q17-17 41-18t42 16l240 221 147-170q4-5 9-5t10 4q4 4 4.5 9t-3.5 10L687-485l144 133q5 4 5.5 9.5T832-332q-4 4-9.5 4.5T812-331L668-464l-80 93q-17 20-43 21t-45-18l-93-93q-9-9-23-9t-23 9L150-250q-4 4-9.5 4.5T130-250q-5-5-5-10t5-10Z"
}));
});
IconMaterialLineAxisW100.displayName = 'OnesyIconMaterialLineAxisW100';
export default IconMaterialLineAxisW100;