@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 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 IconMaterialShoppingBasketW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShoppingBasketW100Filled', short_name: 'ShoppingBasket', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M248-172q-20 0-36.5-11.5T190-215l-84-295q-4-14 5-26t24-12h187l148-224q2-3 5-4.5t6-1.5q3 0 6 1.5t5 4.5l146 224h187q15 0 24.5 12t4.5 26l-86 295q-5 20-21.5 31.5T710-172H248Zm232-160q11 0 19.5-8.5T508-360q0-11-8.5-19.5T480-388q-11 0-19.5 8.5T452-360q0 11 8.5 19.5T480-332ZM356-548h248L480-738 356-548Z" }) })));
});
IconMaterialShoppingBasketW100Filled.displayName = 'OnesyIconMaterialShoppingBasketW100Filled';
exports.default = IconMaterialShoppingBasketW100Filled;
;