@fluent-windows/icons
Version:
Fluent-Windows Svg Icons.
27 lines • 620 B
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.821 12.794a6.5 6.5 0 0 1 7.413-10.24h-.002L5.99 6.798l1.414 1.414 4.242-4.242a6.5 6.5 0 0 1 9.193 9.192L12 22l-9.192-9.192.013-.014z'
},
children: []
}]
}]
};
export default createIcon(jsx, 'Heart2Fill');