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.48 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: 'ColorLine16Regular', 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.008 11.411a1.75 1.75 0 0 1-.228-1.227A1.5 1.5 0 0 0 1 11.5v2A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H8.479l-.716.716a3.16 3.16 0 0 1-.325.284H13.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-2c0-.03.003-.06.008-.089zM11.082 2a.918.918 0 0 1 .649 1.567L6.173 9.125a.93.93 0 0 1-.406.237l-1.554.425l.425-1.554a.922.922 0 0 1 .237-.405l5.558-5.559A.911.911 0 0 1 11.082 2zm0-1a1.913 1.913 0 0 0-1.356.562L4.168 7.12a1.92 1.92 0 0 0-.494.849l-.656 2.4a.5.5 0 0 0 .614.613l2.4-.656a1.92 1.92 0 0 0 .849-.494l5.558-5.558A1.919 1.919 0 0 0 11.082 1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })