@fluent-windows/icons
Version:
Fluent-Windows Svg Icons.
27 lines • 726 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: 'M21.179 12.794l.013.014L12 22l-9.192-9.192.013-.014A6.5 6.5 0 0 1 12 3.64a6.5 6.5 0 0 1 9.179 9.154zM4.575 5.383a4.5 4.5 0 0 0 0 6.364L12 19.172l7.425-7.425a4.5 4.5 0 0 0-6.364-6.364L8.818 9.626 7.404 8.21l3.162-3.162a4.5 4.5 0 0 0-5.99.334z'
},
children: []
}]
}]
};
export default createIcon(jsx, 'Heart2Line');