@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 919 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialShieldWithHeartFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ShieldWithHeartFilled",
short_name: "ShieldWithHeart",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M320-524q0 56 55 107t92 85q6 5 13.5 5t13.5-5q36-33 91-85.5T640-524q0-36-26-62t-62-26q-21 0-40.5 8.5T480-580q-12-15-31-23.5t-41-8.5q-36 0-62 26t-26 62ZM480-84q-7 0-13-1t-12-3q-135-45-215-166.5T160-516v-189q0-25 14.5-45t37.5-29l240-90q14-5 28-5t28 5l240 90q23 9 37.5 29t14.5 45v189q0 140-80 261.5T505-88q-6 2-12 3t-13 1Z"
}));
});
IconMaterialShieldWithHeartFilled.displayName = 'OnesyIconMaterialShieldWithHeartFilled';
export default IconMaterialShieldWithHeartFilled;