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.93 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Patch24Regular', 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: 'M12 12.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zM10.25 12a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm4.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm-1.75 1.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zM12 10.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm-8.762 8.048a3.25 3.25 0 0 1 0-4.596L13.702 3.236a3.25 3.25 0 0 1 4.596 0l2.465 2.465a3.25 3.25 0 0 1 0 4.596L10.298 20.762a3.25 3.25 0 0 1-4.596 0l-2.464-2.464zm1.06-3.536a1.75 1.75 0 0 0 0 2.475l2.465 2.465a1.75 1.75 0 0 0 2.475 0L10.939 18L6 13.06l-1.7 1.702zM16.94 12L12 7.06L7.062 12L12 16.94L16.94 12zM18 10.94l1.703-1.703a1.75 1.75 0 0 0 0-2.475l-2.465-2.464a1.75 1.75 0 0 0-2.474 0L13.06 6L18 10.94zm-7.767-5.647l-.995-.995a1.75 1.75 0 0 0-2.475 0L4.298 6.762a1.75 1.75 0 0 0 0 2.475l.995.995l-1.06 1.06l-.996-.994a3.25 3.25 0 0 1 0-4.596l2.465-2.465a3.25 3.25 0 0 1 4.596 0l.995.995l-1.06 1.06zm2.475 14.475l.995.994a3.25 3.25 0 0 0 4.596 0l2.464-2.464a3.25 3.25 0 0 0 0-4.596l-.994-.995l-1.061 1.06l.995.995a1.75 1.75 0 0 1 0 2.475l-2.465 2.465a1.75 1.75 0 0 1-2.475 0l-.994-.995l-1.061 1.06z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })