UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 851 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const CheckedOutByYou12Icon = (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: "M939 171q129 0 248 33t224 95 190 147 147 190 95 224 34 249q0 129-33 248t-95 224-147 191-190 147-224 95-249 34q-129 0-249-33t-224-95-190-147-147-190-95-225-34-249q0-129 33-248t95-224 148-190 190-147 224-95 249-34zm426 1365V853h-170v361L673 693 522 843l522 522H683v171h682z" }))), displayName: 'CheckedOutByYou12Icon', }); exports.default = CheckedOutByYou12Icon; //# sourceMappingURL=CheckedOutByYou12Icon.js.map