iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.09 kB
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 BrightnessAuto = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brightness-auto", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12.707 2.793L14.915 5H18a1 1 0 01.993.883L19 6v3.085l2.207 2.208a1 1 0 01.083 1.32l-.083.094L19 14.914V18a1 1 0 01-.883.993L18 19h-3.086l-2.207 2.207a1 1 0 01-1.32.083l-.094-.083L9.085 19H6a1 1 0 01-.993-.883L5 18v-3.085l-2.207-2.208a1 1 0 01-.083-1.32l.083-.094L5 9.084V6a1 1 0 01.883-.993L6 5h3.084l2.209-2.207a1 1 0 011.414 0M12 8a3 3 0 00-3 3v3.5a1 1 0 002 0V14h2v.5a1 1 0 00.883.993L14 15.5a1 1 0 001-1V11a3 3 0 00-3-3m0 2a1 1 0 011 1v1h-2v-1a1 1 0 01.883-.993z" }));
exports.default = BrightnessAuto;