@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
9 lines • 631 B
JavaScript
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const PinnedFillIcon = createSvgIcon({
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',
});
export default PinnedFillIcon;
//# sourceMappingURL=PinnedFillIcon.js.map