UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 725 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWest = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "West", short_name: "West", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M233-440h607q17 0 28.5-11.5T880-480q0-17-11.5-28.5T840-520H233l155-156q11-11 11.5-27.5T388-732q-11-11-28-11t-28 11L108-508q-6 6-8.5 13T97-480q0 8 2.5 15t8.5 13l224 224q11 11 27.5 11t28.5-11q12-12 12-28.5T388-285L233-440Z" })); }); IconMaterialWest.displayName = 'OnesyIconMaterialWest'; export default IconMaterialWest;