UNPKG

@justeattakeaway/pie-icons-vue

Version:
47 lines (42 loc) 2.28 kB
'use strict'; 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 IconCannabis = { name: 'IconCannabis', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cannabis', 'IconCannabis'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('g', { attrs: { 'clip-path': 'url(#prefix__clip0_11469_578)', }, }, [h('path', { attrs: { d: 'm14.851 10.599-1.172-.543a22.917 22.917 0 0 0-1.671-.7c1.715-1.452 1.855-3.097 1.863-3.176l.053-.752-.753.043c-.087 0-1.793.123-3.403.849-.15-1.041-.482-2.712-1.2-4.06l-.577-1.094-.577 1.094c-.718 1.348-1.05 3.019-1.199 4.06-1.601-.726-3.316-.84-3.404-.849l-.752-.043.052.752c0 .079.15 1.724 1.864 3.176-.472.175-1.05.412-1.671.7L1.13 10.6l1.13.63c1.128.63 2.432.927 3.263 1.067l-.796 2.302 2.642-1.094v1.391h1.313V13.53l2.563 1.059-.796-2.302c.831-.14 2.126-.437 3.264-1.067l1.129-.63.008.009Zm-5.32.49-.848.061.385 1.111-1.06-.437-1.067.437.385-1.111-.848-.061s-1.042-.079-2.188-.438a15.464 15.464 0 0 1 1.321-.463l1.462-.438-1.33-.761c-1.182-.674-1.76-1.479-2.04-2.074.762.14 1.847.429 2.713.998l.945.612.07-1.129s.105-1.548.578-3.088c.472 1.54.577 3.07.577 3.088l.07 1.12.945-.612c.867-.56 1.943-.849 2.713-.998-.28.595-.858 1.392-2.039 2.065l-1.33.762 1.461.437s.543.166 1.322.464c-1.147.358-2.17.437-2.188.437l-.009.018Z', }, })]), h('defs', [h('clipPath', { attrs: { id: 'prefix__clip0_11469_578', }, }, [h('rect', { attrs: { width: '14', height: '14', transform: 'translate(1 1)', }, })])])]); }, }; exports.default = IconCannabis;