@fluent-windows/icons
Version:
Fluent-Windows Svg Icons.
41 lines (35 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = exports.jsx = void 0;
var _createIcon = _interopRequireDefault(require("./utils/createIcon"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var 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: []
}]
}]
};
exports.jsx = jsx;
var _default = (0, _createIcon["default"])(jsx, 'Heart2Line');
exports["default"] = _default;