UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 753 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialArrowLeftW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ArrowLeftW100Filled", short_name: "ArrowLeft", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m12.075 14.175-1.65-1.65q-.125-.125-.175-.25-.05-.125-.05-.275 0-.15.05-.275.05-.125.175-.25l1.65-1.65q.35-.35.813-.163.462.188.462.688v3.3q0 .5-.462.687-.463.188-.813-.162Z" })); }); IconMaterialArrowLeftW100Filled.displayName = 'AmauiIconMaterialArrowLeftW100Filled'; export default IconMaterialArrowLeftW100Filled;