UNPKG

@opentiny/vue-icon

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

26 lines (25 loc) 1.94 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createStaticVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink" }; var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><path id="image-error_svg__a" d="M0 0h20v20H0z"></path></defs><g fill="none" fill-rule="evenodd"><mask id="image-error_svg__b" fill="#fff"><use xlink:href="#image-error_svg__a"></use></mask><path d="M10.5 5.75c0 1.075.912 2 2 2 1.075 0 2-.925 2-2 0-1.088-.925-2-2-2-1.088-.087-2 .825-2 2Zm2.75 0c0 .412-.338.75-.75.75a.744.744 0 0 1-.75-.75c0-.425.325-.75.75-.75.412-.088.75.25.75.75Zm-1 5.5-1 1c-.588.575-1.425.575-2 0L5.575 8.662c-.075-.087-.163-.087-.25 0L2.25 11.75v2c0 1.162 1 2.075 2.325 2.075H9.75a.66.66 0 0 1 .662.675c0 .325-.25.663-.662.663H4.575c-2 0-3.575-1.5-3.575-3.338v-9.5C1 2.5 2.575 1 4.575 1h10.337c2 0 3.588 1.5 3.588 3.325v4.837c0 .338-.25.663-.675.663a.658.658 0 0 1-.662-.662V4.324c0-1.163-1-2.075-2.338-2.075H4.575c-1.25.075-2.25 1-2.25 2.075V10l2.25-2.175c.587-.575 1.425-.575 2 0l3.675 3.587c.075.088.162.088.25 0l1-1c.25-.25.662-.25.912 0s.088.588-.162.838Zm5.744 6.166a.66.66 0 0 1-.946-.01l-1.467-1.466-1.476 1.476a.66.66 0 0 1-.946-.01.658.658 0 0 1 0-.936l1.476-1.476-1.476-1.476a.658.658 0 0 1 0-.937c.3-.3.654-.3.946-.01l1.538 1.539 1.467-1.467c.239-.239.654-.3.946-.01a.654.654 0 0 1-.009.947l-1.467 1.467 1.414 1.414c.239.239.3.654 0 .955Z" fill="currentColor" fill-rule="nonzero" mask="url(#image-error_svg__b)"></path></g>', 2); var _hoisted_4 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var ImageError = { render }; var imageError = function imageError2() { return svg({ name: "IconImageError", component: ImageError, filledComponent: ImageError })(); }; export { imageError as default };