iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 782 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 BrightnessAltLowFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-brightness-alt-low-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8.5 5.5a.5.5 0 11-1 0 .5.5 0 011 0m5 6a.5.5 0 110-1 .5.5 0 010 1M2 11a.5.5 0 101 0 .5.5 0 00-1 0m10.243-3.536a.5.5 0 11-.707-.707.5.5 0 01.707.707m-8.486-.707a.5.5 0 10.707.707.5.5 0 00-.707-.707M8 7a4 4 0 00-4 4 .5.5 0 00.5.5h7a.5.5 0 00.5-.5 4 4 0 00-4-4" }));
exports.default = BrightnessAltLowFill;