@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 733 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const PinnedFillIcon = (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: "M1900 748q-41 40-93 61t-110 22q-44 0-84-12l-433 433q17 41 26 84t10 89q0 86-33 165t-93 140L318 958q61-60 140-93t165-33q45 0 88 9t85 27l433-433q-12-40-12-84 0-57 21-109t62-94l600 600z" }))),
displayName: 'PinnedFillIcon',
});
exports.default = PinnedFillIcon;
//# sourceMappingURL=PinnedFillIcon.js.map