iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 985 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 BrandDrops = (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-drops", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M17.637 7.416a7.907 7.907 0 011.76 8.666A8 8 0 0112 21a8 8 0 01-7.396-4.918 7.907 7.907 0 011.759-8.666L12 2l5.637 5.416z" }),
React.createElement("path", { d: "M14.466 10.923a3.595 3.595 0 01.77 3.877A3.5 3.5 0 0112 17a3.5 3.5 0 01-3.236-2.2 3.595 3.595 0 01.77-3.877L12 8.5l2.466 2.423z" }));
exports.default = BrandDrops;