UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.74 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'Sanitize20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.768 5.232a2.5 2.5 0 0 0 0 3.535l3.464 3.465c.109.108.225.205.346.289c.042-.124.1-.243.174-.354c.395-.593.9-1.02 1.484-1.263c.261-.109.519-.173.764-.205v-3.2a1.5 1.5 0 0 1 2.053-1.394a1.5 1.5 0 0 1 .386-.666L8.768 2.767a2.5 2.5 0 0 0-3.536 0L2.768 5.232zM12.5 6a.5.5 0 0 0-.5.5v5a.5.5 0 1 1-1 0v-4a.5.5 0 0 0-1 0v4.25a2.505 2.505 0 0 0-.313-.06a2.081 2.081 0 0 0-1.067.137c-.382.16-.737.447-1.036.895a.5.5 0 0 0 .219.737c1.503.644 2.29 1.572 2.708 2.367C11.055 16.858 12.113 18 13.5 18h.264A2.5 2.5 0 0 0 16 16.617l.63-1.26A3.5 3.5 0 0 0 17 13.79V7.5a.5.5 0 0 0-1 0v4a.5.5 0 1 1-1 0v-5a.5.5 0 0 0-1 0v5a.5.5 0 1 1-1 0v-5a.5.5 0 0 0-.5-.5zm-9 6a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 0 1H4v.5a.5.5 0 1 1-1 0V14h-.5a.5.5 0 1 1 0-1H3v-.5a.5.5 0 0 1 .5-.5zm3 3a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 0 1H7v.5a.5.5 0 1 1-1 0V17h-.5a.5.5 0 1 1 0-1H6v-.5a.5.5 0 0 1 .5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })