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.03 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ColorFill24Filled', 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: 'M13.02 14c-.013.122-.02.248-.02.375C13 16.23 14.394 18 16.5 18S20 16.23 20 14.375c0-.111-.006-.22-.016-.328A2.5 2.5 0 0 1 22 16.5v3a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 2 19.5v-3A2.5 2.5 0 0 1 4.5 14h2.086l.907.907a3 3 0 0 0 4.242 0l.907-.907h.378zm1.322-1.006c-.188.409-.342.888-.342 1.381C14 15.765 15.03 17 16.5 17s2.5-1.235 2.5-2.625c0-.493-.154-.972-.342-1.381a6.977 6.977 0 0 0-.674-1.134a10.41 10.41 0 0 0-.649-.812l-.305-.328a.75.75 0 0 0-1.06 0l-.006.005c-.058.062-.214.226-.3.323c-.175.199-.41.48-.648.812a6.977 6.977 0 0 0-.674 1.134zm2.158-.61c.086.108.176.225.266.35c.201.281.392.586.529.886c.14.305.205.56.205.755c0 .691-.48 1.125-1 1.125c-.519 0-1-.434-1-1.125c0-.194.065-.45.205-.755c.138-.3.328-.605.53-.886c.09-.125.18-.242.265-.35zM9.75 1a.75.75 0 0 0-.75.75v1.756a2.033 2.033 0 0 0-.093.087L4.664 7.836a2 2 0 0 0 0 2.828L8.2 14.2a2 2 0 0 0 2.828 0l4.243-4.243a2 2 0 0 0 0-2.828l-3.536-3.536a1.992 1.992 0 0 0-1.235-.578V1.75A.75.75 0 0 0 9.75 1zM9 5.621v.629a.75.75 0 0 0 1.5 0V4.54a.499.499 0 0 1 .175.114l3.535 3.535c.09.09.138.205.146.322H6.11L9 5.62zm.26 7.518l-3.128-3.128h6.964l-3.128 3.128a.5.5 0 0 1-.708 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })