@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 862 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSwitchAccessShortcutW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SwitchAccessShortcutW100",
short_name: "SwitchAccessShortcut",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M548-785q-81 48-126.5 129T376-481q0 98 50 181.5T562-169q6 3 8.5 9t-.5 11q-3 6-9.5 7t-12.5-2q-93-51-146.5-140.5T348-480q0-97 46.5-182T523-800H358q-6 0-10-4t-4-10q0-6 4-10t10-4h188q13 0 21.5 8.5T576-798v188q0 6-4 10t-10 4q-6 0-10-4t-4-10v-175Z"
}));
});
IconMaterialSwitchAccessShortcutW100.displayName = 'OnesyIconMaterialSwitchAccessShortcutW100';
export default IconMaterialSwitchAccessShortcutW100;