UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 816 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const PublicCalendarIcon = (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: "M1729 1283l317 317-317 317-91-90 163-163h-658l163 163-91 90-317-317 317-317 91 90-163 163h658l-163-163 91-90zM256 640v896h512v128H128V128h256V0h128v128h896V0h128v128h256v1024h-128V640H256zm128-384H256v256h1408V256h-128v128h-128V256H512v128H384V256z" }))), displayName: 'PublicCalendarIcon', }); exports.default = PublicCalendarIcon; //# sourceMappingURL=PublicCalendarIcon.js.map