iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 962 B
JavaScript
"use strict";
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 BrandDrupal = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-drupal", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M12 2c0 4.308-7 6-7 12a7 7 0 0014 0c0-6-7-7.697-7-12z" }),
React.createElement("path", { d: "M12 11.33a65.753 65.753 0 01-2.012 2.023C8.988 14.31 8 15.32 8 17c0 2.17 1.79 4 4 4s4-1.827 4-4c0-1.676-.989-2.685-1.983-3.642-.42-.404-2.259-2.357-5.517-5.858l3.5 3.83z" }));
exports.default = BrandDrupal;