@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 948 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPolylineW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PolylineW100",
short_name: "Polyline",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M454-694h132v-132H454v132ZM174-374h132v-132H174v132Zm480 240h132v-132H654v132ZM520-760ZM240-440Zm480 240Zm-94 64v-60L326-346H176q-13 0-21.5-8.5T146-376v-128q0-13 8.5-21.5T176-534h128l122-140v-150q0-13 8.5-21.5T456-854h128q13 0 21.5 8.5T614-824v128q0 13-8.5 21.5T584-666H456L334-526v152l292 146v-36q0-13 8.5-21.5T656-294h128q13 0 21.5 8.5T814-264v128q0 13-8.5 21.5T784-106H656q-13 0-21.5-8.5T626-136Z"
}));
});
IconMaterialPolylineW100.displayName = 'OnesyIconMaterialPolylineW100';
export default IconMaterialPolylineW100;