UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.66 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ContentSettings16Filled', 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.75A2.75 2.75 0 0 1 4.75 2h6.5A2.75 2.75 0 0 1 14 4.75v1.507a5.495 5.495 0 0 0-1.5-.882v-.376h-9v6.252c0 .69.56 1.25 1.25 1.25h.624c.215.548.514 1.054.883 1.5H4.75A2.75 2.75 0 0 1 2 11.25v-6.5zm2.999 1.248h2.339c-.404.284-.767.62-1.08 1h-.759v1.207a5.531 5.531 0 0 0-.41 3.295H5a.5.5 0 0 1-.5-.5V6.498a.5.5 0 0 1 .5-.5zM6.504 8.72l.358.35a2 2 0 0 1 0 2.861l-.358.35c.13.31.292.604.483.874l.395-.119a2 2 0 0 1 2.52 1.454l.116.484a4.256 4.256 0 0 0 .963 0l.115-.484a2 2 0 0 1 2.52-1.454l.396.119c.19-.27.353-.563.483-.874l-.358-.35a2 2 0 0 1 0-2.861l.358-.35a4.536 4.536 0 0 0-.483-.873l-.396.118a2 2 0 0 1-2.52-1.453l-.115-.484a4.252 4.252 0 0 0-.963 0l-.115.484a2 2 0 0 1-2.52 1.453l-.396-.118c-.191.27-.354.562-.483.873zm3.995 2.78a1 1 0 1 1 0-2a1 1 0 0 1 0 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })