UNPKG

@element-plus/icons-vue

Version:

27 lines (24 loc) 1.06 kB
import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue'; import _export_sfc from './_virtual/plugin-vue_export-helper.mjs'; const _sfc_main = defineComponent({ name: "CameraFilled" }); const _hoisted_1 = { class: "icon", width: "200", height: "200", viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { fill: "currentColor", d: "M160 224a64 64 0 00-64 64v512a64 64 0 0064 64h704a64 64 0 0064-64V288a64 64 0 00-64-64H748.416l-46.464-92.672A64 64 0 00644.736 96H379.328a64 64 0 00-57.216 35.392L275.776 224H160zm352 435.2a115.2 115.2 0 100-230.4 115.2 115.2 0 000 230.4zm0 140.8a256 256 0 110-512 256 256 0 010 512z" }, null, -1); const _hoisted_3 = [ _hoisted_2 ]; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3); } var cameraFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { cameraFilled as default };