UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.31 kB
"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 BrightnessUp = (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-up", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 8a4 4 0 11-3.995 4.2L8 12l.005-.2A4 4 0 0112 8zM12 2a1 1 0 01.993.883L13 3v2a1 1 0 01-1.993.117L11 5V3a1 1 0 011-1zM17.693 4.893a1 1 0 011.497 1.32l-.083.094-1.4 1.4a1 1 0 01-1.497-1.32l.083-.094 1.4-1.4zM21 11a1 1 0 01.117 1.993L21 13h-2a1 1 0 01-.117-1.993L19 11h2zM16.293 16.293a1 1 0 011.32-.083l.094.083 1.4 1.4a1 1 0 01-1.32 1.497l-.094-.083-1.4-1.4a1 1 0 010-1.414zM12 18a1 1 0 01.993.883L13 19v2a1 1 0 01-1.993.117L11 21v-2a1 1 0 011-1zM6.293 16.293a1 1 0 011.497 1.32l-.083.094-1.4 1.4a1 1 0 01-1.497-1.32l.083-.094 1.4-1.4zM6 11a1 1 0 01.117 1.993L6 13H4a1 1 0 01-.117-1.993L4 11h2zM4.893 4.893a1 1 0 011.32-.083l.094.083 1.4 1.4a1 1 0 01-1.32 1.497l-.094-.083-1.4-1.4a1 1 0 010-1.414z" })); exports.default = BrightnessUp;