UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.47 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLeakAddW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LeakAddW100Filled", short_name: "LeakAdd", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M540-770q-7 143-107 243T190-420q-7 0-12.5-4.04-5.5-4.03-5.5-10 0-5.96 4.5-9.96 4.5-4 11.5-4 132-6 225-98.5T512-771q0-7 4.2-12t9.8-5q7 0 10.5 5.5T540-770Zm-160-4q-5 78-59 132.5T189-581q-7 1-12-3t-5-10.18q0-5.82 3.8-9.82t10.2-5q66-5 113-51.5T351-773q1-6 5-10.5t9.71-4.5q6.08 0 10.18 4 4.11 4 4.11 10Zm53.96 602q-5.96 0-9.96-5.5-4-5.5-4-12.5 7-143 107-243t243-107q7 0 12.5 3.5t5.5 10.2q0 6.3-5 10.3-5 4-12 4-132 6-224.5 99T448-188q0 7-4.04 11.5-4.03 4.5-10 4.5Zm159.99 0q-5.95 0-9.95-5-4-5-3-12 6-78 60.5-132T774-380q6 0 10 4.11 4 4.1 4 10.18 0 5.71-4.5 9.71-4.5 4-10.5 5-66 5-112.5 52T609-186q-1.05 6.4-5.25 10.2-4.2 3.8-9.8 3.8ZM212-768q0 8.4-5.8 14.2-5.8 5.8-14.2 5.8-8.4 0-14.2-5.8-5.8-5.8-5.8-14.2 0-8.4 5.8-14.2 5.8-5.8 14.2-5.8 8.4 0 14.2 5.8 5.8 5.8 5.8 14.2Zm576 576q0 8.4-5.8 14.2-5.8 5.8-14.2 5.8-8.4 0-14.2-5.8-5.8-5.8-5.8-14.2 0-8.4 5.8-14.2 5.8-5.8 14.2-5.8 8.4 0 14.2 5.8 5.8 5.8 5.8 14.2Z" })); }); IconMaterialLeakAddW100Filled.displayName = 'OnesyIconMaterialLeakAddW100Filled'; export default IconMaterialLeakAddW100Filled;