@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const hourglass_medium = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M22 22h-5.29M2 22h5.29M12 12c-3.637-1.351-5.696-4.016-6.282-7.905-.034-.26-.02-.526.043-.779.063-.252.174-.486.323-.686.15-.199.334-.358.542-.467.209-.109.435-.164.663-.163M12 12c3.637-1.351 5.696-4.016 6.282-7.905.034-.26.02-.526-.043-.779a1.916 1.916 0 0 0-.323-.686 1.62 1.62 0 0 0-.542-.467A1.408 1.408 0 0 0 16.71 2M12 12c-3.637 1.353-5.696 4.017-6.282 7.907-.034.26-.02.525.044.777.063.253.173.487.322.686.15.199.335.358.543.467.208.109.434.164.662.163M12 12c3.637 1.353 5.696 4.017 6.282 7.907.034.26.02.525-.044.777a1.916 1.916 0 0 1-.322.686c-.15.199-.335.358-.543.467a1.408 1.408 0 0 1-.662.163m0-20H7.289m9.422 0H22M7.29 2H2m5.29 20h9.42"
}))
});
var _default = exports.default = hourglass_medium;
//# sourceMappingURL=hourglass_medium.js.map