@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.38 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'HeartBroken16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.946 3.936a3.25 3.25 0 0 1 4.595.012l.454.453l.447-.448a3.252 3.252 0 0 1 4.6.012a3.25 3.25 0 0 1 .013 4.594l-4.683 4.68a.5.5 0 0 1-.707 0L2.958 8.53a3.25 3.25 0 0 1-.012-4.595zm5.073 8.242l4.327-4.325a2.25 2.25 0 0 0-.01-3.181a2.252 2.252 0 0 0-3.187-.012l-.25.252a.504.504 0 0 1-.045.052L7.707 6.11l1.647 1.647a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 0 1-.708-.707L8.293 8.11L6.646 6.464a.5.5 0 0 1 0-.707l.645-.645l-.457-.457a2.25 2.25 0 0 0-3.181-.012a2.25 2.25 0 0 0 .012 3.181l4.354 4.354z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})