UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 808 B
"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 BrightnessAltLow = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-brightness-alt-low", 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-4m0 1a3 3 0 012.959 2.5H5.04A3 3 0 018 8" })); exports.default = BrightnessAltLow;