@onwave/ui
Version:
onwave ui library
7 lines • 520 B
JavaScript
import React from "react";
export var TrashCan = function (_a) {
var width = _a.width, height = _a.height, fill = _a.fill;
return (React.createElement("svg", { width: width !== null && width !== void 0 ? width : 24, height: height !== null && height !== void 0 ? height : 24, fill: fill, viewBox: "0 0 24 24", preserveAspectRatio: "xMidYMid meet" },
React.createElement("path", { d: "M6 19V7h12v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zM19 4v2H5V4h3.5l1-1h5l1 1H19z" })));
};
//# sourceMappingURL=TrashCan.js.map