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.86 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: 'TextClearFormatting20Regular', 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: 'M6 2a.5.5 0 0 1 .466.318l3.5 8.956a.5.5 0 0 1-.931.364l-1.03-2.635H4.008l-1.042 2.68a.5.5 0 1 1-.932-.363l3.5-9.001A.5.5 0 0 1 6 2zm.002 1.877L4.397 8.003h3.217L6.002 3.877zM11.5 2a.5.5 0 0 1 .5.5v3.523h.004c.225-.406.534-.723.926-.953c.397-.23.84-.345 1.332-.345c.888 0 1.605.331 2.15.994c.546.662.818 1.544.818 2.643c0 .142-.004.28-.013.414l-.044-.044a2.487 2.487 0 0 0-1.154-.656c-.04-.665-.217-1.202-.533-1.614c-.36-.468-.852-.703-1.474-.703c-.6 0-1.09.241-1.474.724c-.291.367-.47.823-.538 1.366v1.03c.053.43.176.804.367 1.123L11 11.37V2.5a.5.5 0 0 1 .5-.5zM9.44 16.466a1.5 1.5 0 0 1 0-2.122l4.904-4.904a1.5 1.5 0 0 1 2.122-.001l2.095 2.095a1.5 1.5 0 0 1 0 2.122L14.215 18h2.531a.5.5 0 1 1 0 1h-4.092v-.001a1.495 1.495 0 0 1-1.12-.438l-2.096-2.095zm5.611-6.319l-3.598 3.598l2.802 2.803l3.598-3.599a.5.5 0 0 0 .001-.708l-2.095-2.095a.5.5 0 0 0-.708.001zm-1.503 7.108l-2.802-2.802l-.598.598a.5.5 0 0 0-.002.708l2.095 2.095a.5.5 0 0 0 .709-.001l.598-.598z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })