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.34 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'ColorLine20Filled', 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: 'M15.243 2.54a2.263 2.263 0 0 0-3.07.126L6.206 8.66l-.106.12a1.5 1.5 0 0 0-.283.564l-.792 3.071l-.015.084a.5.5 0 0 0 .618.527l3.086-.76l.157-.049a1.5 1.5 0 0 0 .547-.35l5.963-5.989l.12-.13a2.276 2.276 0 0 0 0-2.952l-.127-.136l-.13-.12zM4.098 12H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5.304l-.57.573c-.259.26-.57.458-.912.583l-.026.01l-.21.064l-3.111.766c-1.021.252-1.941-.587-1.854-1.584l.004-.042l.028-.165l.053-.205z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })