UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

14 lines 1.17 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var AntdRollback = IconWrapper('antd-rollback', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "fill": props.colors[0], "d": "M42.6808375,5.59188348 L13.5678701,5.59188348 L13.5678701,0.546544863 C13.5678701,0.0897371773 13.0428821,-0.162529754 12.6883448,0.117009278 L3.0067491,7.75319746 C2.87465267,7.85657901 2.79747099,8.01499155 2.79747099,8.18273305 C2.79747099,8.35047455 2.87465267,8.50888709 3.0067491,8.61226863 L12.6883448,16.2484568 C13.0428821,16.5279958 13.5678701,16.2757289 13.5678701,15.8189212 L13.5678701,10.7735826 L41.8626745,10.7735826 L41.8626745,42.8183009 L0.545442013,42.8183009 C0.245448906,42.8183009 0,43.0637498 0,43.3637429 L0,47.454558 C0,47.7545511 0.245448906,48 0.545442013,48 L42.6808375,48 C45.0876004,48 47.0443736,46.0432268 47.0443736,43.6364639 L47.0443736,9.95541959 C47.0443736,7.54865671 45.0876004,5.59188348 42.6808375,5.59188348 Z" }, null)]); }); export default AntdRollback;