@icongo/vv
Version:
Vivid Icons
29 lines • 797 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVTrash = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M13 16h22v26H13z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M18.969 7h9.969L33 11H15ZM11 11h26v5H11v-5Zm7 9h4v17h-4V20Zm8 0h4v17h-4V20Z",
style: {
fill: "#0c0058",
fillRule: "evenodd",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
})]
}));
export { VVTrash };