UNPKG

tdesign-vue

Version:
38 lines (32 loc) 1.03 kB
/** * tdesign v1.15.0 * (c) 2026 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var VueCompositionAPI = require('@vue/composition-api'); var FailSvg = VueCompositionAPI.defineComponent({ name: "FailSvg", render: function render() { var h = arguments[0]; return h("svg", { "attrs": { "width": "1em", "height": "1em", "viewBox": "0 0 48 48", "fill": "none", "xmlns": "http://www.w3.org/2000/svg" } }, [h("path", { "attrs": { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M24 6C14.0589 6 6 14.0589 6 24C6 33.9411 14.0589 42 24 42C33.9411 42 42 33.9411 42 24C42 14.0589 33.9411 6 24 6ZM2 24C2 11.8497 11.8497 2 24 2C36.1503 2 46 11.8497 46 24C46 36.1503 36.1503 46 24 46C11.8497 46 2 36.1503 2 24ZM26 13V28H22V13H26ZM22 31H26.0078V35.0078H22V31Z", "fill": "#D54941" } })]); } }); exports["default"] = FailSvg; //# sourceMappingURL=FailSvg.js.map