UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.7 kB
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 12 12' } export default defineComponent({ name: 'FoodCake12Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.003 1c-.534 0-.88.357-1.065.65a2.015 2.015 0 0 0-.303.884c-.025.424.04.842.303 1.158c.275.33.672.438 1.065.438c.403 0 .797-.123 1.068-.45c.261-.316.332-.731.303-1.152a2.06 2.06 0 0 0-.304-.869C6.888 1.369 6.543 1 6.003 1zm-.37 1.592c.004-.063.05-.248.15-.409c.103-.162.182-.183.22-.183c.032 0 .113.02.22.19c.103.166.15.353.153.408c.02.284-.04.402-.075.444c-.025.03-.092.088-.298.088c-.222 0-.28-.058-.297-.078c-.028-.034-.091-.15-.073-.46zM10 10V6.5A1.5 1.5 0 0 0 8.5 5h-5A1.5 1.5 0 0 0 2 6.5V10h-.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1H10zM3.5 6h5a.5.5 0 0 1 .5.5v.786l-.867.676a.25.25 0 0 1-.299.006l-1.109-.79a1.25 1.25 0 0 0-1.45 0l-1.11.79a.25.25 0 0 1-.299-.006L3 7.286V6.5a.5.5 0 0 1 .5-.5zM3 8.554l.251.196a1.25 1.25 0 0 0 1.494.033l1.11-.79a.25.25 0 0 1 .29 0l1.11.79a1.25 1.25 0 0 0 1.493-.033L9 8.554V10H3V8.554z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })