@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.75 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: 'ContentSettings16Regular',
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: 'M2 4.5A2.5 2.5 0 0 1 4.5 2h7.005a2.5 2.5 0 0 1 2.501 2.5v1.759a5.508 5.508 0 0 0-1-.658V5H3v6.502a1.5 1.5 0 0 0 1.5 1.5h1.102c.183.358.404.693.658 1H4.5a2.5 2.5 0 0 1-2.5-2.5V4.5zM3.085 4h9.833c-.206-.583-.762-1-1.415-1H4.5c-.653 0-1.209.417-1.415 1zm1.42 1.999H7.34c-.403.284-.767.62-1.08 1H5.004v3.282a5.596 5.596 0 0 0 0 .438v.28h.018c.031.344.094.678.185 1h-.703a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5zm2.001 2.72l.358.35a2 2 0 0 1 0 2.862l-.358.35c.13.31.293.603.483.873l.396-.119a2 2 0 0 1 2.521 1.454l.115.484a4.258 4.258 0 0 0 .964 0l.115-.484a2 2 0 0 1 2.521-1.454l.396.119c.19-.27.353-.563.483-.874l-.358-.35a2 2 0 0 1 0-2.86l.358-.35a4.535 4.535 0 0 0-.483-.874l-.396.119A2 2 0 0 1 11.1 6.51l-.115-.484a4.254 4.254 0 0 0-.963 0l-.116.484a2 2 0 0 1-2.52 1.454l-.397-.119c-.19.27-.353.563-.483.874zm3.997 2.781a1 1 0 1 1 0-2a1 1 0 0 1 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})