iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 880 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 BrightnessLow = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-brightness-low", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 11a3 3 0 110-6 3 3 0 010 6m0 1a4 4 0 100-8 4 4 0 000 8m.5-9.5a.5.5 0 11-1 0 .5.5 0 011 0m0 11a.5.5 0 11-1 0 .5.5 0 011 0m5-5a.5.5 0 110-1 .5.5 0 010 1m-11 0a.5.5 0 110-1 .5.5 0 010 1m9.743-4.036a.5.5 0 11-.707-.707.5.5 0 01.707.707m-7.779 7.779a.5.5 0 11-.707-.707.5.5 0 01.707.707m7.072 0a.5.5 0 11.707-.707.5.5 0 01-.707.707M3.757 4.464a.5.5 0 11.707-.707.5.5 0 01-.707.707" }));
exports.default = BrightnessLow;