iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.1 kB
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 AlphabetBangla = (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-alphabet-bangla", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M14 12c.904-.027 3 2 3 7M10 11c0-.955 0-2 .786-2.677 1.262-1.089 3.025.55 3.2 2.06.086.741-.215 3.109-1.489 4.527-.475.53-.904.992-1.711 1.074-.75.076-1.364-.122-2.076-.588-1.138-.743-2.327-1.997-3.336-3.73C4.296 9.817 3.714 8.553 3 6" }),
React.createElement("path", { d: "M7.37 7.072c.769-.836 5.246-4.094 8.4-.202.382.472.573.708.9 1.63.326.921.326 1.562.326 2.844V19M17 10c0-1.989 1.5-4 4-4" }));
exports.default = AlphabetBangla;