@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 897 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSwitchRightW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SwitchRightW100Filled",
short_name: "SwitchRight",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M590-321q-11 0-20.5-8t-9.5-22v-258q0-14 9.5-22t20.5-8q5 0 10.5 2t10.5 7l129 129q5 5 7 10t2 11q0 6-2 11t-7 10L611-330q-5 5-10.5 7t-10.5 2Zm-2-25 134-134-134-134v268Zm-218 25q-5 0-10.5-2t-10.5-7L220-459q-5-5-7-10t-2-11q0-6 2-11t7-10l129-129q5-5 10.5-7t10.5-2q11 0 20.5 8t9.5 22v258q0 14-9.5 22t-20.5 8Z"
}));
});
IconMaterialSwitchRightW100Filled.displayName = 'OnesyIconMaterialSwitchRightW100Filled';
export default IconMaterialSwitchRightW100Filled;