UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.48 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialShoppingCartCheckoutW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShoppingCartCheckoutW100', short_name: 'ShoppingCartCheckout', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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'; exports.default = IconMaterialShoppingCartCheckoutW100;