@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.86 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 IconMaterialInactiveOrderW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InactiveOrderW100Filled', 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.8Zm-80-333q5.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 4h372Zm54 528q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105T720-86Zm-548-59v-583q0-24.75 17.63-42.38Q207.25-788 232-788h496q24.75 0 42.38 17.62Q788-752.75 788-728v200q0 11.18-9 18.09T759-505q-32-5-63.5-2.5T633-494H294q-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 4h281q-34 22-59.5 52.5T474-346H294q-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 4h170q-5 18-8 36.5t-3 38.5q0 17 2.5 34.33Q458-191.33 462-174q2 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-31 22q-3 2-9 4Z" }) })));
});
IconMaterialInactiveOrderW100Filled.displayName = 'OnesyIconMaterialInactiveOrderW100Filled';
exports.default = IconMaterialInactiveOrderW100Filled;
;