@icongo/vv
Version:
Vivid Icons
24 lines • 840 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 VVHourglass = 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: "M35.79 35.83v4.177H38V43H10v-2.993h2.211V35.83S14.138 26.473 22 25v-2c-7.863-1.473-9.789-10.83-9.789-10.83V7.993H10V5h28v2.993h-2.21v4.177S33.863 21.527 26 23v2c7.863 1.473 9.79 10.83 9.79 10.83Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M12.211 40v-3H35.79v3H12.211Zm0-29V8H35.79v3H12.211Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVHourglass };