@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.56 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 12 12'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BezierCurveSquare12Filled',
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: 'M1 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v5c-.883 0-1.445-.27-1.846-.646c-.417-.392-.697-.933-.94-1.54c-.083-.207-.157-.41-.232-.614l-.107-.293a7.223 7.223 0 0 0-.371-.861C7.22 3.514 6.775 3 6 3s-1.22.514-1.504 1.046c-.141.266-.26.566-.37.861l-.108.293c-.075.204-.15.407-.232.614c-.243.607-.523 1.148-.94 1.54C2.444 7.73 1.881 8 1 8V3zm0 6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2c-1.118 0-1.93-.355-2.53-.916c-.582-.546-.927-1.255-1.184-1.898a23.694 23.694 0 0 1-.25-.66l-.098-.27a6.285 6.285 0 0 0-.317-.74C6.405 4.112 6.225 4 6 4c-.225 0-.405.11-.621.517c-.109.203-.208.45-.317.74l-.099.269c-.077.211-.16.438-.249.66c-.257.643-.602 1.352-1.185 1.898C2.93 8.645 2.118 9 1 9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})