UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 661 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialArrowLeft = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ArrowLeft", short_name: "ArrowLeft", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M526-314 381-459q-5-5-7-10t-2-11q0-6 2-11t7-10l145-145q3-3 6.5-4.5t7.5-1.5q8 0 14 5.5t6 14.5v304q0 9-6 14.5t-14 5.5q-2 0-14-6Z" })); }); IconMaterialArrowLeft.displayName = 'OnesyIconMaterialArrowLeft'; export default IconMaterialArrowLeft;