UNPKG

@vicons/material

Version:

Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)

33 lines (32 loc) 1.1 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: 'DoNotStepSharp', 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)( 'path', { d: 'M1.39 4.22l8.24 8.24l-.69.72l-2.07-2.08c-.11.4-.26.78-.45 1.12l1.75 1.75l-.69.72l-1.63-1.63c-.24.29-.5.56-.77.8l1.63 1.63l-.7.72l-1.74-1.74c-1.44.96-2.93 1.35-3.27 1.45V20h9.5l3.33-3.33l5.94 5.94l1.41-1.41L2.81 2.81L1.39 4.22zm17.12 11.46l-1.41-1.41l4.48-4.48L23 11.2l-4.49 4.48zm2.37-6.6l-4.48 4.48l-7.1-7.09L13.8 2l7.08 7.08z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })