@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 2.7 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconNumberInputLarge = {
name: 'IconNumberInputLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--numberInputLarge', 'IconNumberInputLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M24.75 4.625a2.628 2.628 0 0 1 2.625 2.625v17.5a2.628 2.628 0 0 1-2.625 2.625H7.25a2.628 2.628 0 0 1-2.625-2.625V7.25A2.628 2.628 0 0 1 7.25 4.625h17.5Zm-3.08 7.837c-.567 0-1.057.078-1.47.235a3.228 3.228 0 0 0-1.093.688l1.093 1.25a1.55 1.55 0 0 1 .573-.373c.227-.087.466-.132.718-.132.232 0 .43.043.599.127.167.084.252.22.252.409a.494.494 0 0 1-.08.278.515.515 0 0 1-.236.19.95.95 0 0 1-.377.068h-.81v1.491h.873c.273 0 .488.043.645.13.158.088.238.23.238.426a.476.476 0 0 1-.132.331.822.822 0 0 1-.384.215 2.2 2.2 0 0 1-.608.074c-.28 0-.54-.042-.778-.127a1.994 1.994 0 0 1-.63-.356l-1.082 1.302c.302.287.66.5 1.077.64.416.14.929.21 1.538.21.462 0 .877-.05 1.245-.151a3.02 3.02 0 0 0 .94-.426c.258-.182.456-.398.592-.646.137-.25.205-.513.205-.794a1.52 1.52 0 0 0-.162-.703 1.723 1.723 0 0 0-.457-.55 2.107 2.107 0 0 0-.693-.363c.217-.098.401-.224.551-.378.15-.153.269-.329.357-.525.087-.196.13-.4.13-.608 0-.358-.111-.682-.335-.972-.224-.29-.533-.523-.929-.698-.395-.175-.852-.262-1.37-.262Zm-6.228.062a4.6 4.6 0 0 0-1.563.252c-.47.168-.848.396-1.135.683l1.03 1.302a2.18 2.18 0 0 1 1.47-.546c.266 0 .475.05.629.147a.463.463 0 0 1 .232.41.52.52 0 0 1-.063.251.7.7 0 0 1-.22.226c-.106.073-.258.16-.458.257-.199.098-.456.217-.771.357-.428.19-.787.4-1.082.63a2.24 2.24 0 0 0-.667.846c-.15.332-.225.744-.225 1.233v.904h5.607v-1.597h-3.57v-.02c0-.057.04-.12.12-.19.08-.07.219-.153.415-.251.196-.098.469-.224.819-.379.462-.189.843-.4 1.144-.635.302-.234.526-.497.673-.788.147-.29.22-.61.22-.96 0-.447-.11-.831-.33-1.15a2.09 2.09 0 0 0-.914-.73c-.389-.168-.842-.252-1.36-.252Zm-8.02 1.082.64 1.575 1.124-.41v4.641h1.91v-6.824h-1.27l-2.404 1.018Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconNumberInputLarge;