@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.46 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 IconMaterialApprovalDelegationW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ApprovalDelegationW100', short_name: 'ApprovalDelegation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m517-557 218-217q4-4 9-3.5t9 4.5q4 4 4 9.5t-4 9.5L538-539q-9 9-21 9t-21-9L394-641q-4-4-4.5-10t4.5-10q4-4 10-3.5t10 4.5l103 103Zm33 434q5 2 9 2t9-2l231-71q0-21-10-29.5t-22-8.5H581q-25 0-47-2t-45-10l-72-23q-6-2-8.5-8t-.5-12q2-5 7.5-7.5t11.5-.5l68 25q20 7 44 8.5t58 1.5h10q0-21-7-33t-21-17l-229-84q-3-1-5.5-1.5t-5.5-.5h-90v184l301 89Zm-7 28-294-87q-5 23-22 36.5T189-132h-16q-25 0-42.5-17.5T113-192v-172q0-25 17.5-42.5T173-424h165q5 0 10.5 1t10.5 3l230 84q18 7 32 25.5t14 50.5h132q32 0 46.5 19.5T828-192q0 9-5 16t-14 10L578-95q-8 2-17 2.5T543-95Zm-402-97q0 14 9 23t23 9h16q14 0 23-7.5t9-24.5v-204h-48q-14 0-23 9t-9 23v172Z" }) })));
});
IconMaterialApprovalDelegationW100.displayName = 'OnesyIconMaterialApprovalDelegationW100';
exports.default = IconMaterialApprovalDelegationW100;
;