UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialApprovalDelegationW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ApprovalDelegationW100Filled", short_name: "ApprovalDelegation", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialApprovalDelegationW100Filled;