UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 921 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialKeyboardDoubleArrowLeftW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "KeyboardDoubleArrowLeftW100", short_name: "KeyboardDoubleArrowLeft", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m289-480 174 174q4 4 4.5 9.5T463-286q-5 5-10 5t-10-5L270-459q-5-5-7-10t-2-11q0-6 2-11t7-10l173-173q4-4 9.5-4.5T463-674q5 5 5 10t-5 10L289-480Zm238 0 174 174q4 4 4.5 9.5T701-286q-5 5-10 5t-10-5L508-459q-5-5-7-10t-2-11q0-6 2-11t7-10l173-173q4-4 9.5-4.5T701-674q5 5 5 10t-5 10L527-480Z" })); }); IconMaterialKeyboardDoubleArrowLeftW100.displayName = 'OnesyIconMaterialKeyboardDoubleArrowLeftW100'; export default IconMaterialKeyboardDoubleArrowLeftW100;