styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.37 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.AdjustBrightness = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M12 6.934L13 4a1.055 1.055 0 10-2 0l1 2.934zM4 11a1.055 1.055 0 100 2l2.934-1L4 11zm8 6.066L11 20a1.055 1.055 0 102 0l-1-2.934zm9.341-5.409A1.055 1.055 0 0020 10.998l-2.934 1 2.934 1a1.057 1.057 0 001.341-1.341zM5.636 7.05l2.781 1.367L7.05 5.636A1.057 1.057 0 105.636 7.05zm-.483 10.382a1.057 1.057 0 001.896.932l1.367-2.781-2.781 1.367a1.056 1.056 0 00-.482.482zm13.21-.483l-2.781-1.367 1.367 2.781a1.056 1.056 0 101.414-1.414zm.481-10.383a1.057 1.057 0 00-1.895-.933L15.58 8.416l2.782-1.368c.202-.1.375-.264.482-.482zM12 7.5c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5 4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5z", key: "k0" })));
});
exports.AdjustBrightness.displayName = 'AdjustBrightness';
exports.AdjustBrightnessDimensions = { height: 24, width: 24 };
;