UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

14 lines 2.28 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var AntdCompress = IconWrapper('antd-compress', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M14.2841981,33.4162736 L1.71816038,33.4162736 C1.22004717,33.4162736 0.8125,33.8238208 0.8125,34.321934 L0.8125,37.0389151 C0.8125,37.5370283 1.22004717,37.9445755 1.71816038,37.9445755 L11.567217,37.9445755 L11.567217,47.9068396 C11.567217,48.4049528 11.9747642,48.8125 12.4728774,48.8125 L15.1898585,48.8125 C15.6879717,48.8125 16.0955189,48.4049528 16.0955189,47.9068396 L16.0955189,35.2275943 C16.0955189,34.2257075 15.2860849,33.4162736 14.2841981,33.4162736 Z M15.1898585,0.8125 L12.4728774,0.8125 C11.9747642,0.8125 11.567217,1.22004717 11.567217,1.71816038 L11.567217,11.6804245 L1.71816038,11.6804245 C1.22004717,11.6804245 0.8125,12.0879717 0.8125,12.5860849 L0.8125,15.303066 C0.8125,15.8011792 1.22004717,16.2087264 1.71816038,16.2087264 L14.2841981,16.2087264 C15.2860849,16.2087264 16.0955189,15.3992925 16.0955189,14.3974057 L16.0955189,1.71816038 C16.0955189,1.22004717 15.6879717,0.8125 15.1898585,0.8125 Z M47.9068396,33.4162736 L35.3408019,33.4162736 C34.3389151,33.4162736 33.5294811,34.2257075 33.5294811,35.2275943 L33.5294811,47.9068396 C33.5294811,48.4049528 33.9370283,48.8125 34.4351415,48.8125 L37.1521226,48.8125 C37.6502358,48.8125 38.057783,48.4049528 38.057783,47.9068396 L38.057783,37.9445755 L47.9068396,37.9445755 C48.4049528,37.9445755 48.8125,37.5370283 48.8125,37.0389151 L48.8125,34.321934 C48.8125,33.8238208 48.4049528,33.4162736 47.9068396,33.4162736 Z M47.9068396,11.6804245 L38.057783,11.6804245 L38.057783,1.71816038 C38.057783,1.22004717 37.6502358,0.8125 37.1521226,0.8125 L34.4351415,0.8125 C33.9370283,0.8125 33.5294811,1.22004717 33.5294811,1.71816038 L33.5294811,14.3974057 C33.5294811,15.3992925 34.3389151,16.2087264 35.3408019,16.2087264 L47.9068396,16.2087264 C48.4049528,16.2087264 48.8125,15.8011792 48.8125,15.303066 L48.8125,12.5860849 C48.8125,12.0879717 48.4049528,11.6804245 47.9068396,11.6804245 Z", "fill": props.colors[0] }, null)]); }); export default AntdCompress;