UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialShieldWithHeartW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ShieldWithHeartW100Filled", short_name: "ShieldWithHeart", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M359-510q0 42 42 80.5t69 64.5q5 4 10 4t9.71-3.82Q518-390 559.5-429q41.5-39 41.5-81 0-27-19.8-46.5Q561.41-576 534-576q-17 0-31.15 6.37Q488.71-563.25 480-552q-9-11.25-23.25-17.63Q442.5-576 426-576q-27 0-47 19.5T359-510Zm121 371q-5 0-11-1t-11.02-3Q345-188 278.5-291.5 212-395 212-516v-166q0-19.26 10.88-34.66Q233.75-732.07 251-739l208-77q11-4 21-4t21 4l208 77q17.25 6.93 28.13 22.34Q748-701.26 748-682v166q0 121-66.5 224.5T502.02-143q-5.02 2-11.02 3t-11 1Z" })); }); IconMaterialShieldWithHeartW100Filled.displayName = 'OnesyIconMaterialShieldWithHeartW100Filled'; export default IconMaterialShieldWithHeartW100Filled;