@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.02 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 IconMaterialFavoriteW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FavoriteW100Filled', short_name: 'Favorite', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M479-211q-11 0-21.5-4T439-227l-39-35q-107-97-187.5-187.5T132-634q0-71 48.5-119.5T300-802q41 0 88.5 22t91.5 90q44-68 91.5-90t88.5-22q71 0 119.5 48.5T828-634q0 97-85 189.5T559-262l-39 35q-8 8-19 12t-22 4Z" }) })));
});
IconMaterialFavoriteW100Filled.displayName = 'OnesyIconMaterialFavoriteW100Filled';
exports.default = IconMaterialFavoriteW100Filled;
;