iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 901 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 BrandAmd = (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-amd", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M16 16V9c0-.566-.434-1-1-1H8L3 3h17c.566 0 1 .434 1 1v17l-5-5z" }),
React.createElement("path", { d: "M11.293 20.707L16 16H9a1 1 0 01-1-1V8l-4.707 4.707a1 1 0 00-.293.707V20a1 1 0 001 1h6.586a1 1 0 00.707-.293z" }));
exports.default = BrandAmd;