@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 949 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialKeyboardDoubleArrowLeft = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "KeyboardDoubleArrowLeft",
short_name: "KeyboardDoubleArrowLeft",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m313-480 155 156q11 11 11.5 27.5T468-268q-11 11-28 11t-28-11L228-452q-6-6-8.5-13t-2.5-15q0-8 2.5-15t8.5-13l184-184q11-11 27.5-11.5T468-692q11 11 11 28t-11 28L313-480Zm264 0 155 156q11 11 11.5 27.5T732-268q-11 11-28 11t-28-11L492-452q-6-6-8.5-13t-2.5-15q0-8 2.5-15t8.5-13l184-184q11-11 27.5-11.5T732-692q11 11 11 28t-11 28L577-480Z"
}));
});
IconMaterialKeyboardDoubleArrowLeft.displayName = 'OnesyIconMaterialKeyboardDoubleArrowLeft';
export default IconMaterialKeyboardDoubleArrowLeft;