UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.02 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'FoodCake16Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M6.814 1.667C7.076 1.32 7.482 1 8 1c.518 0 .924.32 1.186.667c.269.355.45.813.51 1.267c.06.45.01.96-.267 1.375C9.134 4.75 8.639 5 8 5c-.64 0-1.134-.25-1.429-.691c-.276-.416-.327-.926-.267-1.375c.06-.454.241-.912.51-1.267zm.59 2.087c.08.12.236.246.596.246s.516-.125.596-.246c.099-.147.148-.387.108-.688a1.75 1.75 0 0 0-.315-.796C8.226 2.055 8.082 2 8 2c-.082 0-.226.055-.389.27a1.75 1.75 0 0 0-.315.796c-.04.3.01.54.108.688zM2 8a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5h.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H2V8zm1 5h10v-2.98c-.09.083-.183.168-.28.254c-.32.284-.685.58-1.049.806c-.344.215-.763.42-1.171.42c-.728 0-1.192-.51-1.495-.844a13.22 13.22 0 0 0-.062-.067C8.588 10.203 8.358 10 8 10s-.588.203-.943.589l-.062.067c-.303.334-.767.844-1.495.844c-.394 0-.807-.21-1.14-.421a8.891 8.891 0 0 1-1.049-.802A15.33 15.33 0 0 1 3 9.997V13zm0-4.4a16.642 16.642 0 0 0 .969.923c.306.267.629.524.924.71c.32.202.521.267.607.267c.258 0 .432-.166.821-.589l.003-.003C6.66 9.544 7.16 9 8 9s1.34.544 1.676.908l.003.003c.39.423.563.589.821.589c.11 0 .326-.07.641-.268a7.22 7.22 0 0 0 .916-.706a14.377 14.377 0 0 0 .943-.92V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v.6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })