iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.17 kB
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 Laravelnova = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.333 4.319C16.56.386 9.453.632 4.973 5.057a7.571 7.571 0 000 10.8c3.018 2.982 7.912 2.982 10.931 0a3.245 3.245 0 000-4.628 3.342 3.342 0 00-4.685 0 1.114 1.114 0 01-1.561 0 1.082 1.082 0 010-1.543 5.57 5.57 0 017.808 0 5.408 5.408 0 010 7.714c-3.881 3.834-10.174 3.834-14.055 0a9.734 9.734 0 01-.015-13.87C5.596 1.35 8.638 0 12 0c3.75 0 7.105 1.68 9.333 4.319zm-.714 16.136A12.184 12.184 0 0112 24a12.18 12.18 0 01-9.333-4.319c4.772 3.933 11.88 3.687 16.36-.738a7.571 7.571 0 000-10.8c-3.018-2.982-7.912-2.982-10.931 0a3.245 3.245 0 000 4.628 3.342 3.342 0 004.685 0 1.114 1.114 0 011.561 0 1.082 1.082 0 010 1.543 5.57 5.57 0 01-7.808 0 5.408 5.408 0 010-7.714c3.881-3.834 10.174-3.834 14.055 0a9.734 9.734 0 01.03 13.855z" }));
exports.default = Laravelnova;