@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.07 kB
JavaScript
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: 'ColorFill28Filled',
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.584zM16.5 18c0-.353.076-.698.174-1h-1.156l-1.852 1.852a3.75 3.75 0 0 1-5.303 0L6.51 17H6.25A3.25 3.25 0 0 0 3 20.25v1.5A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75v-1.5c0-1.172-.62-2.2-1.55-2.77c.03.168.05.343.05.52a3.5 3.5 0 1 1-7 0zm4.097-3.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 */
)
])
)
)
}
})