@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 3.65 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: 'TextNumberFormat24Regular',
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: 'M9.759 3H9.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h2.625c.283 0 .898-.038 1.469-.345c.296-.159.594-.398.815-.75c.223-.356.341-.785.341-1.28c0-.516-.112-.962-.336-1.33a1.983 1.983 0 0 0-.472-.531c.237-.356.383-.815.383-1.389c0-.502-.096-.935-.291-1.296a1.938 1.938 0 0 0-.768-.78c-.537-.3-1.118-.3-1.333-.299H9.759zm2.616 6.5H10.5V7.75h1.875c.247 0 .547.01.78.125c.1.05.174.113.228.2c.054.09.117.254.117.55c0 .248-.057.394-.112.482a.653.653 0 0 1-.255.227c-.25.134-.571.166-.758.166zM10.5 6.25V4.5h1.663c.218 0 .448.011.621.108c.07.04.13.093.18.184c.052.096.111.272.111.583c0 .264-.054.422-.107.516a.562.562 0 0 1-.207.212c-.19.116-.442.146-.593.147H10.5zM5.277 3a.75.75 0 0 1 .696.5L8.28 10a.75.75 0 1 1-1.414.5l-.338-.952H3.826l-.376.973a.75.75 0 1 1-1.4-.542l2.517-6.5A.75.75 0 0 1 5.277 3zm-.041 2.907l-.83 2.141h1.59l-.76-2.141zm15.292-2.635c.616.302 1.1.872 1.428 1.784a.75.75 0 1 1-1.411.508c-.234-.648-.498-.858-.677-.946c-.22-.107-.468-.118-.868-.118c-.378 0-.623.12-.802.28c-.195.173-.35.428-.464.733a4.157 4.157 0 0 0-.233 1.222v.016c0 .524.007 1.197.229 1.762c.105.27.25.487.446.648c.192.158.473.295.907.344c.352.039 1.129-.022 1.484-.807a.75.75 0 0 1 1.366.62c-.77 1.699-2.459 1.74-3.016 1.678c-.69-.077-1.253-.313-1.694-.677a3.043 3.043 0 0 1-.89-1.258C16 8.21 16 7.28 16 6.78V6.733l.001-.035a5.608 5.608 0 0 1 .328-1.71c.167-.446.435-.94.872-1.33c.453-.403 1.052-.658 1.8-.658h.038c.36 0 .933-.001 1.489.272zM16.97 15.138a.857.857 0 0 1 .251-.397c.129-.113.356-.241.778-.241c.762 0 1 .5 1 .727c0 .245-.052.49-.19.664c-.11.14-.378.359-1.101.359a.75.75 0 0 0 0 1.5c.273 0 .65.036.934.17a.653.653 0 0 1 .264.2c.045.064.093.167.093.357c0 .488-.152.704-.28.812c-.151.128-.396.211-.72.211c-.362 0-.567-.063-.692-.142c-.112-.07-.24-.204-.345-.524a.75.75 0 1 0-1.425.469c.186.566.495 1.023.967 1.322c.458.29.982.375 1.495.375c.551 0 1.182-.138 1.687-.565c.528-.445.813-1.116.813-1.958c0-.474-.13-.888-.371-1.227a1.966 1.966 0 0 0-.258-.294a2.19 2.19 0 0 0 .114-.132c.438-.55.515-1.192.515-1.597C20.5 14.154 19.572 13 18 13c-.765 0-1.351.247-1.77.616c-.405.357-.61.789-.701 1.11a.75.75 0 0 0 1.442.412zm-6.47.385c0-.528.443-1.023.985-1.023c.407 0 .735.19.893.434c.136.21.218.566-.093 1.095c-.15.255-.376.482-.682.724c-.152.12-.315.237-.493.363l-.074.052c-.152.107-.315.222-.472.34C9.82 18.069 9 18.855 9 20.25c0 .414.336.75.75.75h3.451a.75.75 0 0 0 0-1.5h-2.513c.16-.282.423-.525.779-.793c.137-.103.28-.203.432-.312l.078-.054c.179-.127.37-.264.557-.41c.372-.295.76-.658 1.045-1.142c.557-.948.546-1.921.058-2.672C13.17 13.4 12.34 13 11.486 13C10.008 13 9 14.278 9 15.523a.75.75 0 0 0 1.5 0zm-5.585 1.215c.211-.14.415-.3.608-.475v3.987a.75.75 0 0 0 1.5 0v-6.5a.75.75 0 0 0-1.484-.16c-.126.578-.691 1.39-1.456 1.9a.75.75 0 0 0 .832 1.248z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})