google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 2.09 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Healing = createIcon("Healing", [
[
"path",
{
d: "M17.7452 11.9991L21.7252 8.01906C22.1152 7.62906 22.1152 6.99906 21.7252 6.60906L17.3852 2.26906C16.9952 1.87906 16.3652 1.87906 15.9752 2.26906L11.9952 6.24906L8.01516 2.26906C7.81516 2.07906 7.56516 1.97906 7.30516 1.97906C7.05516 1.97906 6.79516 2.07906 6.60516 2.26906L2.26516 6.60906C1.87516 6.99906 1.87516 7.62906 2.26516 8.01906L6.24516 11.9991L2.26516 15.9791C1.87516 16.3691 1.87516 16.9991 2.26516 17.3891L6.60516 21.7291C6.99516 22.1191 7.62516 22.1191 8.01516 21.7291L11.9952 17.7491L15.9752 21.7291C16.1752 21.9291 16.4252 22.0191 16.6852 22.0191C16.9452 22.0191 17.1952 21.9191 17.3952 21.7291L21.7352 17.3891C22.1252 16.9991 22.1252 16.3691 21.7352 15.9791L17.7452 11.9991ZM12.0152 8.97906C12.5652 8.97906 13.0152 9.42906 13.0152 9.97906C13.0152 10.5291 12.5652 10.9791 12.0152 10.9791C11.4652 10.9791 11.0152 10.5291 11.0152 9.97906C11.0152 9.42906 11.4652 8.97906 12.0152 8.97906ZM7.30516 10.9391L3.67516 7.31906L7.30516 3.68906L10.9252 7.30906L7.30516 10.9391ZM10.0152 12.9791C9.46516 12.9791 9.01516 12.5291 9.01516 11.9791C9.01516 11.4291 9.46516 10.9791 10.0152 10.9791C10.5652 10.9791 11.0152 11.4291 11.0152 11.9791C11.0152 12.5291 10.5652 12.9791 10.0152 12.9791ZM12.0152 14.9791C11.4652 14.9791 11.0152 14.5291 11.0152 13.9791C11.0152 13.4291 11.4652 12.9791 12.0152 12.9791C12.5652 12.9791 13.0152 13.4291 13.0152 13.9791C13.0152 14.5291 12.5652 14.9791 12.0152 14.9791ZM14.0152 10.9791C14.5652 10.9791 15.0152 11.4291 15.0152 11.9791C15.0152 12.5291 14.5652 12.9791 14.0152 12.9791C13.4652 12.9791 13.0152 12.5291 13.0152 11.9791C13.0152 11.4291 13.4652 10.9791 14.0152 10.9791ZM16.6752 20.3191L13.0452 16.6991L16.6752 13.0691L20.2952 16.6891L16.6752 20.3191Z",
key: "yf0mux"
}
]
]);
export { Healing as default };
//# sourceMappingURL=healing.js.map