@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 784 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const AddFavoriteIcon = (0, createSvgIcon_1.default)({
svg: ({ classes }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" },
React.createElement("path", { d: "M1370 1536l-103-329 405-311h-502l-146-467-138 467H384l397 311-154 493 397-306 256 197v162l-256-197-640 492 248-794L0 768h784L1024 0l240 768h784l-632 486 88 282h-134zm422-128v256h256v128h-256v256h-128v-256h-256v-128h256v-256h128z" }))),
displayName: 'AddFavoriteIcon',
});
exports.default = AddFavoriteIcon;
//# sourceMappingURL=AddFavoriteIcon.js.map