UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 837 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSwipeRightAltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SwipeRightAltW100Filled", short_name: "SwipeRightAlt", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M386-306q-72 0-123-51t-51-123q0-72 51-123t123-51q69 0 118 45.5T560-494h214l-80-80q-4-4-4.5-9.5T694-594q5-5 10-5t10 5l93 93q5 5 7 10t2 11q0 6-2 11t-7 10l-93 93q-4 4-9.5 4.5T694-366q-5-5-5-10t5-10l80-80H560q-7 69-56 114.5T386-306Z" })); }); IconMaterialSwipeRightAltW100Filled.displayName = 'OnesyIconMaterialSwipeRightAltW100Filled'; export default IconMaterialSwipeRightAltW100Filled;