@fluent-windows/icons
Version:
Fluent-Windows Svg Icons.
27 lines • 1.21 kB
JavaScript
import createIcon from './utils/createIcon';
export const jsx = {
type: 'svg',
props: {
xmlns: 'http://www.w3.org/2000/svg',
viewBox: '0 0 24 24'
},
children: [{
type: 'g',
props: null,
children: [{
type: 'path',
props: {
fill: 'none',
d: 'M0 0h24v24H0z'
},
children: []
}, {
type: 'path',
props: {
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 0 1 12 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 0 1 1.859.721c.273.358-.026.696-.377.585-.364-.117-.806.183-1.54.592a3.666 3.666 0 0 1-2.334.273 4.335 4.335 0 0 1-.585-.156h-.085c.797 1.775 2.793 2.443 4.296 2.443C17 18.553 20 15 20 12A8 8 0 0 0 6.244 6.444c.303.044.603.123.891.234z'
},
children: []
}]
}]
};
export default createIcon(jsx, 'FirefoxLine');