UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.24 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialShoppingCartCheckoutW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ShoppingCartCheckoutW100", short_name: "ShoppingCartCheckout", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M296-126q-23 0-38.5-15.5T242-180q0-23 15.5-38.5T296-234q23 0 38.5 15.5T350-180q0 23-15.5 38.5T296-126Zm368 0q-23 0-38.5-15.5T610-180q0-23 15.5-38.5T664-234q23 0 38.5 15.5T718-180q0 23-15.5 38.5T664-126ZM162-826h-56q-6 0-10-4t-4-10q0-6 4-10t10-4h55q9 0 16 4.5t11 12.5l154 323h261q9 0 16-4.5t12-12.5l131-236q2-3 5-5t7-2q8 0 12 7t0 14L654-514q-8 13-20.5 20.5T606-486H324l-50 92q-8 12-.5 26t22.5 14h408q6 0 10 4t4 10q0 6-4 10t-10 4H296q-32 0-47.5-26.5T248-406l62-110-148-310Zm389 120H360q-6 0-10-4t-4-10q0-6 4-10t10-4h191l-81-81q-4-4-4-9t4-9q4-4 9.5-4t9.5 4l93 92q9 9 9 21t-9 21l-93 93q-4 4-9 3.5t-9-4.5q-4-4-4-9.5t4-9.5l80-80Z" })); }); IconMaterialShoppingCartCheckoutW100.displayName = 'OnesyIconMaterialShoppingCartCheckoutW100'; export default IconMaterialShoppingCartCheckoutW100;