@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.32 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 IconMaterialApprovalDelegationW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ApprovalDelegationW100Filled', short_name: 'ApprovalDelegation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m542-95-294-87v-242h89q6 0 11 1t10 3l230 84q17 6 30.5 24t13.5 34q0 9-4.5 13.5T614-260h-31q-28 0-52.5-3.5T486-274l-61-21q-6-2-11.5.5T406-287q-2 6 1 12t9 8l64 21q23 8 49 11t51 3h186q27 0 44.5 16t17.5 42L577-95q-7 2-17.5 2T542-95Zm-430-69v-228q0-14 9-23t23-9h44q14 0 23 9t9 23v228q0 14-9 23t-23 9h-44q-14 0-23-9t-9-23Zm405-393 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 103Z" }) })));
});
IconMaterialApprovalDelegationW100Filled.displayName = 'OnesyIconMaterialApprovalDelegationW100Filled';
exports.default = IconMaterialApprovalDelegationW100Filled;
;