@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.27 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Shifts30Minutes24Regular',
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: 'M15.5 5.5a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0zm-5.5 0a2 2 0 1 1 4 0a2 2 0 0 1-4 0zM8.75 10a2.25 2.25 0 0 0-2.25 2.25v.5a.75.75 0 0 0 1.5 0v-.5a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 0 1.5 0v-.5A2.25 2.25 0 0 0 15.25 10h-6.5zm-2.253 6.999a.999.999 0 1 1-1.997 0a.999.999 0 0 1 1.997 0zM5.5 21.497a.999.999 0 1 0 0-1.997a.999.999 0 0 0 0 1.997zm4.612-4.97a1.841 1.841 0 0 0-.667.329a.75.75 0 1 1-.924-1.182c.267-.209.71-.48 1.246-.606c.553-.13 1.24-.113 1.887.327c.782.53 1.044 1.469.919 2.236a2.126 2.126 0 0 1-.3.79c.174.2.306.429.392.672c.248.704.133 1.581-.475 2.187c-.595.591-1.393.766-2.08.73c-.68-.036-1.377-.282-1.851-.7a.75.75 0 0 1 .991-1.125c.172.152.526.305.938.327c.404.021.736-.089.944-.296a.605.605 0 0 0 .118-.623c-.07-.202-.225-.343-.5-.343h-.5a.75.75 0 1 1 0-1.5h.5c.117 0 .175-.036.214-.075a.523.523 0 0 0 .128-.287c.05-.307-.072-.611-.28-.752c-.218-.148-.448-.168-.7-.108zM16.5 15c-.869 0-1.56.372-1.987 1.083c-.387.644-.514 1.497-.514 2.417c0 .92.127 1.773.514 2.418C14.94 21.628 15.63 22 16.5 22c.864 0 1.558-.365 1.986-1.076c.388-.644.514-1.498.514-2.424c0-.925-.126-1.78-.514-2.423C18.058 15.365 17.364 15 16.5 15zm-1.001 3.5c0-.83.124-1.352.3-1.645c.136-.226.32-.355.7-.355c.386 0 .568.128.702.35c.175.291.299.812.299 1.65c0 .839-.124 1.36-.299 1.65c-.134.222-.316.35-.701.35c-.382 0-.565-.128-.701-.355c-.176-.293-.3-.815-.3-1.645z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})