@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 865 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTurnSharpLeftW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TurnSharpLeftW100Filled",
short_name: "TurnSharpLeft",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M666-186v-188q0-14-9-23t-23-9H326q-25 0-42.5-17.5T266-466v-268l-80 80q-4 4-9.5 4.5T166-654q-5-5-5-10t5-10l93-93q9-9 21-9t21 9l93 93q4 4 4.5 9.5T394-654q-5 5-10 5t-10-5l-80-80v268q0 14 9 23t23 9h308q25 0 42.5 17.5T694-374v188q0 6-4 10t-10 4q-6 0-10-4t-4-10Z"
}));
});
IconMaterialTurnSharpLeftW100Filled.displayName = 'OnesyIconMaterialTurnSharpLeftW100Filled';
export default IconMaterialTurnSharpLeftW100Filled;