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.14 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'ColorFill28Regular', 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: 'M11.75 3a.75.75 0 0 1 .75.75V5.1a2.738 2.738 0 0 1 1.467.763l3.692 3.692a2.75 2.75 0 0 1 0 3.89l-4.7 4.7a2.75 2.75 0 0 1-3.89 0l-3.691-3.693a2.75 2.75 0 0 1 0-3.889l4.7-4.7c.272-.272.587-.475.923-.609V3.75a.75.75 0 0 1 .75-.75zM11 8.25V7.062l-4.562 4.562c-.111.112-.198.24-.258.376h10.68a1.25 1.25 0 0 0-.261-1.384l-3.692-3.692c-.12-.12-.258-.21-.406-.271V8.25a.75.75 0 0 1-1.5 0zm4.482 5.25H6.547l3.583 3.584a1.25 1.25 0 0 0 1.768 0l3.584-3.584zM6.25 17h.261l1.5 1.5H6.25a1.75 1.75 0 0 0-1.75 1.75v1.5c0 .966.784 1.75 1.75 1.75h15.5a1.75 1.75 0 0 0 1.75-1.75v-1.5c0-.338-.096-.653-.261-.92c.168-.41.261-.86.261-1.33c0-.177-.02-.352-.05-.52A3.248 3.248 0 0 1 25 20.25v1.5A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75v-1.5A3.25 3.25 0 0 1 6.25 17zm14.347-2.704l-.002-.002a.75.75 0 0 0-1.19 0l-.002.002l-.005.006l-.016.022a16.095 16.095 0 0 0-.265.361c-.17.237-.397.565-.626.927c-.227.359-.464.764-.647 1.154c-.17.362-.344.815-.344 1.234a2.5 2.5 0 0 0 5 0c0-.42-.175-.872-.344-1.234c-.183-.39-.42-.795-.647-1.154a19.976 19.976 0 0 0-.891-1.288l-.016-.022l-.005-.006zM20 16.044c.078.117.16.241.241.37c.21.332.411.679.556.989c.16.338.203.533.203.597a1 1 0 1 1-2 0c0-.064.044-.259.203-.597c.145-.31.345-.657.556-.99c.081-.128.163-.252.241-.37z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })