@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 767 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialArrowLeftAltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ArrowLeftAltW100Filled",
short_name: "ArrowLeftAlt",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m245-466 160 160q4 4 4.5 9.5T405-286q-5 5-10 5t-10-5L212-459q-9-9-9-21t9-21l173-173q4-4 9.5-4.5T405-674q5 5 5 10t-5 10L245-494h510q6 0 10 4t4 10q0 6-4 10t-10 4H245Z"
}));
});
IconMaterialArrowLeftAltW100Filled.displayName = 'OnesyIconMaterialArrowLeftAltW100Filled';
export default IconMaterialArrowLeftAltW100Filled;