@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.35 kB
JavaScript
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 IconMaterialShoppingCartOffW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShoppingCartOffW100', short_name: 'ShoppingCartOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M606-486h-20l-28-28h64l110-204q6-11 .5-19.5T716-746H326l-28-28h420q27 0 39.5 22t-1.5 48L654-514q-8 15-17.5 21.5T606-486ZM296-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-126Zm504 6L594-326H296q-32 0-47.5-26.5T248-406l62-110-86-180-106-106q-4-4-4.5-9.5T118-822q5-5 10-5t10 5l682 682q4 4 4.5 9.5T820-120q-5 5-10 5t-10-5ZM566-354 434-486H324l-50 92q-8 15-.5 27.5T296-354h270Zm56-160h-64 64Zm42 388q-22 0-38-15.5T610-180q0-23 16-38.5t38-15.5q22 0 38 15.5t16 38.5q0 23-16 38.5T664-126Z" }) })));
});
IconMaterialShoppingCartOffW100.displayName = 'OnesyIconMaterialShoppingCartOffW100';
exports.default = IconMaterialShoppingCartOffW100;
;