UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 967 B
"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 AlphabetThai = (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-thai", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M8 18v-3.444c0-.49.165-.924.494-1.363.326-.449 1.009-.76 1.506-.934.032-.011.035-.079.004-.095-.434-.22-1.294-.52-1.626-1.032l-.014-.021-.083-.125C8 10.566 8 9.74 8 9.74c0-1.456.849-2.62 1.837-3.199q.9-.54 2.137-.541 1.077 0 1.995.47C15.297 7.117 16 8.672 16 10.446V18" })); exports.default = AlphabetThai;