iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 929 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 BrandAmie = (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-amie", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M3 8.5c0 1.33.472 2.55 1.257 3.5A5.5 5.5 0 0012 19.743 5.5 5.5 0 0019.743 12 5.5 5.5 0 0012 4.257 5.5 5.5 0 003 8.5" }),
React.createElement("path", { d: "M10 9.5c0-.828.895-1.5 2-1.5s2 .672 2 1.5v5c0 .828-.895 1.5-2 1.5s-2-.672-2-1.5z" }));
exports.default = BrandAmie;