@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 865 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const FavouriteColoured64 = (_a) => {
var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M29.696 16.38c-4.465-5.302-12.512-5.646-17.413-.744-4.62 4.62-4.62 12.11 0 16.73L31.29 51.373a1 1 0 0 0 1.415 0l19.009-19.009c4.62-4.62 4.62-12.11 0-16.73-4.902-4.901-12.949-4.557-17.414.746l-2.302 2.734-2.303-2.734Z" })));
};
exports.default = FavouriteColoured64;