iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 703 B
JavaScript
;
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 HdmiFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-hdmi-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M1 5a1 1 0 00-1 1v3.293c0 .39.317.707.707.707.188 0 .368.075.5.207l.5.5a1 1 0 00.707.293h11.172a1 1 0 00.707-.293l.5-.5a.7.7 0 01.5-.207c.39 0 .707-.317.707-.707V6a1 1 0 00-1-1zm1.5 2h11a.5.5 0 010 1h-11a.5.5 0 010-1" }));
exports.default = HdmiFill;