@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 724 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const AirplaneSolidIcon = (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: "M1856 768q40 0 75 15t61 41 41 61 15 75q0 40-15 75t-41 61-61 41-75 15h-544l-384 768H662l256-768H256l-67 128H0l108-320L0 640h189l67 128h662L662 0h266l384 768h544z" }))),
displayName: 'AirplaneSolidIcon',
});
exports.default = AirplaneSolidIcon;
//# sourceMappingURL=AirplaneSolidIcon.js.map