UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 802 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBikeDockFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BikeDockFilled", short_name: "BikeDock", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M158-120q-17 0-27.5-13T120-163q0-15 6.5-27.5T147-207l143-41 61-521q4-30 26.5-50.5T431-840h97q31 0 53.5 20.5T608-769l61 521 142 40q14 5 21.5 17t7.5 27q0 18-11.5 31T800-120H158Zm282-120h80v-480q0-17-11.5-28.5T480-760q-17 0-28.5 11.5T440-720v480Z" })); }); IconMaterialBikeDockFilled.displayName = 'OnesyIconMaterialBikeDockFilled'; export default IconMaterialBikeDockFilled;