@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.35 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: 'DesignIdeas24Regular',
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-.09zM3.5 6.749v.001a1.25 1.25 0 0 0 2.5 0c0-.439-.185-.743-.542-1.274l-.012-.018c-.229-.34-.5-.743-.692-1.26c-.543.552-.843 1.01-1.012 1.37c-.242.516-.242.883-.242 1.18zm.474 3.657c-.248.402-.474 1.226-.474 2.849c0 1.601.218 3.545.567 5.076c.176.77.376 1.395.579 1.811c.037.077.072.141.104.195c.032-.054.067-.118.104-.195c.203-.416.403-1.042.579-1.811c.35-1.53.567-3.474.567-5.076c0-1.623-.226-2.447-.474-2.849a.786.786 0 0 0-.325-.317a1.021 1.021 0 0 0-.451-.084c-.2 0-.343.031-.451.084a.786.786 0 0 0-.325.317zM10 14.918a5.957 5.957 0 0 1-1.532-.476a23.098 23.098 0 0 0 .025-1.703c.451.303.96.526 1.507.65V10.5A1.5 1.5 0 0 1 11.5 9h4a4.5 4.5 0 0 0-7.234-3.574c-.2-.553-.485-.976-.683-1.27l-.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.583zm1.5.063v4.52h9v-9h-3.69a6.004 6.004 0 0 1-5.31 4.48zm3.744-4.48H11.5v2.973a4.504 4.504 0 0 0 3.744-2.973z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})