@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.23 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 IconMaterialSellW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SellW100Filled', short_name: 'Sell', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M810-395 565-150q-9.14 9-20.57 13.5t-22.68 4.5q-11.25 0-22.5-4.5T479-150L150-478q-9-8-13.5-19.28Q132-508.56 132-521v-246q0-25.16 17.5-43.08Q167-828 193-828h246q12.07 0 23.39 4.87Q473.7-818.25 482-810l328 328q9.39 9.14 13.7 20.57Q828-450 828-438.38q0 11.62-4.3 22.85Q819.39-404.3 810-395ZM262.59-663q14.41 0 24.41-9.92 10-9.91 10-24.08 0-14.58-9.92-24.79Q277.17-732 263-732q-14.58 0-24.79 10.09Q228-711.82 228-697.41T238.09-673q10.09 10 24.5 10Z" }) })));
});
IconMaterialSellW100Filled.displayName = 'OnesyIconMaterialSellW100Filled';
exports.default = IconMaterialSellW100Filled;
;