UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSwipeRightAltW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SwipeRightAltW100", short_name: "SwipeRightAlt", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M386-306q-72.21 0-123.1-50.85-50.9-50.85-50.9-123T262.9-603q50.89-51 123.1-51 69 0 118 45.5T560-494h214l-80-80q-4-4-4.5-9.5t4.72-10.72Q699-599 704-599q5 0 10 5l92.65 92.65Q812-496 814-490.87q2 5.14 2 11 0 5.87-2 10.87-2 5-7.35 10.35L714-366q-4 4-9.5 4.5t-10.5-4.28q-5-5.22-5-10.22 0-5 5-10l80-80H560q-7 69-56 114.5T386-306Zm.12-28q60.88 0 103.38-42.62 42.5-42.62 42.5-103.5T489.38-583.5Q446.76-626 385.88-626T282.5-583.38Q240-540.76 240-479.88t42.62 103.38q42.62 42.5 103.5 42.5ZM386-480Z" })); }); IconMaterialSwipeRightAltW100.displayName = 'OnesyIconMaterialSwipeRightAltW100'; export default IconMaterialSwipeRightAltW100;