@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 769 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const RightDoubleQuoteIcon = (0, createSvgIcon_1.default)({
svg: ({ classes }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 875 2048", className: classes.svg, focusable: "false" },
React.createElement("path", { d: "M0 66h332v343q0 51-7 105t-23 104-41 96-62 78-84 53T5 865V708q37 0 64-14t47-38 30-55 18-64 9-66 3-62H0V66zm875 0v343q0 78-16 159t-54 147-100 108-157 42V708q55 0 89-30t53-76 25-98 7-95H546V66h329z" }))),
displayName: 'RightDoubleQuoteIcon',
});
exports.default = RightDoubleQuoteIcon;
//# sourceMappingURL=RightDoubleQuoteIcon.js.map