UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.38 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BuildingLighthouse20Filled', 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: 'M9.248 2.066a.5.5 0 0 0-.496 0L5.571 3.884A1.133 1.133 0 0 0 6 5.992v2.194a2 2 0 0 0-1.145 1.593l-.79 7.11A1 1 0 0 0 5.059 18h7.882a1 1 0 0 0 .994-1.11l-.79-7.11A2 2 0 0 0 12 8.185v-.173v-2.021a1.133 1.133 0 0 0 .43-2.108L9.247 2.066zM11 8H7V6h4v2zm-5.483 4.88l6.766-1.805l.212 1.909l-7.203 1.92l.225-2.024zM16.5 7h-2a.5.5 0 1 1 0-1h2a.5.5 0 0 1 0 1zm-.646-3.146a.5.5 0 1 0-.707-.708l-1 1a.5.5 0 0 0 .707.708l1-1zm0 6a.5.5 0 0 0 0-.708l-1-1a.5.5 0 1 0-.707.708l1 1a.5.5 0 0 0 .707 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })