UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 831 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSwipeLeftAltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SwipeLeftAltW100Filled", short_name: "SwipeLeftAlt", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M574-306q-69 0-118-45.5T400-466H186l80 80q4 4 4.5 9.5T266-366q-5 5-10 5t-10-5l-93-93q-5-5-7-10t-2-11q0-6 2-11t7-10l93-93q4-4 9.5-4.5T266-594q5 5 5 10t-5 10l-80 80h214q7-69 56-114.5T574-654q72 0 123 51t51 123q0 72-51 123t-123 51Z" })); }); IconMaterialSwipeLeftAltW100Filled.displayName = 'OnesyIconMaterialSwipeLeftAltW100Filled'; export default IconMaterialSwipeLeftAltW100Filled;