@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.3 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialHeartPlusW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HeartPlusW100Filled', short_name: 'HeartPlus', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M720-306q-6 0-10-4t-4-10v-106H600q-6 0-10-4t-4-10q0-6 4-10t10-4h106v-106q0-6 4-10t10-4q6 0 10 4t4 10v106h106q6 0 10 4t4 10q0 6-4 10t-10 4H734v106q0 6-4 10t-10 4ZM70-15v-152 152Zm370-187q-6 0-11.5-1.5T418-210q-97-89-160.5-152t-100-110.5Q121-520 106.5-558T92-634q0-71 48.5-119.5T260-802q53 0 99 28.5t81 83.5q35-55 81-83.5t99-28.5q61 0 106 36t58 93q2 11-6 18t-19 5q-10-2-19.5-3t-19.5-1q-89 0-151.5 62.5T506-440q0 32 9.5 62t26.5 56q6 9 5.5 21t-8.5 20l-77 71q-5 5-10.5 6.5T440-202Z" }) })));
});
IconMaterialHeartPlusW100Filled.displayName = 'OnesyIconMaterialHeartPlusW100Filled';
exports.default = IconMaterialHeartPlusW100Filled;
;