iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 727 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 Laravelhorizon = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.486 3.516C15.8-1.171 8.202-1.172 3.516 3.513A11.963 11.963 0 000 11.998a11.975 11.975 0 004.2 9.13h.01a12 12 0 0016.274-.642c4.687-4.685 4.688-12.283.002-16.97zM16 13.998c-4 0-4-4-8-4-2.5 0-3.44 1.565-4.765 2.74H3.23a8.801 8.801 0 0117.54-1.48c-1.33 1.175-2.27 2.74-4.77 2.74z" }));
exports.default = Laravelhorizon;