iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 578 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Fsharp = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 12L11.39.61v5.695L5.695 12l5.695 5.695v5.695L0 12zm7.322 0l4.068-4.068v8.136L7.322 12zM24 12L12.203.61v5.695L17.898 12l-5.695 5.695v5.695L24 12z" }));
exports.default = Fsharp;