UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 861 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const VaccinationIcon = (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: "M1955 637l-99-99-166 166 99 99-90 90-99-99-869 870H474l-202 203-272 90 384-384v-256l870-869-99-99 90-90 99 99 166-166-99-99 90-90 544 544-90 90zM677 1536l832-832-165-165-229 229 82 83-90 90-83-82-102 101 83 83-90 90-83-83-101 102 82 83-90 90-83-82-128 128v165h165zm923-923l165-165-165-165-165 165 165 165z" }))), displayName: 'VaccinationIcon', }); exports.default = VaccinationIcon; //# sourceMappingURL=VaccinationIcon.js.map