UNPKG

@icon-park/vue-next

Version:
43 lines (38 loc) 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _vue = require("vue"); var _runtime = require("../runtime"); var _default = (0, _runtime.IconWrapper)('save-one', true, function (props) { return (0, _vue.createVNode)("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [(0, _vue.createVNode)("path", { "d": "M39.3 6H8.7C7.20883 6 6 7.20883 6 8.7V39.3C6 40.7912 7.20883 42 8.7 42H39.3C40.7912 42 42 40.7912 42 39.3V8.7C42 7.20883 40.7912 6 39.3 6Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M32 6V24H15V6H32Z", "fill": props.colors[3], "stroke": props.colors[2], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M26 13V17", "stroke": props.colors[2], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null), (0, _vue.createVNode)("path", { "d": "M10.9971 6H35.9986", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null)]); }); exports.default = _default;