@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const UnsyncOccurenceIcon = (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: "M1933 1843l-90 90-235-234q-119 103-267 162t-317 59q-119 0-231-30t-212-87-182-136-143-181v306H128v-512h512v128H359q51 89 122 160t158 120 183 77 202 27q141 0 266-48t228-136L439 530q-63 73-106 160t-63 187l-126-25q23-119 76-222t129-190L115 205l90-90 1728 1728zM1024 256q-97 0-187 24t-171 67l-94-95q101-60 214-92t238-32q118 0 230 30t211 87 183 137 144 180V256h128v512h-512V640h281q-51-88-122-159t-158-121-184-77-201-27zm773 1221l-96-96q26-49 46-100t31-109l125 24q-14 77-41 146t-65 135z" }))),
displayName: 'UnsyncOccurenceIcon',
});
exports.default = UnsyncOccurenceIcon;
//# sourceMappingURL=UnsyncOccurenceIcon.js.map