@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DesignIdeas24Filled',
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: 'M5.575 2.074A.75.75 0 0 1 6 2.75c0 .83.312 1.308.703 1.89l.029.042c.332.494.768 1.141.768 2.068c0 .946-.477 1.78-1.204 2.275c.191.16.36.357.506.593c.476.77.698 1.947.698 3.637c0 1.712-.23 3.768-.605 5.41c-.186.816-.417 1.569-.692 2.134c-.137.281-.304.555-.51.77c-.206.211-.523.436-.943.436c-.42 0-.737-.225-.942-.436a2.995 2.995 0 0 1-.51-.77c-.276-.566-.507-1.318-.693-2.135A26.05 26.05 0 0 1 2 13.254c0-1.69.222-2.866.698-3.636a2.44 2.44 0 0 1 .506-.593A2.747 2.747 0 0 1 2 6.75c0-.368 0-1.001.383-1.818c.375-.8 1.088-1.719 2.398-2.768a.75.75 0 0 1 .794-.09zM10 14.917a5.957 5.957 0 0 1-1.532-.476c.021-.406.032-.804.032-1.186c0-.406-.012-.794-.038-1.164c.443.365.966.636 1.538.783V10.5A1.5 1.5 0 0 1 11.5 9H15a4 4 0 0 0-6.585-3.053c-.173-.814-.575-1.41-.832-1.791l-.04-.06A6 6 0 0 1 17 9h3.5a1.5 1.5 0 0 1 1.5 1.5v9a1.5 1.5 0 0 1-1.5 1.5h-9a1.5 1.5 0 0 1-1.5-1.5v-4.583zm2 0V19h8v-8h-3.341a6.008 6.008 0 0 1-4.66 3.917zM14.465 11H12v1.874A4.008 4.008 0 0 0 14.465 11z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})