iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.14 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 Drupal = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.516 5.8c-.065 0-.065-.033 0 0-.909-.585-1.753-.878-2.63-1.332-.13-.033-.227-.13-.357-.227-.585-.455-1.461-1.43-2.176-2.241a4.858 4.858 0 01-.194 1.072c-.13.52-.455.909-.715 1.136-.065.033-.065.033-.097.033C9.34 5.02 8.723 5.247 7.879 5.7c-.033.033-.195.098-.325.196-.52.324-1.429.974-2.24 1.915-2.208 2.566-2.76 6.397-1.202 9.385.585 1.104 1.396 2.143 2.403 2.922 1.04.812 2.435 1.299 3.702 1.591 1.818.422 3.572.422 5.293-.26a8.4 8.4 0 003.41-2.5c1.233-1.526 1.85-3.474 1.85-5.423.162-4.968-3.67-7.306-4.254-7.728zM5.184 9.078c-.033-.033-.357-.228-.033-.65.974-1.46 2.76-2.468 3.312-2.727.195-.098 1.072-.52 1.916-1.137.552-.422.91-.812 1.072-2.078.13.455.13.812.13 1.299-.033.52-.52.812-.552.877-.098.097-.52.26-.585.357-.097.032-.097.097 0 .097.13.033.227.098.227.228 0 .097-.032.357-.52.811-.81.812-1.428 1.364-2.857 2.208-1.363.812-2.045.715-2.11.715zm11.43 11.332c-.098.098-1.007.747-2.079.812-1.071.065-2.467.13-3.312-.65-.13-.13-.097-.357 0-.422.098-.097.13-.13.26-.13.098 0 .098 0 .13.033.357.325.974.552 2.208.552 1.234 0 2.176-.357 2.533-.65.13-.13.227-.032.26.033.065.195.13.357 0 .422zm-3.475-1.72c.228-.196.552-.52.877-.65.357-.13.52-.098.812-.098.325 0 .65.033.877.13.227.13.357.52.454.682.098.195 0 .325-.13.357-.13.098-.13.033-.26-.227-.13-.227-.227-.52-.974-.52-.682 0-.877.228-1.234.52-.357.26-.454.357-.552.227-.097-.097-.032-.26.13-.422zm5.196.13c-.682-.033-2.111-2.241-2.988-2.241-1.136-.033-3.572 2.338-5.52 2.338-1.136 0-1.526-.13-1.916-.455-.552-.422-.876-1.072-.876-1.883.032-1.526 1.46-2.955 3.28-2.988 2.24-.032 3.863 2.24 5 2.24.974-.032 2.857-1.915 3.766-1.915.975 0 1.234 1.007 1.234 1.623 0 .585-.194 1.689-.649 2.403-.487.682-.78.91-1.331.877z", fill: "#323544" }));
exports.default = Drupal;