@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.01 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 IconMaterialInactiveOrderW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InactiveOrderW100', short_name: 'InactiveOrder', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M694-280.75q0-6.25-4.2-10.25t-9.8-4q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v93.75q0 6.25 4.2 10.25t9.8 4q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-93.75Zm52-.25v93.75q0 6.25 4.2 10.25t9.8 4q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-93.75q0-6.25-4.2-10.25t-9.8-4q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8ZM294-614h372q5.95 0 9.97-4.03Q680-622.05 680-628q0-7-4.03-10.5-4.02-3.5-9.97-3.5H294q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4ZM720-86q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105T720-86ZM172-728q0-24.75 17.63-42.38Q207.25-788 232-788h496q24.75 0 42.38 17.62Q788-752.75 788-728v212q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-212q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v530h257q.67 6.1 2 12.2 1.33 6.11 3 11.8 2 6-3.5 10t-10.5 1l-12-8q-4-2-8-2t-8 2l-36 22q-4 2-8 2t-8-2l-36-22q-4-2-8-2t-8 2l-36 22q-4 2-8 2t-8-2l-36-22q-4-2-8-2t-8 2l-40 28v-585Zm122 410h161q5.95 0 9.98-4.04 4.02-4.03 4.02-10 0-5.96-4.02-9.96-4.03-4-9.98-4H294q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm0-148h296q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H294q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm-94 268v-562 562Z" }) })));
});
IconMaterialInactiveOrderW100.displayName = 'OnesyIconMaterialInactiveOrderW100';
exports.default = IconMaterialInactiveOrderW100;
;