styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 1.52 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.Firefox = 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", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }),
React.createElement("path", { d: "M2.592 7.855c-.114-1.262.568-2.671 1.339-3.347.025.456.123.857.295 1.202A9.98 9.98 0 0112 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S1.7 17.523 1.7 11.5c0-2.09.77-3.476.892-3.645zm4.543-1.177c.748-.9 2.013-1.024 2.789-.721-.753.39-1.32 1.155-1.54 1.755.105.459.477.809.942.884 1.32.13 1.573.234 1.612.383.002.04.002.079 0 .118-.169.772-.786.971-1.157 1.124-.99.408-2.288 1.313-2.594 1.898-.164.315-.144.588.046 1.014.115.257.945.962 1.163 1.086.956.54 1.638-.02 2.373-.124a1.95 1.95 0 011.859.721c.273.358-.026.696-.377.585-.364-.117-.806.183-1.54.592a3.666 3.666 0 01-2.334.273 4.335 4.335 0 01-.585-.156h-.085c.797 1.775 2.793 2.443 4.296 2.443C17 18.553 20 15 20 12A8 8 0 006.244 6.444c.303.044.603.123.891.234z", key: "k1" })));
});
exports.Firefox.displayName = 'Firefox';
exports.FirefoxDimensions = { height: 24, width: 24 };
;