@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.41 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTransferWithinAStationW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TransferWithinAStationW100Filled",
short_name: "TransferWithinAStation",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m152-82 109-566-132 55v113q0 6-4 10t-10 4q-6 0-10-4t-4-10v-112q0-9 5.5-16.5T120-620l158-65q25-11 47-7.5t36 26.5l39 63q23 38 63.5 67t90.5 38q6 2 10.5 6t4.5 10q0 6-4.5 9.5T554-470q-50-8-101.5-40.5T362-611l-39 199 77 75q5 5 7 10.5t2 11.5v235q0 6-4 10t-10 4q-6 0-10-4t-4-10v-209L255-410 179-77q-1 5-4.5 8t-8.5 3q-7 0-11.5-5T152-82Zm223-674q-27 0-45.5-18.5T311-820q0-27 18.5-45.5T375-884q27 0 45.5 18.5T439-820q0 27-18.5 45.5T375-756Zm424 630H585q-6 0-10-4t-4-10q0-6 4-10t10-4h214l-34-34q-4-4-4.5-9.5T765-208q5-5 10-5t10 5l47 47q9 9 9 21t-9 21l-47 47q-4 4-9.5 4.5T765-72q-5-5-5-10t5-10l34-34ZM631-296l34 34q4 4 4.5 9.5T665-242q-5 5-10 5t-10-5l-47-47q-9-9-9-21t9-21l47-47q4-4 9.5-4.5T665-378q5 5 5 10t-5 10l-34 34h214q6 0 10 4t4 10q0 6-4 10t-10 4H631Z"
}));
});
IconMaterialTransferWithinAStationW100Filled.displayName = 'OnesyIconMaterialTransferWithinAStationW100Filled';
export default IconMaterialTransferWithinAStationW100Filled;