UNPKG

@justeattakeaway/pie-icons-vue

Version:
31 lines (28 loc) 2.22 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconNumberInputLarge = { name: 'IconNumberInputLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--numberInputLarge', 'IconNumberInputLarge'); return h('svg', _mergeJSXProps([{ 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.63 2.63 0 0 1 2.625 2.625v17.5a2.63 2.63 0 0 1-2.625 2.625H7.25a2.63 2.63 0 0 1-2.625-2.625V7.25A2.63 2.63 0 0 1 7.25 4.625zm-3.08 7.837q-.85 0-1.47.235a3.2 3.2 0 0 0-1.093.688l1.093 1.25a1.55 1.55 0 0 1 .573-.373q.34-.131.718-.132.347 0 .599.127.251.126.252.409a.5.5 0 0 1-.08.278.5.5 0 0 1-.236.19 1 1 0 0 1-.377.068h-.81v1.491h.873q.41 0 .645.13.238.132.238.426a.48.48 0 0 1-.132.331.8.8 0 0 1-.384.215 2.2 2.2 0 0 1-.608.074q-.42 0-.778-.127a2 2 0 0 1-.63-.356l-1.082 1.302q.452.43 1.077.64.624.21 1.538.21.693 0 1.245-.151a3 3 0 0 0 .94-.426q.388-.273.592-.646.205-.374.205-.794a1.5 1.5 0 0 0-.162-.703 1.7 1.7 0 0 0-.457-.55 2.1 2.1 0 0 0-.693-.363q.326-.147.551-.378.225-.23.357-.525.13-.295.13-.608 0-.537-.335-.972t-.929-.698q-.593-.262-1.37-.262m-6.228.062a4.6 4.6 0 0 0-1.563.252q-.705.252-1.135.683l1.03 1.302a2.18 2.18 0 0 1 1.47-.546q.398 0 .629.147a.46.46 0 0 1 .232.41.5.5 0 0 1-.063.251.7.7 0 0 1-.22.226q-.158.11-.458.257-.298.147-.771.357-.64.285-1.082.63a2.24 2.24 0 0 0-.667.846q-.225.499-.225 1.233v.904h5.607v-1.597h-3.57v-.02q0-.085.12-.19t.415-.251q.294-.147.819-.379.693-.283 1.144-.635.453-.351.673-.788.22-.435.22-.96 0-.671-.33-1.15a2.1 2.1 0 0 0-.914-.73q-.583-.252-1.36-.252m-8.02 1.082.64 1.575 1.124-.41v4.641h1.91v-6.824h-1.27z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconNumberInputLarge as default };