@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 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("@amaui/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 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12.925 11.05 9.6 7.725l.5-.475 2.825 2.825 5.675-5.65.475.475Zm.625 9.6-7.8-2.3V12.3h2.5l6 2.2q.45.175.8.637.35.463.35 1.263h-.7q-.95 0-1.712-.075-.763-.075-1.288-.275l-1.85-.65-.3.7 2 .65q.5.175 1.188.263.687.087 1.312.087h4.65q.75 0 1.15.438.4.437.4.962v.05ZM2.35 19.6v-7.3h2.7v7.3Z" }) })));
});
IconMaterialApprovalDelegationW100Filled.displayName = 'AmauiIconMaterialApprovalDelegationW100Filled';
exports.default = IconMaterialApprovalDelegationW100Filled;