@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.57 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHealingW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HealingW100Filled",
short_name: "Healing",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m232-162-71-71q-17-17.31-17-42.16Q144-300 161-317l481-481q17.31-17 42.16-17Q709-815 726-798l71 71q17 17.31 17 42.16Q814-660 797-643L316-162q-17.31 17-42.16 17Q249-145 232-162Zm268-144 153-153 143 143q18 17.57 18 42.79Q814-248 797-231l-67 67q-18 18-43.5 18.5T643-163L500-306Zm-19.82-84q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Zm-60-60q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Zm120 0q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5ZM306-502 164-644q-17-17-18-42t16-42l70-70q17.31-17 42.16-17Q299-815 316-798l143 143-153 153Zm174.18-8q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Z"
}));
});
IconMaterialHealingW100Filled.displayName = 'OnesyIconMaterialHealingW100Filled';
export default IconMaterialHealingW100Filled;