@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.55 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DesignIdeas16Regular',
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: 'M7 10.973a4.474 4.474 0 0 1-1.016-.235c.01-.236.016-.482.016-.738v-.08v-.257c.31.148.647.251 1 .302V7.5A1.5 1.5 0 0 1 8.5 6h2.465a3.5 3.5 0 0 0-5.088-2.602a3.195 3.195 0 0 0-.386-.926A4.5 4.5 0 0 1 11.973 6H13.5A1.5 1.5 0 0 1 15 7.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 7 12.5v-1.527zM11.973 7A4.502 4.502 0 0 1 8 10.973V12.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-1.527zm-1.008 0H8.5a.5.5 0 0 0-.5.5v2.465A3.502 3.502 0 0 0 10.965 7zm-6.17.561c-.105-.386-.275-.773-.567-1.07C4.7 6.044 5 5.332 5 4.5c0-.697-.141-1.176-.396-1.559a2.749 2.749 0 0 0-.39-.453a9.182 9.182 0 0 0-.17-.16c-.061-.057-.117-.109-.19-.182c-.15-.15-.167-.27-.167-.333a.33.33 0 0 1 .017-.103a.5.5 0 0 0-.731-.626l-.002.001l-.003.002l-.009.006l-.03.02a5.487 5.487 0 0 0-.433.343c-.25.221-.576.548-.807.938a4.73 4.73 0 0 0-.482 1.032C1.087 3.785 1 4.174 1 4.5c0 .832.3 1.543.772 1.992c-.292.296-.462.683-.567 1.07C1 8.314 1 9.244 1 9.963V10c0 2.058.385 3.28.821 4.007c.219.364.447.599.638.747a1.645 1.645 0 0 0 .33.2A.8.8 0 0 0 3 15c.084 0 .211-.046.211-.046a1.645 1.645 0 0 0 .33-.2c.19-.148.42-.383.638-.747C4.615 13.281 5 12.058 5 10v-.036c0-.72 0-1.649-.205-2.403zm-2.308-.37C2.6 7.077 2.751 7 3 7c.25 0 .4.078.513.19c.126.127.235.333.317.634C3.996 8.435 4 9.237 4 10c0 1.942-.365 2.97-.679 3.493c-.12.2-.233.329-.321.41a1.856 1.856 0 0 1-.321-.41C2.365 12.969 2 11.942 2 10c0-.763.004-1.565.17-2.176c.082-.3.191-.507.317-.634zM3 6c-.385 0-1-.428-1-1.5c0-.173.052-.447.156-.757a3.725 3.725 0 0 1 .389-.833c.087-.147.2-.29.322-.421c.069.122.16.245.28.365c.073.073.168.161.249.237l.124.116c.105.102.186.191.251.29c.12.179.229.45.229 1.003C4 5.572 3.385 6 3 6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})