@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
15 lines (14 loc) • 1.38 kB
JavaScript
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 12 12'
}
exports.default = (0, vue_1.defineComponent)({
name: 'HatGraduation12Regular',
render: function render(_ctx, _cache) {
return (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)('svg', _hoisted_1, _cache[0] || (_cache[0] = [(0, vue_1.createStaticVNode)('<g fill="none"><g clip-path="url(#clip0_143719_1148)"><path d="M6.84 2.189a1.962 1.962 0 0 0-1.68 0L.286 4.498A.5.5 0 0 0 0 4.976L0 5.002v3a.5.5 0 1 0 1 0V5.756l1 .496v2.75a.5.5 0 0 0 .147.354l.025.024l.06.055a6.743 6.743 0 0 0 1.012.745c.668.402 1.633.822 2.756.822c1.123 0 2.088-.42 2.757-.822a6.742 6.742 0 0 0 1.012-.745l.06-.055l.023-.024h.002A.5.5 0 0 0 10 9.001v-2.75l1.722-.854a.5.5 0 0 0-.008-.9L6.84 2.188zm.032 5.615L9 6.748V8.78a5.743 5.743 0 0 1-.757.543c-.58.348-1.366.679-2.243.679c-.877 0-1.662-.33-2.243-.679A5.743 5.743 0 0 1 3 8.78V6.748l2.128 1.056c.55.272 1.194.272 1.744 0zm-.46-4.711l3.942 1.867l-3.927 1.948a.962.962 0 0 1-.854 0L1.646 4.96l3.942-1.867a.962.962 0 0 1 .824 0zM2.149 9.358l-.001-.001z" fill="currentColor"></path></g><defs><clipPath id="clip0_143719_1148"><path fill="#fff" d="M0 0h12v12H0z"></path></clipPath></defs></g>', 1)]))
}
})