UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 870 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialShoppingmodeFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ShoppingmodeFilled", short_name: "Shoppingmode", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M447-80q-15 0-30-6t-27-18L104-390q-12-12-17.5-26.5T81-446q0-15 5.5-30t17.5-27l352-353q11-11 26-17.5t31-6.5h287q33 0 56.5 23.5T880-800v287q0 16-6 30.5T857-457L504-104q-12 12-27 18t-30 6Zm253-560q25 0 42.5-17.5T760-700q0-25-17.5-42.5T700-760q-25 0-42.5 17.5T640-700q0 25 17.5 42.5T700-640Z" })); }); IconMaterialShoppingmodeFilled.displayName = 'OnesyIconMaterialShoppingmodeFilled'; export default IconMaterialShoppingmodeFilled;