@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 782 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialShiftW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ShiftW100",
short_name: "Shift",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M372-202v-250h-82.51Q271-452 262-468.5t2-31.5l192-265q9.36-13 24.18-13T504-765l192 265q11 15 2 31.5T670.51-452H588v250q0 12.75-8.62 21.37Q570.75-172 558-172H402q-12.75 0-21.37-8.63Q372-189.25 372-202Zm28 2h160v-280h111L480-749 289-480h111v280Zm80-280Z"
}));
});
IconMaterialShiftW100.displayName = 'OnesyIconMaterialShiftW100';
export default IconMaterialShiftW100;